| Package | Description | 
|---|---|
| org.apache.oodt.cas.workflow.structs | 
| Modifier and Type | Field and Description | 
|---|---|
| static Priority | Priority. HIGH | 
| static Priority | Priority. LOW | 
| static Priority | Priority. MEDIUM | 
| static Priority | Priority. MEDIUM_HIGH | 
| static Priority | Priority. MEDIUM_LOW | 
| Modifier and Type | Method and Description | 
|---|---|
| static Priority | Priority. getDefault() | 
| Priority | WorkflowInstance. getPriority() | 
| static Priority | Priority. getPriority(double priority) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Priority. compareTo(Priority priority) | 
| void | WorkflowInstance. setPriority(Priority priority) | 
| 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.