public interface ContentMetadataKeyHierarchyServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ContentMetadataKeyHierarchyPage |
getContentMetadataKeyHierarchiesByStatement(Statement filterStatement)
Gets a
ContentMetadataKeyHierarchyPage of ContentMetadataKeyHierarchy
objects that satisfy the given Statement.query. |
ContentMetadataKeyHierarchyPage getContentMetadataKeyHierarchiesByStatement(Statement filterStatement) throws RemoteException, ApiException
ContentMetadataKeyHierarchyPage of ContentMetadataKeyHierarchy
objects that satisfy the given Statement.query. The following
fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ContentMetadataKeyHierarchy.id |
name |
ContentMetadataKeyHierarchy.name |
status |
ContentMetadataKeyHierarchy#status |
filterStatement - a Publisher Query Language statement used to
filter a set of
content metadata key hierarchiesApiException - if the ID of the active network does not exist
or there is a
backend errorRemoteExceptionCopyright © 2014. All Rights Reserved.