public class DirectorInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DirectorInput |
cancel
Tell the director the user cancelled
|
static DirectorInput |
choose
Tell the director to bring up the Mbo for an assignment
|
static DirectorInput |
complete
Tell the director to complete an assignment
|
static DirectorInput |
help
Tell the director that we want to display help
|
static DirectorInput |
inbox
Tell the director that we are bringing up a record from the inbox - may want to display help
|
static DirectorInput |
initiate
Tell the director to start workflow on the current Mbo
|
static DirectorInput |
launch
Tell the director to start a specific workflow on the current Mbo.
|
static DirectorInput |
list
Tell the director to show all assignments for the current record
|
static DirectorInput |
ok
Tell the director the user went ahead
|
static DirectorInput |
reassign
Tell the director to reassign an assignment
|
static DirectorInput |
stop
Tell the director the user wants to stop workflow
|
static DirectorInput |
stopinstance
Tell the director the user wants to stop the selected workflow
|
static DirectorInput |
workflow
Tell the director the workflow button was pressed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final DirectorInput choose
public static final DirectorInput complete
public static final DirectorInput help
public static final DirectorInput inbox
public static final DirectorInput initiate
public static final DirectorInput launch
public static final DirectorInput list
public static final DirectorInput reassign
public static final DirectorInput stop
public static final DirectorInput stopinstance
public static final DirectorInput workflow
public static final DirectorInput ok
public static final DirectorInput cancel