Uses of Interface
org.alfresco.service.cmr.dictionary.DictionaryService
-
-
Uses of DictionaryService in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement DictionaryService Modifier and Type Class Description class
FilteredDictionaryComponent
A DictionaryComponent that uses a QNameFilter to constrain what is returned.Fields in org.alfresco.opencmis.dictionary declared as DictionaryService Modifier and Type Field Description protected DictionaryService
CMISAbstractDictionaryService. dictionaryService
Methods in org.alfresco.opencmis.dictionary with parameters of type DictionaryService Modifier and Type Method Description abstract List<TypeDefinitionWrapper>
AbstractTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
List<TypeDefinitionWrapper>
PolicyTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
List<TypeDefinitionWrapper>
RelationshipTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
List<TypeDefinitionWrapper>
SecondaryTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
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, 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. setDictionaryService(DictionaryService dictionaryService)
Set the dictionary Servicevoid
AbstractTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)
void
DocumentTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)
void
FolderTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)
void
ItemTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)
void
PolicyTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)
void
RelationshipTypeDefintionWrapper. updateDefinition(DictionaryService dictionaryService)
void
SecondaryTypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)
void
TypeDefinitionWrapper. updateDefinition(DictionaryService dictionaryService)
void
AbstractTypeDefinitionWrapper. updateProperties(DictionaryService dictionaryService)
void
AbstractTypeDefinitionWrapper. updateProperty(DictionaryService dictionaryService, PropertyDefinitionWrapper propertyDefWrap)
-
Uses of DictionaryService in org.alfresco.opencmis.mapping
Fields in org.alfresco.opencmis.mapping declared as DictionaryService Modifier and Type Field Description protected DictionaryService
CMISMapping. dictionaryService
Methods in org.alfresco.opencmis.mapping that return DictionaryService Modifier and Type Method Description DictionaryService
CMISMapping. getDictionaryService()
Methods in org.alfresco.opencmis.mapping with parameters of type DictionaryService Modifier and Type Method Description void
CMISMapping. setDictionaryService(DictionaryService dictionaryService)
void
RuntimePropertyLuceneBuilderMapping. setDictionaryService(DictionaryService dictionaryService)
Constructors in org.alfresco.opencmis.mapping with parameters of type DictionaryService Constructor Description ContentStreamLengthLuceneBuilder(DictionaryService dictionaryService)
ConstructContentStreamMimetypeLuceneBuilder(DictionaryService dictionaryService)
ConstructDirectLuceneBuilder(DictionaryService dictionaryService, QName alfrescoName)
ObjectIdLuceneBuilder(DictionaryService dictionaryService)
ConstructParentLuceneBuilder(DictionaryService dictionaryService)
Construct -
Uses of DictionaryService in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement DictionaryService Modifier and Type Class Description class
DictionaryComponent
Data Dictionary Service Implementation -
Uses of DictionaryService in org.alfresco.repo.dictionary.constraint
Methods in org.alfresco.repo.dictionary.constraint that return DictionaryService Modifier and Type Method Description DictionaryService
NameChecker. getDictionaryService()
Methods in org.alfresco.repo.dictionary.constraint with parameters of type DictionaryService Modifier and Type Method Description void
NameChecker. setDictionaryService(DictionaryService dictionaryService)
-
Uses of DictionaryService in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl with parameters of type DictionaryService Modifier and Type Method Description static AspectDefinition
QueryParserUtils. matchAspectDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
static ClassDefinition
QueryParserUtils. matchClassDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
static DataTypeDefinition
QueryParserUtils. matchDataTypeDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
static PropertyDefinition
QueryParserUtils. matchPropertyDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
static TypeDefinition
QueryParserUtils. matchTypeDefinition(String defaultNameSpaceUri, NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String string)
-
Uses of DictionaryService in org.alfresco.repo.search.impl.parsers
Constructors in org.alfresco.repo.search.impl.parsers with parameters of type DictionaryService Constructor Description AlfrescoFunctionEvaluationContext(NamespacePrefixResolver namespacePrefixResolver, DictionaryService dictionaryService, String defaultNamespace)
-