Step |
Step.actionId(String actionId) |
Step |
Step.addErrorHandlersItem(ErrorHandler errorHandlersItem) |
Step |
Step.addOutboundEdgesItem(OutboundEdge outboundEdgesItem) |
Step |
Step.addParametersItem(Parameter parametersItem) |
Step |
Step.completionGate(CompletionGate completionGate) |
Step |
Step.connectionLabel(String connectionLabel) |
Step |
Step.display(StepDisplay display) |
Step |
Step.errorHandlers(List<ErrorHandler> errorHandlers) |
Step |
Step.name(String name) |
Step |
Step.outboundEdges(List<OutboundEdge> outboundEdges) |
Step |
Step.parameters(List<Parameter> parameters) |
Step |
Step.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Step |
Step.readinessGate(ReadinessGate readinessGate) |