Class AgentDefinitionModel.AgentOutputParameter
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.AgentParameter
com.flowable.agent.api.repository.AgentDefinitionModel.AgentOutputParameter
- Enclosing interface:
AgentDefinitionModel
public static class AgentDefinitionModel.AgentOutputParameter
extends AgentDefinitionModel.AgentParameter
-
Field Summary
FieldsFields inherited from class AgentDefinitionModel.AgentParameter
constraints, errorCode, label, name, onConstraintFailure, type, typeReference -
Constructor Summary
ConstructorsConstructorDescriptionAgentOutputParameter(String name, String label, String type) AgentOutputParameter(String name, String label, String type, AgentDefinitionModel.TypeReference typeReference) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowedValues(Collection<AgentDefinitionModel.AllowedValue> allowedValues) Methods inherited from class AgentDefinitionModel.AgentParameter
getConstraints, getErrorCode, getLabel, getName, getOnConstraintFailure, getType, getTypeReference, setConstraints, setErrorCode, setLabel, setName, setOnConstraintFailure, setType, setTypeReference
-
Field Details
-
allowedValues
-
-
Constructor Details
-
AgentOutputParameter
public AgentOutputParameter() -
AgentOutputParameter
-
AgentOutputParameter
public AgentOutputParameter(String name, String label, String type, AgentDefinitionModel.TypeReference typeReference)
-
-
Method Details
-
getAllowedValues
-
setAllowedValues
-