Interface ConstraintDefinition
-
@AlfrescoPublicApi public interface ConstraintDefinition
Property constraint definition- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Constraint
getConstraint()
String
getDescription()
Deprecated.The problem identified in MNT-413 will still existString
getDescription(MessageLookup messageLookup)
ModelDefinition
getModel()
QName
getName()
QName
getRef()
String
getTitle()
Deprecated.The problem identified in MNT-413 will still existString
getTitle(MessageLookup messageLookup)
-
-
-
Method Detail
-
getModel
ModelDefinition getModel()
- Returns:
- defining model
-
getName
QName getName()
- Returns:
- Returns the qualified name of the constraint
-
getTitle
String getTitle()
Deprecated.The problem identified in MNT-413 will still exist
-
getDescription
String getDescription()
Deprecated.The problem identified in MNT-413 will still exist
-
getTitle
String getTitle(MessageLookup messageLookup)
- Returns:
- the human-readable class title
-
getDescription
String getDescription(MessageLookup messageLookup)
- Returns:
- the human-readable class description
-
getConstraint
Constraint getConstraint()
- Returns:
- Returns the constraint implementation
-
getRef
QName getRef()
- Returns:
- Returns the referenced constraint definition, if any (null for explicit or inline constraint def)
- Since:
- 3.2R
-
-