| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping |
| Modifier and Type | Method and Description |
|---|---|
Map<CMISAllowedActionEnum,CMISActionEvaluator<? extends Object>> |
CMISTypeDefinition.getActionEvaluators()
Gets the Action evaluators for this type
|
| 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 | Class and Description |
|---|---|
class |
AbstractActionEvaluator<T>
Base class for all action evaluators
|
class |
AspectActionEvaluator<ObjectType>
This evaluator determines an action availability in accordance with collection of aspects and rules of checking application of the aspects.
|
class |
CanCheckInActionEvaluator
Check-in operation is only allowed for PWC object per CMIS specification
|
class |
CompositeActionEvaluator<ObjectType>
This action evaluator introduces simplified interface to construct set of conditions to determine, if an action is available for a specified object.
|
class |
FixedValueActionEvaluator<T>
Action Evaluator whose evaluation is fixed
|
class |
ObjectLockedActionEvaluator<ObjectType>
This evaluator determines an action availability in accordance with
LockType lock parameter and in accordance with rules of checking application of the lock. |
class |
ParentActionEvaluator
Action Evaluator whose evaluation takes place on parent
|
class |
ParentTypeActionEvaluator<ObjectType>
This evaluator determines an action availability in accordance with parent(s) of object.
|
class |
PermissionActionEvaluator<ObjectType>
Alfresco Permission based Action Evaluator
|
class |
PropertyActionEvaluator<ValidatingObjectType>
This evaluator determines an action availability in accordance with collection of
PropertyActionEvaluator.PropertyDescriptor and in accordance with rules of checking of the object properties. |
class |
RootActionEvaluator<ObjectType>
Action Evaluator which evaluates on whether node is root or not
|
class |
TypeAttributeActionEvaluator<ObjectType>
This evaluator determines an action availability in accordance with value of object type definition attribute and in accordance with rules of checking of the object type
definition attribute value.
|
| 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
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.