Uses of Class
org.alfresco.model.model.Constraint
Packages that use Constraint
-
Uses of Constraint in org.alfresco.model.model
Methods in org.alfresco.model.model that return ConstraintModifier and TypeMethodDescriptionConstraint.description(String description) Constraint.parameters(Map<String, Object> parameters) Constraint.putParametersItem(String key, Object parametersItem) Methods in org.alfresco.model.model that return types with arguments of type ConstraintModifier and TypeMethodDescription@Valid List<Constraint>Property.getConstraints()list of constraints defined for the propertyMethods in org.alfresco.model.model with parameters of type ConstraintMethod parameters in org.alfresco.model.model with type arguments of type ConstraintModifier and TypeMethodDescriptionProperty.constraints(List<Constraint> constraints) voidProperty.setConstraints(List<Constraint> constraints)