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. |
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 |
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 |
RemoteExceptionApiExceptionCopyright © 2020. All rights reserved.