Package org.alfresco.rest.api.model
Class ConstraintDefinition
java.lang.Object
org.alfresco.rest.api.model.ConstraintDefinition
Represents a constraint of a node definition property.
- Author:
- gfertuso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getTitle()getType()voidsetDescription(String description) voidvoidsetParameters(Map<String, Object> parameters) voidvoid
-
Constructor Details
-
ConstraintDefinition
public ConstraintDefinition()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getParameters
-
setParameters
-