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 class
BasePropertyDefintionWrapper
Fields 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. propertiesById
protected java.util.Map<QName,PropertyDefinitionWrapper>
AbstractTypeDefinitionWrapper. propertiesByQName
protected java.util.Map<java.lang.String,PropertyDefinitionWrapper>
AbstractTypeDefinitionWrapper. propertiesByQueryName
Methods in org.alfresco.opencmis.dictionary that return PropertyDefinitionWrapper Modifier and Type Method Description PropertyDefinitionWrapper
CMISAbstractDictionaryService. findProperty(java.lang.String propId)
PropertyDefinitionWrapper
CMISDictionaryService. findProperty(java.lang.String propId)
PropertyDefinitionWrapper
CMISAbstractDictionaryService. findPropertyByQueryName(java.lang.String queryName)
PropertyDefinitionWrapper
CMISDictionaryService. findPropertyByQueryName(java.lang.String queryName)
PropertyDefinitionWrapper
CMISDictionaryRegistry. getPropDefByPropId(java.lang.String propId)
PropertyDefinitionWrapper
CMISDictionaryRegistryImpl. getPropDefByPropId(java.lang.String propId)
PropertyDefinitionWrapper
CMISDictionaryRegistry. getPropDefByQueryName(java.lang.Object queryName)
PropertyDefinitionWrapper
CMISDictionaryRegistryImpl. getPropDefByQueryName(java.lang.Object queryName)
PropertyDefinitionWrapper
AbstractTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
DocumentTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
FolderTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
ItemTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
PolicyTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
RelationshipTypeDefintionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
SecondaryTypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
TypeDefinitionWrapper. getPropertyById(java.lang.String propertyId)
PropertyDefinitionWrapper
AbstractTypeDefinitionWrapper. getPropertyByQName(QName name)
PropertyDefinitionWrapper
TypeDefinitionWrapper. getPropertyByQName(QName name)
PropertyDefinitionWrapper
AbstractTypeDefinitionWrapper. getPropertyByQueryName(java.lang.String queryName)
PropertyDefinitionWrapper
TypeDefinitionWrapper. 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 void
AbstractTypeDefinitionWrapper. registerProperty(PropertyDefinitionWrapper propDefWrapper)
Registers a property definition with this typevoid
AbstractTypeDefinitionWrapper. updateProperty(DictionaryService dictionaryService, PropertyDefinitionWrapper propertyDefWrap)
-