Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
static TaskState |
TaskState.COMPLETE
Indicates that the task has been successfully completed.
|
static TaskState |
TaskState.FAILED
Indicates that execution of the task failed.
|
static TaskState |
TaskState.READY
Indicates that the task is no longer blocked either by predecessors that have not completed or by a precondition,
and, therefore, it is ready to be worked on.
|
static TaskState |
TaskState.WAITING_ALL
Indicates that the task is blocked by both incomplete predecessors and an unsatisfied precondition.
|
static TaskState |
TaskState.WAITING_PRECONDITION
Indicates that the task is yet to satisfy its precondition, but is not blocked by any incomplete predecessors.
|
static TaskState |
TaskState.WAITING_PREDECESSORS
Indicates that the task has satisfied its precondition but is blocked by incomplete predecessors.
|
static TaskState |
TaskState.WORKING
Indicates that the task is being actively worked on.
|
Modifier and Type | Method and Description |
---|---|
static TaskState |
TaskState.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
TaskState |
CmTask.get_TaskState()
Returns the value of the TaskState property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.