Package org.alfresco.opencmis.dictionary
Interface CMISDictionaryRegistry
- All Known Implementing Classes:
CMISDictionaryRegistryImpl
public interface CMISDictionaryRegistry
- Author:
- sglover
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(String typeId, TypeDefinitionWrapper child) voidaddModel(CompiledModel model) getAssocDefByQName(QName qname) getAssocDefs(boolean includeParent) getBaseTypes(boolean includeParent) getChildren(String typeId) getPropDefByPropId(String propId) getPropDefByQueryName(Object queryName) getTypeDefByQName(QName qname) getTypeDefByQueryName(Object queryName) getTypeDefByTypeId(String typeId) getTypeDefByTypeId(String typeId, boolean includeParent) getTypeDefs(boolean includeParent) voidvoidremoveModel(CompiledModel model) voidsetChildren(String typeId, List<TypeDefinitionWrapper> children) voidupdateModel(CompiledModel model)
-
Method Details
-
getTypeDefByTypeId
-
getTypeDefByTypeId
-
getAssocDefByQName
-
getTypeDefByQueryName
-
getTypeDefByQName
-
getPropDefByPropId
-
getPropDefByQueryName
-
getBaseTypes
List<TypeDefinitionWrapper> getBaseTypes() -
getBaseTypes
-
getTypeDefs
Collection<AbstractTypeDefinitionWrapper> getTypeDefs() -
getTypeDefs
-
getAssocDefs
Collection<AbstractTypeDefinitionWrapper> getAssocDefs() -
getAssocDefs
-
registerTypeDefinition
-
getTenant
String getTenant() -
getChildren
-
setChildren
-
addChild
-
addModel
-
updateModel
-
removeModel
-