|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.tip.pc.services.identity.BPMAction
BPMAction class defines BPEL Process Manager Actions
| Field Summary | |
static BPMAction |
ACQUIREACQUIRE defines BPEL Process Manager Task Aquire Action |
static BPMAction |
ADMINADMIN defines BPEL Process Manager Adminitrator Action |
static BPMAction |
CUSTOMCUSTOM defines BPEL Process Manager Castom Action |
static BPMAction |
ESCALATEESCALATE defines BPEL Process Manager Task Escalate Action |
static BPMAction |
REASSIGNREASSIGN defines BPEL Process Manager Task Reassign Action |
static BPMAction |
RELEASERELEASE defines BPEL Process Manager Task Release Action |
static BPMAction |
RENEWRENEW defines BPEL Process Manager Task Renew Action |
static BPMAction |
REQUEST_INFOREQUEST_INFO defines BPEL Process Manager Request More Information Action |
static BPMAction |
RESUMERESUME defines BPEL Process Manager Task Resume Action |
static BPMAction |
SUBMIT_INFOSUBMIT_INFO defines BPEL Process Manager Submit More Information Action |
static BPMAction |
SUSPENDSUSPEND defines BPEL Process Manager Task Suspend Action |
static BPMAction |
VIEW_PROCESS_HISTORYVIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Action |
static BPMAction |
VIEW_REPORTSVIEW_REPORTS defines BPEL Process Manager View Reports Action |
static BPMAction |
VIEW_TASK_HISTORYVIEW_TASK_HISTORY defines BPEL Process Manager View Task History Action |
static BPMAction |
VIEW_WORKLISTVIEW_WORK_LIST defines BPEL Process Manager View Worklist Action |
static BPMAction |
WITHDRAWWITHDRAW defines BPEL Process Manager Task Withdraw Action |
| Constructor Summary | |
BPMAction(java.lang.String name)Constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)Checks whether objects same |
static BPMAction |
getAction(java.lang.String name)Gets BPMAction by name |
static java.util.Set |
getActions()Gets all BPMAction actions |
java.lang.String |
getDisplayName()Gets action display name |
java.lang.String |
getDisplayName(java.util.Locale locale)Gets action display name according to Locale |
java.lang.String |
getName()Gets Action name |
int |
hashCode()Computes hashcode for BPMAction |
java.lang.String |
toString()String representation of BPMAction |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final BPMAction ACQUIRE
public static final BPMAction ADMIN
public static final BPMAction CUSTOM
public static final BPMAction REASSIGN
public static final BPMAction ESCALATE
public static final BPMAction RENEW
public static final BPMAction RELEASE
public static final BPMAction RESUME
public static final BPMAction REQUEST_INFO
public static final BPMAction SUBMIT_INFO
public static final BPMAction SUSPEND
public static final BPMAction VIEW_WORKLIST
public static final BPMAction VIEW_TASK_HISTORY
public static final BPMAction VIEW_PROCESS_HISTORY
public static final BPMAction WITHDRAW
public static final BPMAction VIEW_REPORTS
| Constructor Detail |
public BPMAction(java.lang.String name)
name - action name| Method Detail |
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String getDisplayName(java.util.Locale locale)
public boolean equals(java.lang.Object obj)
obj -public java.lang.String toString()
public int hashCode()
public static BPMAction getAction(java.lang.String name)
name - an action namepublic static java.util.Set getActions()
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||