public enum WFActionType extends java.lang.Enum<WFActionType>
Represents the type of the workflow actions
| Enum Constant and Description |
|---|
createObjects
Represents action type to create one or more new objects
|
customAction
Represents action type to set custom action
|
launchNewProcess
Represents action type to start a new independent workflow instance
|
launchSubProcess
NOT SUPPORTED ON 8.0.0.2.
|
lockUnlockObjects
Represents action type to lock or unlock one or more objects
|
setActivityDueDate
Represents action type to set due date of target activity
|
setAssignees
Represents action type to set assignees of target activity
|
setCriticality
Represents action type to set process criticality
|
setFields
Represents action type to set object field
|
setOtherActors
Represents action type to set the other actors
|
setProcessDueDate
Represents action type to set due date of process
|
setProcessOwners
Represents action type to set process owners
|
setProcessStatus
Represents action type to set process status message
|
setSubscribers
Represents action type to set the Subscribers
|
validate
Represents action type to validate the operation.
|
| Modifier and Type | Method and Description |
|---|---|
static WFActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFActionType setFields
public static final WFActionType validate
public static final WFActionType setAssignees
public static final WFActionType setCriticality
public static final WFActionType launchSubProcess
public static final WFActionType setProcessStatus
public static final WFActionType setProcessOwners
public static final WFActionType setSubscribers
public static final WFActionType setOtherActors
public static final WFActionType setActivityDueDate
public static final WFActionType setProcessDueDate
public static final WFActionType customAction
public static final WFActionType launchNewProcess
public static final WFActionType createObjects
public static final WFActionType lockUnlockObjects
public static WFActionType[] values()
for (WFActionType c : WFActionType.values()) System.out.println(c);
public static WFActionType 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 null
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.