public interface CmsMetadataServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CmsMetadataKeyPage |
getCmsMetadataKeysByStatement(Statement statement)
Returns a page of
CmsMetadataKeys matching the specified
Statement. |
CmsMetadataValuePage |
getCmsMetadataValuesByStatement(Statement statement)
Returns a page of
CmsMetadataValues matching the specified
Statement. |
UpdateResult |
performCmsMetadataKeyAction(CmsMetadataKeyAction keyAction,
Statement filterStatement)
Performs actions on
CmsMetadataKey objects that match
the given Statement.query. |
UpdateResult |
performCmsMetadataValueAction(CmsMetadataValueAction valueAction,
Statement filterStatement)
Performs actions on
CmsMetadataValue objects that match
the given Statement.query. |
CmsMetadataKeyPage getCmsMetadataKeysByStatement(Statement statement) throws RemoteException, ApiException
CmsMetadataKeys matching the specified
Statement. The
following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CmsMetadataKey#cmsMetadataKeyId |
cmsKey |
CmsMetadataKey#keyName |
status |
CmsMetadataKey.status |
RemoteExceptionApiExceptionCmsMetadataValuePage getCmsMetadataValuesByStatement(Statement statement) throws RemoteException, ApiException
CmsMetadataValues matching the specified
Statement. The
following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CmsMetadataValue.cmsMetadataValueId |
cmsValue |
CmsMetadataValue.valueName |
cmsKey |
CmsMetadataValue#key#name |
cmsKeyId |
CmsMetadataValue#key#id |
keyValueMemberContent |
Content IDs tagged with a CMS metadata key-value |
status |
CmsMetadataValue.status |
RemoteExceptionApiExceptionUpdateResult performCmsMetadataKeyAction(CmsMetadataKeyAction keyAction, Statement filterStatement) throws RemoteException, ApiException
CmsMetadataKey objects that match
the given Statement.query.keyAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of cms
metadata keys.RemoteExceptionApiExceptionUpdateResult performCmsMetadataValueAction(CmsMetadataValueAction valueAction, Statement filterStatement) throws RemoteException, ApiException
CmsMetadataValue objects that match
the given Statement.query.valueAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of cms
metadata values.RemoteExceptionApiExceptionCopyright © 2021. All rights reserved.