Class BaseParameterConstraint

java.lang.Object
org.alfresco.repo.action.constraint.BaseParameterConstraint
All Implemented Interfaces:
ParameterConstraint, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
Direct Known Subclasses:
AspectParameterConstraint, EnumParameterConstraint, FolderContentsParameterConstraint, MimetypeParameterConstraint, PropertyParameterConstraint, TypeParameterConstraint

public abstract class BaseParameterConstraint extends Object implements ParameterConstraint, org.springframework.beans.factory.BeanNameAware
Base implementation of a parameter constraint
Author:
Roy Wetherall
  • Field Details

    • name

      protected String name
      Constraint name
    • actionService

      protected RuntimeActionService actionService
      Runtime action service
    • cache

      protected boolean cache
      Flag to determine whether the allowable values should be cached
    • allowableValues

      protected Map<String,String> allowableValues
      Map of allowable values
  • Constructor Details

    • BaseParameterConstraint

      public BaseParameterConstraint()
  • Method Details