Package | Description |
---|---|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
Modifier and Type | Method and Description |
---|---|
FlowScript |
BatchScript.findFlow(String flowId)
Returns a
FlowScript which has the specified flow ID. |
static FlowScript |
FlowScript.load(Properties properties,
String flowId)
Loads a
FlowScript with the specified ID. |
Modifier and Type | Method and Description |
---|---|
List<FlowScript> |
BatchScript.getAllFlows()
Returns all
FlowScript s defined in this batch. |
Constructor and Description |
---|
BatchScript(String id,
Collection<FlowScript> flows)
Creates a new instance.
|
BatchScript(String batchId,
String buildId,
Collection<FlowScript> flows)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.