Package org.alfresco.opencmis.mapping
Class CanCancelCheckOutActionEvaluator
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractActionEvaluator
-
- org.alfresco.opencmis.mapping.CanCancelCheckOutActionEvaluator
-
- All Implemented Interfaces:
CMISActionEvaluator
public class CanCancelCheckOutActionEvaluator extends AbstractActionEvaluator
Alfresco Permission based Action Evaluator- Author:
- florian.mueller
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanCancelCheckOutActionEvaluator(ServiceRegistry serviceRegistry)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowed(CMISNodeInfo nodeInfo)-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractActionEvaluator
getAction, getServiceRegistry
-
-
-
-
Constructor Detail
-
CanCancelCheckOutActionEvaluator
protected CanCancelCheckOutActionEvaluator(ServiceRegistry serviceRegistry)
Construct
-
-
Method Detail
-
isAllowed
public boolean isAllowed(CMISNodeInfo nodeInfo)
-
-