Package org.alfresco.opencmis.mapping
Class FixedValueActionEvaluator
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractActionEvaluator
-
- org.alfresco.opencmis.mapping.FixedValueActionEvaluator
-
- All Implemented Interfaces:
org.alfresco.opencmis.dictionary.CMISActionEvaluator
public class FixedValueActionEvaluator extends AbstractActionEvaluator
Action Evaluator whose evaluation is fixed- Author:
- florian.mueller
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFixedValueActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean allowed)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowed(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)java.lang.StringtoString()-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractActionEvaluator
getAction, getServiceRegistry
-
-
-
-
Constructor Detail
-
FixedValueActionEvaluator
protected FixedValueActionEvaluator(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean allowed)
Construct- Parameters:
serviceRegistry- ServiceRegistryaction- Actionallowed- boolean
-
-