public final class PropertyDefinitions extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,org.xcmis.spi.model.PropertyDefinition<?>> |
getAll(String objectTypeId)
Get all property definitions for
objectTypeId. |
static org.xcmis.spi.model.PropertyDefinition<?> |
getPropertyDefinition(String objectTypeId,
String propDefId)
Get one property definition with
propDefId for
objectTypeId. |
static Set<String> |
getPropertyIds(String objectTypeId)
Get all property IDs supported for
objectTypeId. |
public static Map<String,org.xcmis.spi.model.PropertyDefinition<?>> getAll(String objectTypeId)
objectTypeId.objectTypeId - object type idpublic static Set<String> getPropertyIds(String objectTypeId)
objectTypeId.objectTypeId - object type idpublic static org.xcmis.spi.model.PropertyDefinition<?> getPropertyDefinition(String objectTypeId, String propDefId)
propDefId for
objectTypeId.objectTypeId - object type idpropDefId - property definition idCopyright © 2003–2018 eXo Platform SAS. All rights reserved.