Interface CMISActionEvaluator


public interface CMISActionEvaluator
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.chemistry.opencmis.commons.enums.Action
    Gets the CMIS Allowed Action
    boolean
    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

      boolean isAllowed(CMISNodeInfo nodeInfo)
      Determines if an action is allowed on an object
      Parameters:
      nodeInfo - CMISNodeInfo
      Returns:
      boolean