public enum WFProcessEventType extends java.lang.Enum<WFProcessEventType>
| Enum Constant and Description |
|---|
assigneeAdded
Refers to the event when an actor is assigned to an activity.
|
assigneeRemoved
Refers to the event when an assignee is removed from an activity.
|
completeActivity
Refers to the event when an Activity is completed.
|
completeProcess
Refers to the event when the Process is completed.
|
createActivity
Refers to the event when an Activity is created.
|
createProcess
Refers to the event when the Process is instantiated.
|
failedNotification
Refers to the event when an Activity transition fails to send notification.
|
failedTransition
Refers to the event when an Activity transition fails to process.
|
launchNewProcessActionCompleted
Refers to the result when Transition Activity type launchNewProcess completes.
|
otherActorsAdded
Refers to the event when a other actor is added to an activity.
|
otherActorsRemoved
Refers to the event when a other actor is removed from an activity.
|
processOwnerAdded
Refers to the event when an owner is assigned to a process.
|
processOwnerRemoved
Refers to the event when an owner is removed from a process.
|
reminderSent
Refers to the event when a email reminder has been sent.
|
routedByGateway
Refers to the event when an Activity transition is processed through a gateway node.
|
subscriberAdded
Refers to the event when a subscriber is added to an activity.
|
subscriberRemoved
Refers to the event when a subscriber is removed from an activity.
|
synchronizedFields
Refers to the event when the workflow fields are synchronized
|
terminateProcess
Refers to the event when the Process is terminated.
|
transition
Refers to the event when an Activity transition is selected.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the internal id for the event type.
|
static WFProcessEventType |
getValue(int id)
Returns the event type for the internal id.
|
static WFProcessEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFProcessEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFProcessEventType createProcess
public static final WFProcessEventType completeProcess
public static final WFProcessEventType createActivity
public static final WFProcessEventType completeActivity
public static final WFProcessEventType transition
public static final WFProcessEventType assigneeAdded
public static final WFProcessEventType assigneeRemoved
public static final WFProcessEventType subscriberAdded
public static final WFProcessEventType subscriberRemoved
public static final WFProcessEventType processOwnerAdded
public static final WFProcessEventType processOwnerRemoved
public static final WFProcessEventType terminateProcess
public static final WFProcessEventType failedTransition
public static final WFProcessEventType routedByGateway
public static final WFProcessEventType synchronizedFields
public static final WFProcessEventType failedNotification
public static final WFProcessEventType launchNewProcessActionCompleted
public static final WFProcessEventType otherActorsAdded
public static final WFProcessEventType otherActorsRemoved
public static final WFProcessEventType reminderSent
public static WFProcessEventType[] values()
for (WFProcessEventType c : WFProcessEventType.values()) System.out.println(c);
public static WFProcessEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getId()
public static WFProcessEventType getValue(int id)
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.