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: Requires indexed
content search to be enabled. |
RemoteExceptionApiExceptionContentPage 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>: Requires indexed
content search to be enabled. |
customTargetingValueId - the id of the value to matchRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.