Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.tip.pc.services.identity
Class BPMAction

java.lang.Object
  extended by oracle.tip.pc.services.identity.BPMAction

All Implemented Interfaces:
java.io.Serializable

Deprecated. since 11. All ACL checks are based on java.security.Permission checks

public class BPMAction
extends java.lang.Object
implements java.io.Serializable

BPMAction class defines BPEL Process Manager Actions

See Also:
Serialized Form

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

ACQUIRE

public static final BPMAction ACQUIRE
Deprecated. 
ACQUIRE defines BPEL Process Manager Task Aquire Action

ADMIN

public static final BPMAction ADMIN
Deprecated. 
ADMIN defines BPEL Process Manager Adminitrator Action

CUSTOM

public static final BPMAction CUSTOM
Deprecated. 
CUSTOM defines BPEL Process Manager Castom Action

REASSIGN

public static final BPMAction REASSIGN
Deprecated. 
REASSIGN defines BPEL Process Manager Task Reassign Action

ESCALATE

public static final BPMAction ESCALATE
Deprecated. 
ESCALATE defines BPEL Process Manager Task Escalate Action

ERROR

public static final BPMAction ERROR
Deprecated. 
ERROR defines BPEL Process Manager Error Action

PUSH_BACK

public static final BPMAction PUSH_BACK
Deprecated. 
PUSH_BACK defines BPEL Process Manager Push Back Action

RENEW

public static final BPMAction RENEW
Deprecated. 
RENEW defines BPEL Process Manager Task Renew Action

RELEASE

public static final BPMAction RELEASE
Deprecated. 
RELEASE defines BPEL Process Manager Task Release Action

RESUME

public static final BPMAction RESUME
Deprecated. 
RESUME defines BPEL Process Manager Task Resume Action

REQUEST_INFO

public static final BPMAction REQUEST_INFO
Deprecated. 
REQUEST_INFO defines BPEL Process Manager Request More Information Action

SUBMIT_INFO

public static final BPMAction SUBMIT_INFO
Deprecated. 
SUBMIT_INFO defines BPEL Process Manager Submit More Information Action

SUSPEND

public static final BPMAction SUSPEND
Deprecated. 
SUSPEND defines BPEL Process Manager Task Suspend Action

VIEW_WORKLIST

public static final BPMAction VIEW_WORKLIST
Deprecated. 
VIEW_WORK_LIST defines BPEL Process Manager View Worklist Action

VIEW_TASK_HISTORY

public static final BPMAction VIEW_TASK_HISTORY
Deprecated. 
VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Action

VIEW_PROCESS_HISTORY

public static final BPMAction VIEW_PROCESS_HISTORY
Deprecated. 
VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Action

VIEW_SUB_TASKS

public static final BPMAction VIEW_SUB_TASKS
Deprecated. 
VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Action

UPDATE

public static final BPMAction UPDATE
Deprecated. 
UPDATE defines BPEL Process Manager Update Action

ADHOC_ROUTE

public static final BPMAction ADHOC_ROUTE
Deprecated. 
ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Action

OUTCOME_UPDATE_ROUTE

public static final BPMAction OUTCOME_UPDATE_ROUTE
Deprecated. 
OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Action

WITHDRAW

public static final BPMAction WITHDRAW
Deprecated. 
WITHDRAW defines BPEL Process Manager Task Withdraw Action

VIEW_REPORTS

public static final BPMAction VIEW_REPORTS
Deprecated. 
VIEW_REPORTS defines BPEL Process Manager View Reports Action

Constructor Detail

BPMAction

public BPMAction(java.lang.String name)
Deprecated. 
Constructor
Parameters:
name - action name

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Gets Action name
Returns:
name of BPMAction

getDisplayName

public java.lang.String getDisplayName()
Deprecated. 
Gets action display name
Returns:
display name of BPMAction action

getDisplayName

public java.lang.String getDisplayName(java.util.Locale locale)
Deprecated. 
Gets action display name according to Locale
Returns:
display name of BPMAction action

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Checks whether objects same
Overrides:
equals in class java.lang.Object
Parameters:
obj -
Returns:
true if object same, else false

toString

public java.lang.String toString()
Deprecated. 
String representation of BPMAction
Overrides:
toString in class java.lang.Object
Returns:
String

hashCode

public int hashCode()
Deprecated. 
Computes hashcode for BPMAction
Overrides:
hashCode in class java.lang.Object
Returns:
hashcode

getAction

public static BPMAction getAction(java.lang.String name)
Deprecated. 
Gets BPMAction by name
Parameters:
name - an action name
Returns:
BPMAction

getActions

public static java.util.Set getActions()
Deprecated. 
Gets all BPMAction actions
Returns:
Map of BPMAction by action name

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.