Package org.alfresco.opencmis.mapping
Class CanCheckOutActionEvaluator
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractActionEvaluator
-
- org.alfresco.opencmis.mapping.CanCheckOutActionEvaluator
-
- All Implemented Interfaces:
org.alfresco.opencmis.dictionary.CMISActionEvaluator
public class CanCheckOutActionEvaluator extends AbstractActionEvaluator
Alfresco Permission based Action Evaluator- Author:
- florian.mueller
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanCheckOutActionEvaluator(ServiceRegistry serviceRegistry)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowed(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)Node must be versionable, must not have a Private Working Copy and must not be locked.-
Methods inherited from class org.alfresco.opencmis.mapping.AbstractActionEvaluator
getAction, getServiceRegistry
-
-
-
-
Constructor Detail
-
CanCheckOutActionEvaluator
protected CanCheckOutActionEvaluator(ServiceRegistry serviceRegistry)
Construct
-
-