public interface ContentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ContentPage |
getContentByStatement(Statement statement)
|
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 contentRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.