Class FixedValueActionEvaluator

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

    public class FixedValueActionEvaluator
    extends AbstractActionEvaluator
    Action Evaluator whose evaluation is fixed
    Author:
    florian.mueller
    • Constructor Detail

      • FixedValueActionEvaluator

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

      • isAllowed

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object