Uses of Interface
org.alfresco.opencmis.dictionary.PropertyDefinitionWrapper
Packages that use PropertyDefinitionWrapper
-
Uses of PropertyDefinitionWrapper in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement PropertyDefinitionWrapperFields in org.alfresco.opencmis.dictionary with type parameters of type PropertyDefinitionWrapperModifier and TypeFieldDescriptionprotected Map<String,
PropertyDefinitionWrapper> AbstractTypeDefinitionWrapper.propertiesById
protected Map<QName,
PropertyDefinitionWrapper> AbstractTypeDefinitionWrapper.propertiesByQName
protected Map<String,
PropertyDefinitionWrapper> AbstractTypeDefinitionWrapper.propertiesByQueryName
Methods in org.alfresco.opencmis.dictionary that return PropertyDefinitionWrapperModifier and TypeMethodDescriptionCMISAbstractDictionaryService.findProperty
(String propId) CMISDictionaryService.findProperty
(String propId) CMISAbstractDictionaryService.findPropertyByQueryName
(String queryName) CMISDictionaryService.findPropertyByQueryName
(String queryName) CMISDictionaryRegistry.getPropDefByPropId
(String propId) CMISDictionaryRegistryImpl.getPropDefByPropId
(String propId) CMISDictionaryRegistry.getPropDefByQueryName
(Object queryName) CMISDictionaryRegistryImpl.getPropDefByQueryName
(Object queryName) AbstractTypeDefinitionWrapper.getPropertyById
(String propertyId) DocumentTypeDefinitionWrapper.getPropertyById
(String propertyId) FolderTypeDefintionWrapper.getPropertyById
(String propertyId) ItemTypeDefinitionWrapper.getPropertyById
(String propertyId) PolicyTypeDefintionWrapper.getPropertyById
(String propertyId) RelationshipTypeDefintionWrapper.getPropertyById
(String propertyId) SecondaryTypeDefinitionWrapper.getPropertyById
(String propertyId) TypeDefinitionWrapper.getPropertyById
(String propertyId) AbstractTypeDefinitionWrapper.getPropertyByQName
(QName name) TypeDefinitionWrapper.getPropertyByQName
(QName name) AbstractTypeDefinitionWrapper.getPropertyByQueryName
(String queryName) TypeDefinitionWrapper.getPropertyByQueryName
(String queryName) Methods in org.alfresco.opencmis.dictionary that return types with arguments of type PropertyDefinitionWrapperModifier and TypeMethodDescriptionAbstractTypeDefinitionWrapper.getProperties()
DocumentTypeDefinitionWrapper.getProperties()
DocumentTypeDefinitionWrapper.getProperties
(boolean update) FolderTypeDefintionWrapper.getProperties()
FolderTypeDefintionWrapper.getProperties
(boolean update) ItemTypeDefinitionWrapper.getProperties()
ItemTypeDefinitionWrapper.getProperties
(boolean update) PolicyTypeDefintionWrapper.getProperties()
PolicyTypeDefintionWrapper.getProperties
(boolean update) RelationshipTypeDefintionWrapper.getProperties()
RelationshipTypeDefintionWrapper.getProperties
(boolean update) SecondaryTypeDefinitionWrapper.getProperties()
SecondaryTypeDefinitionWrapper.getProperties
(boolean update) TypeDefinitionWrapper.getProperties()
TypeDefinitionWrapper.getProperties
(boolean update) Methods in org.alfresco.opencmis.dictionary with parameters of type PropertyDefinitionWrapperModifier and TypeMethodDescriptionprotected void
AbstractTypeDefinitionWrapper.registerProperty
(PropertyDefinitionWrapper propDefWrapper) Registers a property definition with this typevoid
AbstractTypeDefinitionWrapper.updateProperty
(DictionaryService dictionaryService, PropertyDefinitionWrapper propertyDefWrap)