Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.dictionary
Interface ConstraintDefinition

public interface ConstraintDefinition
Property constraint definition
Author:
Derek Hulley

Method Summary
getConstraint()
getDescription()
          Deprecated. The problem identified in MNT-413 will still exist
getDescription(MessageLookup messageLookup)
getModel()
getName()
getRef()
getTitle()
          Deprecated. The problem identified in MNT-413 will still exist
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
See Also:
getTitle(org.alfresco.service.cmr.i18n.MessageLookup)

getDescription
String getDescription()
Deprecated. The problem identified in MNT-413 will still exist
See Also:
getDescription(org.alfresco.service.cmr.i18n.MessageLookup)

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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.