| 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 | Field and Description |
|---|---|
protected List<TypeDefinitionWrapper> |
AbstractTypeDefinitionWrapper.children |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionWrapper |
CMISDictionaryService.findAssocType(QName clazz) |
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findAssocType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findNodeType(QName clazz) |
TypeDefinitionWrapper |
CMISDictionaryService.findType(String typeId)
Find type for type id
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findType(String typeId) |
TypeDefinitionWrapper |
CMISDictionaryService.findTypeByQueryName(String queryName)
Find a type by its query name
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findTypeByQueryName(String queryName) |
TypeDefinitionWrapper |
CMISDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
Find type for Alfresco class name.
|
TypeDefinitionWrapper |
CMISAbstractDictionaryService.findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes) |
TypeDefinitionWrapper |
BasePropertyDefintionWrapper.getOwningType() |
TypeDefinitionWrapper |
PropertyDefinitionWrapper.getOwningType() |
TypeDefinitionWrapper |
TypeDefinitionWrapper.getParent() |
TypeDefinitionWrapper |
AbstractTypeDefinitionWrapper.getParent() |
TypeDefinitionWrapper |
CMISNodeInfo.getType() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinitionWrapper> |
CMISDictionaryService.getAllTypes()
Get all Types
|
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getAllTypes() |
List<TypeDefinitionWrapper> |
CMISDictionaryService.getBaseTypes()
Get Base Types
|
List<TypeDefinitionWrapper> |
CMISAbstractDictionaryService.getBaseTypes() |
List<TypeDefinitionWrapper> |
TypeDefinitionWrapper.getChildren() |
List<TypeDefinitionWrapper> |
AbstractTypeDefinitionWrapper.getChildren() |
| Constructor and Description |
|---|
BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef,
QName alfrescoName,
TypeDefinitionWrapper owningType,
CMISPropertyAccessor accessor,
CMISPropertyLuceneBuilder luceneBuilder) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.