Package | Description |
---|---|
org.alfresco.opencmis.dictionary |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypeDefinitionWrapper
Base class for type definition wrappers.
|
class |
DocumentTypeDefinitionWrapper |
class |
FolderTypeDefintionWrapper |
class |
ItemTypeDefinitionWrapper |
class |
PolicyTypeDefintionWrapper |
class |
RelationshipTypeDefintionWrapper |
class |
SecondaryTypeDefinitionWrapper |
class |
ShadowTypeDefinitionWrapper |
Modifier and Type | Field and Description |
---|---|
protected TypeDefinitionWrapper |
AbstractTypeDefinitionWrapper.parent |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findAssocType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findAssocType(QName clazz) |
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findType(String typeId) |
TypeDefinitionWrapper |
CMISDictionaryService.findType(String typeId)
Find type for type id
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findTypeByQueryName(String queryName) |
TypeDefinitionWrapper |
CMISDictionaryService.findTypeByQueryName(String queryName)
Find a type by its query name
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes) |
TypeDefinitionWrapper |
CMISDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
Find type for Alfresco class name.
|
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getAssocDefByQName(QName qname) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getAssocDefByQName(QName qname) |
TypeDefinitionWrapper |
BasePropertyDefintionWrapper.getOwningType() |
TypeDefinitionWrapper |
PropertyDefinitionWrapper.getOwningType() |
TypeDefinitionWrapper |
AbstractTypeDefinitionWrapper.getParent() |
TypeDefinitionWrapper |
TypeDefinitionWrapper.getParent() |
TypeDefinitionWrapper |
CMISNodeInfo.getType() |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getTypeDefByQName(QName qname) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getTypeDefByQName(QName qname) |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getTypeDefByQueryName(Object queryName) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getTypeDefByQueryName(Object queryName) |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getTypeDefByTypeId(String typeId) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getTypeDefByTypeId(String typeId) |
TypeDefinitionWrapper |
CMISDictionaryRegistryImpl.getTypeDefByTypeId(String typeId,
boolean includeParent) |
TypeDefinitionWrapper |
CMISDictionaryRegistry.getTypeDefByTypeId(String typeId,
boolean includeParent) |
Modifier and Type | Method and Description |
---|---|
List<TypeDefinitionWrapper> |
ShadowTypeDefinitionWrapper.connectParentAndSubTypes(CMISMapping cmisMapping,
CMISDictionaryRegistry registry,
DictionaryService dictionaryService) |
List<TypeDefinitionWrapper> |
SecondaryTypeDefinitionWrapper.connectParentAndSubTypes(CMISMapping cmisMapping,
CMISDictionaryRegistry registry,
DictionaryService dictionaryService) |
List<TypeDefinitionWrapper> |
PolicyTypeDefintionWrapper.connectParentAndSubTypes(CMISMapping cmisMapping,
CMISDictionaryRegistry registry,
DictionaryService dictionaryService) |
abstract List<TypeDefinitionWrapper> |
AbstractTypeDefinitionWrapper.connectParentAndSubTypes(CMISMapping cmisMapping,
CMISDictionaryRegistry registry,
DictionaryService dictionaryService) |
List<TypeDefinitionWrapper> |
RelationshipTypeDefintionWrapper.connectParentAndSubTypes(CMISMapping cmisMapping,
CMISDictionaryRegistry registry,
DictionaryService dictionaryService) |
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getAllTypes() |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getAllTypes()
Get all Types
|
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getAllTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getAllTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISDictionaryRegistryImpl.getBaseTypes() |
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getBaseTypes() |
List<TypeDefinitionWrapper> |
CMISDictionaryRegistry.getBaseTypes() |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getBaseTypes()
Get Base Types
|
List<TypeDefinitionWrapper> |
CMISDictionaryRegistryImpl.getBaseTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getBaseTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISDictionaryRegistry.getBaseTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getBaseTypes(boolean includeParent) |
List<TypeDefinitionWrapper> |
CMISDictionaryRegistryImpl.getChildren(String typeId) |
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getChildren(String typeId) |
List<TypeDefinitionWrapper> |
CMISDictionaryRegistry.getChildren(String typeId) |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getChildren(String typeId) |
Modifier and Type | Method and Description |
---|---|
void |
CMISDictionaryRegistryImpl.addChild(String typeId,
TypeDefinitionWrapper child) |
void |
CMISDictionaryRegistry.addChild(String typeId,
TypeDefinitionWrapper child) |
Modifier and Type | Method and Description |
---|---|
void |
CMISDictionaryRegistryImpl.setChildren(String typeId,
List<TypeDefinitionWrapper> children) |
void |
CMISDictionaryRegistry.setChildren(String typeId,
List<TypeDefinitionWrapper> children) |
Constructor and Description |
---|
BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef,
QName alfrescoName,
TypeDefinitionWrapper owningType,
CMISPropertyAccessor accessor,
CMISPropertyLuceneBuilder luceneBuilder) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.