|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ParticipantScope>
fuego.papi.ParticipantScope
public enum ParticipantScope
Specifies conditions on instance current role (instance location) and instance assigned participant for a Filter's SearchScope.
Filter,
SearchScope,
StatusScope| Enum Constant Summary | |
|---|---|
ALL
All process instances (i.e.: there is no condition regarding assigned participant or instance location). |
|
ALL_IN_ROLE
All process instances in a role assigned to the current participant, including instances assigned to other participants. |
|
PARTICIPANT
All process instances assigned to the current participant. |
|
PARTICIPANT_ROLES
All process instances in a role assigned to the current participant, excluding instances assigned to other participants. |
|
PROCESS_ROLES
All process instances located in interactive activities. |
|
| Method Summary | |
|---|---|
fuego.resources.Msg |
getMsg()
|
String |
getString()
|
String |
getString(Locale locale)
|
static ParticipantScope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParticipantScope[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ParticipantScope ALL
public static final ParticipantScope PROCESS_ROLES
public static final ParticipantScope ALL_IN_ROLE
public static final ParticipantScope PARTICIPANT_ROLES
public static final ParticipantScope PARTICIPANT
| Method Detail |
|---|
public static final ParticipantScope[] values()
for(ParticipantScope c : ParticipantScope.values())
System.out.println(c);
public static ParticipantScope valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String getString()
getString in interface fuego.resources.I18nProviderpublic String getString(Locale locale)
getString in interface fuego.resources.I18nProviderpublic fuego.resources.Msg getMsg()
|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||