Package org.alfresco.opencmis.mapping
Class FixedValueActionEvaluator
java.lang.Object
org.alfresco.opencmis.mapping.AbstractActionEvaluator
org.alfresco.opencmis.mapping.FixedValueActionEvaluator
- All Implemented Interfaces:
CMISActionEvaluator
Action Evaluator whose evaluation is fixed
- Author:
- florian.mueller
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFixedValueActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean allowed) Construct -
Method Summary
Methods inherited from class org.alfresco.opencmis.mapping.AbstractActionEvaluator
getAction, getServiceRegistry
-
Constructor Details
-
FixedValueActionEvaluator
protected FixedValueActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean allowed) Construct- Parameters:
serviceRegistry- ServiceRegistryaction- Actionallowed- boolean
-
-
Method Details