@AlfrescoPublicApi
public interface ParameterConstraint
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllowableValues() |
String |
getName()
Gets the unique name of the constraint
|
String |
getValueDisplayLabel(String value) |
boolean |
isValidValue(String value)
Indicates whether the provided value satisfies the constraint.
|
String getName()
boolean isValidValue(String value)
Copyright © 2005–2014 Alfresco Software. All rights reserved.