mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Property constraint dictionary support
Constraint implementation support Regular expression constraint git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2547 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,6 +20,7 @@ import org.alfresco.service.cmr.dictionary.AspectDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.AssociationDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.ClassDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.DataTypeDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.ConstraintDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.PropertyDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.TypeDefinition;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
@@ -81,6 +82,14 @@ import org.alfresco.service.namespace.QName;
|
||||
*/
|
||||
public PropertyDefinition getProperty(QName name);
|
||||
|
||||
/**
|
||||
* Gets the specified property constraint
|
||||
*
|
||||
* @param name the qualified name of the property constraint
|
||||
* @return
|
||||
*/
|
||||
public ConstraintDefinition getConstraint(QName name);
|
||||
|
||||
/**
|
||||
* Gets the specified association
|
||||
*
|
||||
|
Reference in New Issue
Block a user