Interface CMISActionEvaluator


  • public interface CMISActionEvaluator
    • 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