| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping | |
| org.alfresco.cmis.search |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISScope> |
CMISScope.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
CMISScope |
CMISTypeId.getScope()
Get the scope for the type (Doc, Folder, Relationship or unknown)
|
static CMISScope |
CMISScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISScope[] |
CMISScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISDictionaryService.findTypeForClass(org.alfresco.service.namespace.QName clazz,
CMISScope... matchingScopes)
Find type for Alfresco class name.
|
| Constructor and Description |
|---|
CMISTypeId(CMISScope scope,
org.alfresco.service.namespace.QName typeQName,
String typeId,
org.alfresco.service.namespace.QName internalQName)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
CMISTypeDefinition |
CMISAbstractDictionaryService.findTypeForClass(org.alfresco.service.namespace.QName clazz,
CMISScope... matchingScopes) |
| Modifier and Type | Method and Description |
|---|---|
Map<CMISAllowedActionEnum,CMISActionEvaluator<? extends Object>> |
CMISMapping.getActionEvaluators(CMISScope scope)
Gets the Action Evaluators applicable for the given CMIS Scope
|
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
|
| Modifier and Type | Field and Description |
|---|---|
static CMISScope[] |
CmisFunctionEvaluationContext.ALFRESCO_SCOPES |
static CMISScope[] |
CmisFunctionEvaluationContext.STRICT_SCOPES |
| Modifier and Type | Method and Description |
|---|---|
void |
CmisFunctionEvaluationContext.setValidScopes(CMISScope[] validScopes) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.