Uses of Interface
org.alfresco.service.cmr.action.ParameterConstraint
-
Packages that use ParameterConstraint Package Description org.alfresco.repo.action org.alfresco.repo.action.constraint org.alfresco.service.cmr.action -
-
Uses of ParameterConstraint in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ParameterConstraint Modifier and Type Method Description ParameterConstraintActionServiceImpl. getParameterConstraint(java.lang.String name)Methods in org.alfresco.repo.action that return types with arguments of type ParameterConstraint Modifier and Type Method Description java.util.List<ParameterConstraint>ActionServiceImpl. getParameterConstraints()Methods in org.alfresco.repo.action with parameters of type ParameterConstraint Modifier and Type Method Description voidActionServiceImpl. registerParameterConstraint(ParameterConstraint parameterConstraint)voidRuntimeActionService. registerParameterConstraint(ParameterConstraint parameterConstraint)Register parameter constraint -
Uses of ParameterConstraint in org.alfresco.repo.action.constraint
Classes in org.alfresco.repo.action.constraint that implement ParameterConstraint Modifier and Type Class Description classAspectParameterConstraintType parameter constraintclassBaseParameterConstraintBase implementation of a parameter constraintclassEnumParameterConstraintEnumerated type parameter constraintclassFolderContentsParameterConstraintFolder contents parameter constraintclassMimetypeParameterConstraintMimetype parameter constraintclassPropertyParameterConstraintType parameter constraintclassTypeParameterConstraintType parameter constraint -
Uses of ParameterConstraint in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ParameterConstraint Modifier and Type Method Description ParameterConstraintActionService. getParameterConstraint(java.lang.String name)Get a named parameter constraintMethods in org.alfresco.service.cmr.action that return types with arguments of type ParameterConstraint Modifier and Type Method Description java.util.List<ParameterConstraint>ActionService. getParameterConstraints()Get all the parameter constraints
-