Uses of Interface
org.alfresco.opencmis.dictionary.CMISDictionaryService
-
Packages that use CMISDictionaryService Package Description org.alfresco.opencmis.dictionary org.alfresco.opencmis.mapping org.alfresco.opencmis.search -
-
Uses of CMISDictionaryService in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement CMISDictionaryService Modifier and Type Class Description class
CMISAbstractDictionaryService
Common CMIS Dictionary Support including registry of Types.class
CMISStrictDictionaryService
CMIS Dictionary which provides Types that strictly conform to the CMIS specification. -
Uses of CMISDictionaryService in org.alfresco.opencmis.mapping
Methods in org.alfresco.opencmis.mapping with parameters of type CMISDictionaryService Modifier and Type Method Description void
RuntimePropertyLuceneBuilderMapping. setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
Constructors in org.alfresco.opencmis.mapping with parameters of type CMISDictionaryService Constructor Description BaseTypeIdLuceneBuilder(CMISDictionaryService dictionaryService)
ConstructObjectTypeIdLuceneBuilder(CMISDictionaryService cmisDictionaryService)
Construct -
Uses of CMISDictionaryService in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type CMISDictionaryService Modifier and Type Method Description void
CmisFunctionEvaluationContext. setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
Constructors in org.alfresco.opencmis.search with parameters of type CMISDictionaryService Constructor Description CMISQueryParser(CMISQueryOptions options, CMISDictionaryService cmisDictionaryService, org.apache.chemistry.opencmis.commons.enums.CapabilityJoin joinSupport)
-