|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-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
Deprecated. since 11. All ACL checks are based on java.security.Permission checks
public class BPMAction
BPMAction
class defines BPEL Process Manager Actions
Field Summary | |
---|---|
static BPMAction |
ACQUIRE Deprecated. ACQUIRE defines BPEL Process Manager Task Aquire Action |
static BPMAction |
ADHOC_ROUTE Deprecated. ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Action |
static BPMAction |
ADMIN Deprecated. ADMIN defines BPEL Process Manager Adminitrator Action |
static BPMAction |
CUSTOM Deprecated. CUSTOM defines BPEL Process Manager Castom Action |
static BPMAction |
ERROR Deprecated. ERROR defines BPEL Process Manager Error Action |
static BPMAction |
ESCALATE Deprecated. ESCALATE defines BPEL Process Manager Task Escalate Action |
static BPMAction |
OUTCOME_UPDATE_ROUTE Deprecated. OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Action |
static BPMAction |
PUSH_BACK Deprecated. PUSH_BACK defines BPEL Process Manager Push Back Action |
static BPMAction |
REASSIGN Deprecated. REASSIGN defines BPEL Process Manager Task Reassign Action |
static BPMAction |
RELEASE Deprecated. RELEASE defines BPEL Process Manager Task Release Action |
static BPMAction |
RENEW Deprecated. RENEW defines BPEL Process Manager Task Renew Action |
static BPMAction |
REQUEST_INFO Deprecated. REQUEST_INFO defines BPEL Process Manager Request More Information Action |
static BPMAction |
RESUME Deprecated. RESUME defines BPEL Process Manager Task Resume Action |
static BPMAction |
SUBMIT_INFO Deprecated. SUBMIT_INFO defines BPEL Process Manager Submit More Information Action |
static BPMAction |
SUSPEND Deprecated. SUSPEND defines BPEL Process Manager Task Suspend Action |
static BPMAction |
UPDATE Deprecated. UPDATE defines BPEL Process Manager Update Action |
static BPMAction |
VIEW_PROCESS_HISTORY Deprecated. VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Action |
static BPMAction |
VIEW_REPORTS Deprecated. VIEW_REPORTS defines BPEL Process Manager View Reports Action |
static BPMAction |
VIEW_SUB_TASKS Deprecated. VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Action |
static BPMAction |
VIEW_TASK_HISTORY Deprecated. VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Action |
static BPMAction |
VIEW_WORKLIST Deprecated. VIEW_WORK_LIST defines BPEL Process Manager View Worklist Action |
static BPMAction |
WITHDRAW Deprecated. WITHDRAW defines BPEL Process Manager Task Withdraw Action |
Constructor Summary | |
---|---|
BPMAction(java.lang.String name) Deprecated. Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj) Deprecated. Checks whether objects same |
static BPMAction |
getAction(java.lang.String name) Deprecated. Gets BPMAction by name |
static java.util.Set |
getActions() Deprecated. Gets all BPMAction actions |
java.lang.String |
getDisplayName() Deprecated. Gets action display name |
java.lang.String |
getDisplayName(java.util.Locale locale) Deprecated. Gets action display name according to Locale |
java.lang.String |
getName() Deprecated. Gets Action name |
int |
hashCode() Deprecated. Computes hashcode for BPMAction |
java.lang.String |
toString() Deprecated. 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 ERROR
public static final BPMAction PUSH_BACK
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 VIEW_SUB_TASKS
public static final BPMAction UPDATE
public static final BPMAction ADHOC_ROUTE
public static final BPMAction OUTCOME_UPDATE_ROUTE
public static final BPMAction WITHDRAW
public static final BPMAction VIEW_REPORTS
Constructor Detail |
---|
public BPMAction(java.lang.String name)
name
- action nameMethod 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)
equals
in class java.lang.Object
obj
-public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static BPMAction getAction(java.lang.String name)
name
- an action namepublic static java.util.Set getActions()
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |