public interface ContentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ContentPage |
getContentByStatement(Statement statement)
|
ContentPage |
getContentByStatementAndCustomTargetingValue(Statement filterStatement,
Long customTargetingValueId)
|
ContentPage |
getUncategorizedContentByStatement(Statement filterStatement)
Gets a
ContentPage of Content objects that
are not
associated with the Network's
Network.contentBrowseCustomTargetingKeyId. |
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 matchRemoteExceptionApiExceptionContentPage getUncategorizedContentByStatement(Statement filterStatement) throws RemoteException, ApiException
ContentPage of Content objects that
are not
associated with the Network's
Network.contentBrowseCustomTargetingKeyId. This content
is
considered uncategorized. This method also satisfies the given
Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
Content.id |
status |
Content.status |
name |
Content.name |
RemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.