@AlfrescoPublicApi
public interface ParameterConstraint
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllowableValues()
The implementers are expected to return allowed values in the insertion order.
|
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)
String getValueDisplayLabel(String value)
value
- StringCopyright © 2005–2017 Alfresco Software. All rights reserved.