|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
public class ProcessInstancePriority
A representation of the priority of an process instance. This class also provides human readable values for the process instance priorities.
| Field Summary | |
|---|---|
static ProcessInstancePriority |
High
|
static int |
HIGH
The process instance has higher priority than normal. |
static ProcessInstancePriority |
Low
|
static int |
LOW
The process instance has lower priority than normal. |
static ProcessInstancePriority |
Normal
|
static int |
NORMAL
The process instance has normal priority (default). |
| Method Summary | |
|---|---|
static ProcessInstancePriority |
getPriority(int value)
Factory method to get the ProcessInstancePriority corresponding to the given code. |
| Methods inherited from class org.eclipse.stardust.common.IntKey |
|---|
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LOW
public static final int NORMAL
public static final int HIGH
public static final ProcessInstancePriority Low
public static final ProcessInstancePriority Normal
public static final ProcessInstancePriority High
| Method Detail |
|---|
public static ProcessInstancePriority getPriority(int value)
value - one of the ProcessInstancePriority codes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||