public class ProcessInstancePriority
extends org.eclipse.stardust.common.IntKey
| Modifier and Type | Field and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessInstancePriority |
getPriority(int value)
Factory method to get the ProcessInstancePriority corresponding to the given code.
|
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
public static ProcessInstancePriority getPriority(int value)
value - one of the ProcessInstancePriority codes.Copyright © 2016 Eclipse Stardust. All Rights Reserved.