Package | Description |
---|---|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
com.asakusafw.workflow.executor |
Provides workflow executors.
|
com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
com.asakusafw.workflow.model |
Represents workflow models.
|
com.asakusafw.workflow.model.basic |
Basic implementations of workflow models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JobflowMirror
Represents a jobflow.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicJobflowMirror
A basic implementation of
JobflowMirror . |
Modifier and Type | Method and Description |
---|---|
void |
JobflowExecutor.execute(TaskExecutionContext context,
JobflowInfo jobflow)
Executes the given jobflow.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowExecutor.execute(TaskExecutionContext context,
JobflowInfo jobflow) |
Constructor and Description |
---|
BasicBatchExecutor(JobflowExecutor jobflowExecutor,
Function<JobflowInfo,String> executionIds)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends JobflowInfo> |
BatchInfo.findElement(String flowId)
Returns an element.
|
Collection<? extends JobflowInfo> |
BatchInfo.getElements()
Returns the element jobflows.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicJobflowInfo
Represents a jobflow.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends JobflowInfo> |
BasicBatchInfo.findElement(String flowId) |
Collection<? extends JobflowInfo> |
BasicBatchInfo.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
BasicBatchInfo.addElement(JobflowInfo element)
Adds an element.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.