Package org.alfresco.rest.api.model
Class ActionParameterConstraint
java.lang.Object
org.alfresco.rest.api.model.ActionParameterConstraint
Representation of action parameter constraint. Helps to constraint the list of allowable values for an action parameter. When action parameter has constraints defined (@see ActionDefinition.ParameterDefinition#getParameterConstraintName()) they will be listed here.
- Author:
- mpichura
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConstraintName(String constraintName) voidsetConstraintValues(List<ActionParameterConstraint.ConstraintData> constraintValues)
-
Constructor Details
-
ActionParameterConstraint
public ActionParameterConstraint()
-
-
Method Details
-
getConstraintValues
-
setConstraintValues
-
getConstraintName
-
setConstraintName
-