|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.Priority
public class Priority
Enumeration of instance priorities.
The Priority list defines the 5 types of priorities that the Instance can have while it flows through the process.
Field Summary | |
---|---|
static int |
HIGH
High priority. |
static int |
HIGHEST
Highest priority. |
static int |
LOW
Low priority. |
static int |
LOWEST
Lowest priority. |
static int |
NORMAL
Normal priority. |
Constructor Summary | |
---|---|
Priority()
|
Method Summary | |
---|---|
static String |
getDescription(int type,
Locale locale)
Gets the localize description of the specified priority. |
static int |
valueOf(String id)
Returns the priority for the specified priority Id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOWEST
public static final int LOW
public static final int NORMAL
public static final int HIGH
public static final int HIGHEST
Constructor Detail |
---|
public Priority()
Method Detail |
---|
public static String getDescription(int type, Locale locale)
type
- priority to obtain which description.locale
- the desired locale.
public static int valueOf(String id)
id
- priority Id to check.
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |