Package org.alfresco.opencmis.mapping
Class CanDeleteDocumentEvaluator
- java.lang.Object
-
- org.alfresco.opencmis.mapping.AbstractActionEvaluator
-
- org.alfresco.opencmis.mapping.CanDeleteDocumentEvaluator
-
- All Implemented Interfaces:
CMISActionEvaluator
public class CanDeleteDocumentEvaluator extends AbstractActionEvaluator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCanDeleteDocumentEvaluator(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
-
CanDeleteDocumentEvaluator
protected CanDeleteDocumentEvaluator(ServiceRegistry serviceRegistry)
Construct- Parameters:
serviceRegistry- ServiceRegistry
-
-
Method Detail
-
isAllowed
public boolean isAllowed(CMISNodeInfo nodeInfo)
-
-