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()
void
setDescription
(String description) void
void
setParameters
(Map<String, Object> parameters) void
void
-
Constructor Details
-
ConstraintDefinition
public ConstraintDefinition()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getParameters
-
setParameters
-