Package org.alfresco.opencmis.dictionary
Interface CMISActionEvaluator
public interface CMISActionEvaluator
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.chemistry.opencmis.commons.enums.Action
Gets the CMIS Allowed Actionboolean
isAllowed
(CMISNodeInfo nodeInfo) Determines if an action is allowed on an object
-
Method Details
-
getAction
org.apache.chemistry.opencmis.commons.enums.Action getAction()Gets the CMIS Allowed Action- Returns:
- Action
-
isAllowed
Determines if an action is allowed on an object- Parameters:
nodeInfo
- CMISNodeInfo- Returns:
- boolean
-