Class AgentDefinitionModel.AgentOutputParameter
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.AgentOutputParameter
- Enclosing interface:
AgentDefinitionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<AgentDefinitionModel.AllowedValue> protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getName()getType()voidsetAllowedValues(Collection<AgentDefinitionModel.AllowedValue> allowedValues) voidvoidvoid
-
Field Details
-
name
-
label
-
type
-
allowedValues
-
-
Constructor Details
-
AgentOutputParameter
public AgentOutputParameter() -
AgentOutputParameter
-
-
Method Details
-
getName
-
setName
-
getLabel
-
setLabel
-
getType
-
setType
-
getAllowedValues
-
setAllowedValues
-