| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping |
| Modifier and Type | Field and Description |
|---|---|
static CMISTypeId |
CMISDictionaryModel.DOCUMENT_TYPE_ID |
static CMISTypeId |
CMISDictionaryModel.FOLDER_TYPE_ID |
static CMISTypeId |
CMISDictionaryModel.POLICY_TYPE_ID |
static CMISTypeId |
CMISDictionaryModel.RELATIONSHIP_TYPE_ID |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeId |
CMISTypeId.getBaseTypeId()
Get the base type id
|
CMISTypeId |
CMISTypeDefinition.getTypeId()
Get the unique identifier for the type
|
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISDictionaryService.findType(CMISTypeId typeId)
Find type for type id
|
| Modifier and Type | Field and Description |
|---|---|
protected CMISTypeId |
CMISAbstractTypeDefinition.objectTypeId |
protected CMISTypeId |
CMISAbstractTypeDefinition.parentTypeId |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<CMISTypeId> |
CMISAbstractTypeDefinition.subTypeIds |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeId |
CMISAbstractTypeDefinition.getTypeId() |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISAbstractDictionaryService.findType(CMISTypeId typeId) |
| Constructor and Description |
|---|
CMISDocumentTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef)
Construct
|
CMISFolderTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef,
boolean isSystem)
Construct
|
CMISObjectTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef,
boolean isPublic)
Construct
|
CMISPolicyTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef)
Construct
|
CMISRelationshipTypeDefinition(CMISMapping cmisMapping,
CMISTypeId typeId,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition cmisClassDef,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef)
Construct
|
| Modifier and Type | Field and Description |
|---|---|
static CMISTypeId |
CMISMapping.FILESYSTEM_OBJECT_TYPE_ID |
static CMISTypeId |
CMISMapping.OBJECT_TYPE_ID |
| Modifier and Type | Method and Description |
|---|---|
CMISTypeId |
CMISMapping.getCmisTypeId(CMISScope scope,
org.alfresco.service.namespace.QName typeQName)
Gets the CMIS Type Id given the Alfresco QName for the type in any Alfresco model
|
CMISTypeId |
CMISMapping.getCmisTypeId(org.alfresco.service.namespace.QName classQName) |
CMISTypeId |
CMISMapping.getCmisTypeId(String typeId)
Gets the CMIS Type Id given the serialized type Id
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.