@AlfrescoPublicApi
public interface ParameterDefinition
Modifier and Type | Method and Description |
---|---|
String |
getDisplayLabel()
Get the display label of the parameter.
|
String |
getName()
Get the name of the parameter.
|
String |
getParameterConstraintName()
Gets the parameter constraint name, null if none set.
|
org.alfresco.service.namespace.QName |
getType()
Get the type of parameter
|
boolean |
isMandatory()
Indicates whether the parameter is mandatory or not.
|
boolean |
isMultiValued()
Is multi-valued?
|
String getName()
This is unique and is used to identify the parameter.
org.alfresco.service.namespace.QName getType()
boolean isMultiValued()
boolean isMandatory()
If a parameter is mandatory it means that the value can not be null.
String getDisplayLabel()
String getParameterConstraintName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.