Class AbstractActionEvaluator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractActionEvaluator​(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action)
      Construct
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.chemistry.opencmis.commons.enums.Action getAction()  
      protected ServiceRegistry getServiceRegistry()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.alfresco.opencmis.dictionary.CMISActionEvaluator

        isAllowed
    • Constructor Detail

      • AbstractActionEvaluator

        protected AbstractActionEvaluator​(ServiceRegistry serviceRegistry,
                                          org.apache.chemistry.opencmis.commons.enums.Action action)
        Construct
        Parameters:
        serviceRegistry - ServiceRegistry
        action - Action
    • Method Detail

      • getServiceRegistry

        protected ServiceRegistry getServiceRegistry()
        Returns:
        service registry
      • getAction

        public org.apache.chemistry.opencmis.commons.enums.Action getAction()
        Specified by:
        getAction in interface org.alfresco.opencmis.dictionary.CMISActionEvaluator