| Package | Description |
|---|---|
| org.apache.oodt.cas.workflow.engine.processor | |
| org.apache.oodt.cas.workflow.lifecycle | |
| org.apache.oodt.cas.workflow.structs |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowState |
WorkflowProcessor.isDone()
First checks to see if any of this Processor's
WorkflowProcessor.subProcessors have
arrived in a state within the done category. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowLifecycle.createState(String name,
String category,
String message) |
WorkflowState |
WorkflowState.getPrevState() |
WorkflowState |
WorkflowLifecycle.getStateByName(String stateName)
Looks up an associated
WorkflowState by scanning the
WorkflowLifecycleStages present in this lifecycle (aka, by scanning
its "Categories", in Workflow2 terminology). |
WorkflowState |
WorkflowLifecycle.getStateByNameAndCategory(String stateName,
String category)
Gets a
WorkflowState by its name and WorkflowLifecycleStage
(or Category in Workflow2 terminology). |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowState> |
WorkflowLifecycleStage.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowState.setPrevState(WorkflowState prevState) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowLifecycleStage.setStates(List<WorkflowState> states) |
| Constructor and Description |
|---|
WorkflowLifecycleStage(String name,
List<WorkflowState> states,
int order)
Constructs a new WorkflowLifecycleSage with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowState |
WorkflowInstance.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowInstance.setState(WorkflowState state) |
| Constructor and Description |
|---|
WorkflowInstance(Workflow workflow,
String id,
WorkflowState state,
String currentTaskId,
Date startDate,
Date endDate,
Metadata sharedContext,
int timesBlocked,
Priority priority) |
Copyright © 1999–2017 Apache OODT. All rights reserved.