Package | Description |
---|---|
com.asakusafw.workflow.model |
Represents workflow models.
|
com.asakusafw.workflow.model.basic |
Basic implementations of workflow models.
|
Modifier and Type | Method and Description |
---|---|
static TaskInfo.Phase |
TaskInfo.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskInfo.Phase[] |
TaskInfo.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends TaskInfo> |
JobflowInfo.getTasks(TaskInfo.Phase phase)
Returns tasks of this jobflow.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowInfo.addTask(TaskInfo.Phase phase,
TaskInfo task)
Adds a task.
|
Collection<? extends TaskInfo> |
BasicJobflowInfo.getTasks(TaskInfo.Phase phase) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.