From eb845ce02ee80f2dbc16d12db8105c16746dd9dc Mon Sep 17 00:00:00 2001 From: Neil McErlean Date: Fri, 11 Sep 2009 13:33:25 +0000 Subject: [PATCH] custompropdefinitions.get now returns constraint shortname. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16215 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/service/cmr/dictionary/Constraint.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/java/org/alfresco/service/cmr/dictionary/Constraint.java b/source/java/org/alfresco/service/cmr/dictionary/Constraint.java index 03daa9d254..ba9b53f166 100644 --- a/source/java/org/alfresco/service/cmr/dictionary/Constraint.java +++ b/source/java/org/alfresco/service/cmr/dictionary/Constraint.java @@ -58,6 +58,13 @@ public interface Constraint */ public String getTitle(); + /** + * Gets the constraint name. + * + * @return the constraint name. + */ + public String getShortName(); + /** * Returns the parameters passed to the instance of the constraint. *