| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.acl | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.opencmis.EnumFactory<CMISAllowedActionEnum> |
CMISAllowedActionEnum.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
CMISAllowedActionEnum |
CMISActionEvaluator.getAction()
Gets the CMIS Allowed Action
|
static CMISAllowedActionEnum |
CMISAllowedActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISAllowedActionEnum[] |
CMISAllowedActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CMISAllowedActionEnum,CMISActionEvaluator<? extends Object>> |
CMISTypeDefinition.getActionEvaluators()
Gets the Action evaluators for this type
|
| Modifier and Type | Method and Description |
|---|---|
CMISAllowedActionEnum |
CMISPermissionMappingKey.getAllowedActionEnum()
Get the allowed action enum.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<CMISAllowedActionEnum,CMISActionEvaluator<? extends Object>> |
CMISAbstractTypeDefinition.actionEvaluators |
| Modifier and Type | Method and Description |
|---|---|
Map<CMISAllowedActionEnum,CMISActionEvaluator<? extends Object>> |
CMISAbstractTypeDefinition.getActionEvaluators() |
| Modifier and Type | Method and Description |
|---|---|
CMISAllowedActionEnum |
AbstractActionEvaluator.getAction() |
| 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
|
| Constructor and Description |
|---|
AbstractActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action)
Construct
|
AspectActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action,
boolean expected,
boolean allAspectsMustConcur,
boolean defaultAllowing,
org.alfresco.service.namespace.QName... aspects)
Constructor
|
CompositeActionEvaluator(boolean defaultAllowing,
ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action)
Constructor
|
FixedValueActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action,
boolean allowed)
Construct
|
ObjectLockedActionEvaluator(LockType lockType,
boolean lockExpected,
ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action)
Constructor
|
ParentTypeActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action,
ParentTypeActionEvaluator.ParentTypeEnum parentType,
boolean expected)
Constructor
|
PermissionActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action,
boolean defaultAllowing,
String... permission)
Construct
|
PropertyActionEvaluator(ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action,
boolean allPropertiesConcur,
boolean defaultAllowing,
PropertyActionEvaluator.PropertyDescriptor... propertyIdsAndExpectedValues)
Constructor
|
TypeAttributeActionEvaluator(TypeAttributeActionEvaluator.TypeDefinitionAttributeEnum attribute,
org.alfresco.util.Pair<Object,Comparable<Object>> comparator,
boolean nullExpected,
boolean defaultAllowing,
ServiceRegistry serviceRegistry,
CMISAllowedActionEnum action)
Constructor
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.