Uses of Class
org.alfresco.opencmis.mapping.CMISMapping
-
Packages that use CMISMapping Package Description org.alfresco.opencmis.dictionary -
-
Uses of CMISMapping in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as CMISMapping Modifier and Type Field Description protected CMISMapping
CMISAbstractDictionaryService. cmisMapping
Methods in org.alfresco.opencmis.dictionary with parameters of type CMISMapping Modifier and Type Method Description abstract java.util.List<TypeDefinitionWrapper>
AbstractTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
PolicyTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
RelationshipTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
SecondaryTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
ShadowTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
protected void
AbstractTypeDefinitionWrapper. createOwningPropertyDefinitions(CMISMapping cmisMapping, PropertyAccessorMapping propertyAccessorMapping, PropertyLuceneBuilderMapping luceneBuilderMapping, DictionaryService dictionaryService, ClassDefinition cmisClassDef)
Adds all property definitions owned by that type.protected org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>
AbstractTypeDefinitionWrapper. createPropertyDefinition(CMISMapping cmisMapping, java.lang.String id, QName alfrescoPropName, DictionaryService dictionaryService, PropertyDefinition propDef, boolean inherited)
Creates a property definition object.abstract void
AbstractTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
PolicyTypeDefintionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
RelationshipTypeDefintionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
SecondaryTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
ShadowTypeDefinitionWrapper. resolveInheritance(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
void
CMISAbstractDictionaryService. setCmisMapping(CMISMapping cmisMapping)
Set the mapping service
-