Uses of Interface
org.alfresco.opencmis.dictionary.PropertyDefinitionWrapper
-
Packages that use PropertyDefinitionWrapper Package Description org.alfresco.opencmis.dictionary -
-
Uses of PropertyDefinitionWrapper in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement PropertyDefinitionWrapper Modifier and Type Class Description classBasePropertyDefintionWrapperFields in org.alfresco.opencmis.dictionary with type parameters of type PropertyDefinitionWrapper Modifier and Type Field Description protected java.util.Map<java.lang.String,PropertyDefinitionWrapper>AbstractTypeDefinitionWrapper. propertiesByIdprotected java.util.Map<QName,PropertyDefinitionWrapper>AbstractTypeDefinitionWrapper. propertiesByQNameprotected java.util.Map<java.lang.String,PropertyDefinitionWrapper>AbstractTypeDefinitionWrapper. propertiesByQueryNameMethods in org.alfresco.opencmis.dictionary that return PropertyDefinitionWrapper Modifier and Type Method Description PropertyDefinitionWrapperCMISAbstractDictionaryService. findProperty(java.lang.String propId)PropertyDefinitionWrapperCMISDictionaryService. findProperty(java.lang.String propId)PropertyDefinitionWrapperCMISAbstractDictionaryService. findPropertyByQueryName(java.lang.String queryName)PropertyDefinitionWrapperCMISDictionaryService. findPropertyByQueryName(java.lang.String queryName)PropertyDefinitionWrapperCMISDictionaryRegistry. getPropDefByPropId(java.lang.String propId)PropertyDefinitionWrapperCMISDictionaryRegistryImpl. getPropDefByPropId(java.lang.String propId)PropertyDefinitionWrapperCMISDictionaryRegistry. getPropDefByQueryName(java.lang.Object queryName)PropertyDefinitionWrapperCMISDictionaryRegistryImpl. getPropDefByQueryName(java.lang.Object queryName)PropertyDefinitionWrapperAbstractTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperDocumentTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperFolderTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperItemTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperPolicyTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperRelationshipTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperSecondaryTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)PropertyDefinitionWrapperAbstractTypeDefinitionWrapper. getPropertyByQName(QName name)PropertyDefinitionWrapperTypeDefinitionWrapper. getPropertyByQName(QName name)PropertyDefinitionWrapperAbstractTypeDefinitionWrapper. getPropertyByQueryName(java.lang.String queryName)PropertyDefinitionWrapperTypeDefinitionWrapper. getPropertyByQueryName(java.lang.String queryName)Methods in org.alfresco.opencmis.dictionary that return types with arguments of type PropertyDefinitionWrapper Modifier and Type Method Description java.util.Collection<PropertyDefinitionWrapper>AbstractTypeDefinitionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>DocumentTypeDefinitionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>DocumentTypeDefinitionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>FolderTypeDefintionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>FolderTypeDefintionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>ItemTypeDefinitionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>ItemTypeDefinitionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>PolicyTypeDefintionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>PolicyTypeDefintionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>RelationshipTypeDefintionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>RelationshipTypeDefintionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>SecondaryTypeDefinitionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>SecondaryTypeDefinitionWrapper. getProperties(boolean update)java.util.Collection<PropertyDefinitionWrapper>TypeDefinitionWrapper. getProperties()java.util.Collection<PropertyDefinitionWrapper>TypeDefinitionWrapper. getProperties(boolean update)Methods in org.alfresco.opencmis.dictionary with parameters of type PropertyDefinitionWrapper Modifier and Type Method Description protected voidAbstractTypeDefinitionWrapper. registerProperty(PropertyDefinitionWrapper propDefWrapper)Registers a property definition with this typevoidAbstractTypeDefinitionWrapper. updateProperty(DictionaryService dictionaryService, PropertyDefinitionWrapper propertyDefWrap)
-