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 |
---|---|
DeleteTaskInfo.PathKind |
DeleteTaskInfo.getPathKind()
Returns the path kind.
|
static DeleteTaskInfo.PathKind |
DeleteTaskInfo.PathKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteTaskInfo.PathKind[] |
DeleteTaskInfo.PathKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeleteTaskInfo.PathKind |
BasicDeleteTaskInfo.getPathKind() |
Constructor and Description |
---|
BasicDeleteTaskInfo(DeleteTaskInfo.PathKind pathKind,
String path)
Creates a new instance.
|
BasicDeleteTaskInfo(String moduleName,
DeleteTaskInfo.PathKind pathKind,
String path)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.