public class ContentServiceInterfacegetContentByStatement extends Object
ContentPage of Content objects that satisfy the given Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Content.id |
status |
Content.status |
name |
Content.name |
lastModifiedDateTime |
Content.lastModifiedDateTime |
lastDaiIngestDateTime |
Content.lastDaiIngestDateTime |
daiIngestStatus |
Content.daiIngestStatus |
| Constructor and Description |
|---|
ContentServiceInterfacegetContentByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getStatement()
Gets the value of the statement property.
|
void |
setStatement(Statement value)
Sets the value of the statement property.
|
protected Statement statement
Copyright © 2018. All Rights Reserved.