public interface ContentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ContentPage |
getContentByStatement(Statement statement)
|
ContentPage |
getContentByStatementAndCustomTargetingValue(Statement filterStatement,
Long customTargetingValueId)
|
ContentPage getContentByStatement(Statement statement) throws RemoteException, ApiException
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 |
statement - a Publisher Query Language statement used to filter
a set of contentRemoteExceptionApiExceptionContentPage getContentByStatementAndCustomTargetingValue(Statement filterStatement, Long customTargetingValueId) throws RemoteException, ApiException
ContentPage of Content objects that
satisfy the
given Statement.query. Additionally, filters on the
given value ID
and key ID that the value belongs to.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Content.id |
status |
Content.status |
name |
Content.name |
lastModifiedDateTime |
Content#lastModifiedDateTime> |
customTargetingValueId - the id of the value to matchRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.