Class CurrentVersionEvaluator

    • 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,
                                          CMISActionEvaluator currentVersionEvaluator,
                                          boolean nonCurrentVersionValue)
        Construct
        Parameters:
        serviceRegistry -
    • Method Detail

      • isAllowed

        public boolean isAllowed​(CMISNodeInfo nodeInfo)