Class BPMAction

java.lang.Object
oracle.tip.pc.services.identity.BPMAction
All Implemented Interfaces:
Serializable

public class BPMAction extends Object implements Serializable
Deprecated.
since 11. All ACL checks are based on java.security.Permission checks
BPMAction class defines BPEL Process Manager Actions
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BPMAction
    Deprecated.
    ACQUIRE defines BPEL Process Manager Task Aquire Action
    static final BPMAction
    Deprecated.
    ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Action
    static final BPMAction
    Deprecated.
    ADMIN defines BPEL Process Manager Adminitrator Action
    static final BPMAction
    Deprecated.
    CUSTOM defines BPEL Process Manager Castom Action
    static final BPMAction
    Deprecated.
    ERROR defines BPEL Process Manager Error Action
    static final BPMAction
    Deprecated.
    ESCALATE defines BPEL Process Manager Task Escalate Action
    static final BPMAction
    Deprecated.
    OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Action
    static final BPMAction
    Deprecated.
    PUSH_BACK defines BPEL Process Manager Push Back Action
    static final BPMAction
    Deprecated.
    REASSIGN defines BPEL Process Manager Task Reassign Action
    static final BPMAction
    Deprecated.
    RELEASE defines BPEL Process Manager Task Release Action
    static final BPMAction
    Deprecated.
    RENEW defines BPEL Process Manager Task Renew Action
    static final BPMAction
    Deprecated.
    REQUEST_INFO defines BPEL Process Manager Request More Information Action
    static final BPMAction
    Deprecated.
    RESUME defines BPEL Process Manager Task Resume Action
    static final BPMAction
    Deprecated.
    SUBMIT_INFO defines BPEL Process Manager Submit More Information Action
    static final BPMAction
    Deprecated.
    SUSPEND defines BPEL Process Manager Task Suspend Action
    static final BPMAction
    Deprecated.
    UPDATE defines BPEL Process Manager Update Action
    static final BPMAction
    Deprecated.
    VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Action
    static final BPMAction
    Deprecated.
    VIEW_REPORTS defines BPEL Process Manager View Reports Action
    static final BPMAction
    Deprecated.
    VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Action
    static final BPMAction
    Deprecated.
    VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Action
    static final BPMAction
    Deprecated.
    VIEW_WORK_LIST defines BPEL Process Manager View Worklist Action
    static final BPMAction
    Deprecated.
    WITHDRAW defines BPEL Process Manager Task Withdraw Action
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Checks whether objects same
    static BPMAction
    Deprecated.
    Gets BPMAction by name
    static Set
    Deprecated.
    Gets all BPMAction actions
    Deprecated.
    Gets action display name
    Deprecated.
    Gets action display name according to Locale
    Deprecated.
    Gets Action name
    int
    Deprecated.
    Computes hashcode for BPMAction
    Deprecated.
    String representation of BPMAction

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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 Details

    • BPMAction

      public BPMAction(String name)
      Deprecated.
      Constructor
      Parameters:
      name - action name
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Gets Action name
      Returns:
      name of BPMAction
    • getDisplayName

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

      public String getDisplayName(Locale locale)
      Deprecated.
      Gets action display name according to Locale
      Returns:
      display name of BPMAction action
    • equals

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

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

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

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

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