public static class ActionDefinition.ParameterDefinition extends Object
Constructor and Description |
---|
ParameterDefinition()
For Jackson deserialisation.
|
ParameterDefinition(String name,
String type,
boolean multiValued,
boolean mandatory,
String displayLabel,
String parameterConstraintName) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayLabel() |
String |
getName() |
String |
getParameterConstraintName() |
String |
getType() |
boolean |
isMandatory() |
boolean |
isMultiValued() |
Copyright © 2005–2018 Alfresco Software. All rights reserved.