| Package | Description |
|---|---|
| org.alfresco.cmis.mapping |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
CompositeActionEvaluator<ObjectType> |
CompositeActionEvaluator.addCondition(AbstractActionEvaluator<ObjectType> condition)
Adds any condition to the list, if it is not a
null |
| Constructor and Description |
|---|
ParentActionEvaluator(AbstractActionEvaluator<org.alfresco.service.cmr.repository.NodeRef> evaluator)
Construct
|
RootActionEvaluator(AbstractActionEvaluator<ObjectType> evaluator,
boolean allow)
Construct
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.