public class JobflowInfoParameter extends Object
Modifier and Type | Field and Description |
---|---|
BatchInfoParameter |
batchInfoParameter
The batch information.
|
String |
flowId
The flow ID.
|
Constructor and Description |
---|
JobflowInfoParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowId()
Returns the flow ID.
|
List<JobflowInfo> |
getJobflows()
Returns the target jobflows.
|
JobflowInfo |
getUniqueJobflow()
Returns the target jobflow, and must be it is unique in the current context.
|
public final BatchInfoParameter batchInfoParameter
public String flowId
public String getFlowId()
null
if it is not specifiedpublic List<JobflowInfo> getJobflows()
CommandConfigurationException
- if there are no available jobflowspublic JobflowInfo getUniqueJobflow()
CommandConfigurationException
- if there are no available jobflows, or they are ambiguousCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.