Package | Description |
---|---|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Modifier and Type | Method and Description |
---|---|
Task.Status |
Task.getStatus() |
static Task.Status |
Task.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.Status[] |
Task.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.reset(Task.Status status) |
void |
Task.setStatus(Task.Status status) |
Copyright © 2017 DocDoku. All rights reserved.