public interface MetadataService
| Modifier and Type | Method and Description |
|---|---|
List<MetadataType> |
getMetadataAvailable(String resourceType)
Get all metadata groups available on the server
|
List<MetadataType> |
getMetadataAvailable(String siteId,
String resourceType)
Get all metadata groups available on the server for a specific site and resourceType
|
List<MetadataType> getMetadataAvailable(String resourceType)
resourceType - Restricts the returned values to those applicable to this resourceType. Empty string means all.List<MetadataType> getMetadataAvailable(String siteId, String resourceType)
siteId - Site identifierresourceType - Restricts the returned values to those applicable to this resourceType. Empty string means all.Copyright © 2023. All rights reserved.