Class CurrentVersionEvaluator

  • All Implemented Interfaces:
    org.alfresco.opencmis.dictionary.CMISActionEvaluator

    public class CurrentVersionEvaluator
    extends AbstractActionEvaluator
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CurrentVersionEvaluator​(ServiceRegistry serviceRegistry, org.alfresco.opencmis.dictionary.CMISActionEvaluator currentVersionEvaluator, boolean nonCurrentVersionValue)
      Construct
      protected CurrentVersionEvaluator​(ServiceRegistry serviceRegistry, org.apache.chemistry.opencmis.commons.enums.Action action, boolean currentVersionValue, boolean nonCurrentVersionValue)
      Construct
    • Constructor Detail

      • CurrentVersionEvaluator

        protected CurrentVersionEvaluator​(ServiceRegistry serviceRegistry,
                                          org.apache.chemistry.opencmis.commons.enums.Action action,
                                          boolean currentVersionValue,
                                          boolean nonCurrentVersionValue)
        Construct
        Parameters:
        serviceRegistry - ServiceRegistry
        action - Action
        currentVersionValue - boolean
        nonCurrentVersionValue - boolean
      • CurrentVersionEvaluator

        protected CurrentVersionEvaluator​(ServiceRegistry serviceRegistry,
                                          org.alfresco.opencmis.dictionary.CMISActionEvaluator currentVersionEvaluator,
                                          boolean nonCurrentVersionValue)
        Construct
        Parameters:
        serviceRegistry -
    • Method Detail

      • isAllowed

        public boolean isAllowed​(org.alfresco.opencmis.dictionary.CMISNodeInfo nodeInfo)