public class WorkflowParameter extends Object
| Constructor and Description |
|---|
WorkflowParameter() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAvailableApplications(ExecutionContext context)
Returns a list of available batch application names on the current context.
|
BatchInfo |
getBatchInfo(ExecutionContext context)
Returns workflow information.
|
public BatchInfo getBatchInfo(ExecutionContext context)
context - the current contextCommandConfigurationException - if there is no available workflow filepublic static List<String> getAvailableApplications(ExecutionContext context)
context - the current contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.