Package org.alfresco.opencmis.dictionary
Interface CMISActionEvaluator
-
public interface CMISActionEvaluator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.chemistry.opencmis.commons.enums.ActiongetAction()Gets the CMIS Allowed ActionbooleanisAllowed(CMISNodeInfo nodeInfo)Determines if an action is allowed on an object
-
-
-
Method Detail
-
getAction
org.apache.chemistry.opencmis.commons.enums.Action getAction()
Gets the CMIS Allowed Action- Returns:
- Action
-
isAllowed
boolean isAllowed(CMISNodeInfo nodeInfo)
Determines if an action is allowed on an object- Parameters:
nodeInfo- CMISNodeInfo- Returns:
- boolean
-
-