Package oracle.tip.pc.services.identity
Class BPMAction
java.lang.Object
oracle.tip.pc.services.identity.BPMAction
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionstatic final BPMAction
Deprecated.ACQUIRE defines BPEL Process Manager Task Aquire Actionstatic final BPMAction
Deprecated.ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Actionstatic final BPMAction
Deprecated.ADMIN defines BPEL Process Manager Adminitrator Actionstatic final BPMAction
Deprecated.CUSTOM defines BPEL Process Manager Castom Actionstatic final BPMAction
Deprecated.ERROR defines BPEL Process Manager Error Actionstatic final BPMAction
Deprecated.ESCALATE defines BPEL Process Manager Task Escalate Actionstatic final BPMAction
Deprecated.OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Actionstatic final BPMAction
Deprecated.PUSH_BACK defines BPEL Process Manager Push Back Actionstatic final BPMAction
Deprecated.REASSIGN defines BPEL Process Manager Task Reassign Actionstatic final BPMAction
Deprecated.RELEASE defines BPEL Process Manager Task Release Actionstatic final BPMAction
Deprecated.RENEW defines BPEL Process Manager Task Renew Actionstatic final BPMAction
Deprecated.REQUEST_INFO defines BPEL Process Manager Request More Information Actionstatic final BPMAction
Deprecated.RESUME defines BPEL Process Manager Task Resume Actionstatic final BPMAction
Deprecated.SUBMIT_INFO defines BPEL Process Manager Submit More Information Actionstatic final BPMAction
Deprecated.SUSPEND defines BPEL Process Manager Task Suspend Actionstatic final BPMAction
Deprecated.UPDATE defines BPEL Process Manager Update Actionstatic final BPMAction
Deprecated.VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Actionstatic final BPMAction
Deprecated.VIEW_REPORTS defines BPEL Process Manager View Reports Actionstatic final BPMAction
Deprecated.VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Actionstatic final BPMAction
Deprecated.VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Actionstatic final BPMAction
Deprecated.VIEW_WORK_LIST defines BPEL Process Manager View Worklist Actionstatic final BPMAction
Deprecated.WITHDRAW defines BPEL Process Manager Task Withdraw Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Checks whether objects samestatic BPMAction
Deprecated.Gets BPMAction by namestatic Set
Deprecated.Gets all BPMAction actionsDeprecated.Gets action display namegetDisplayName
(Locale locale) Deprecated.Gets action display name according to LocalegetName()
Deprecated.Gets Action nameint
hashCode()
Deprecated.Computes hashcode for BPMActiontoString()
Deprecated.String representation of BPMAction
-
Field Details
-
ACQUIRE
Deprecated.ACQUIRE defines BPEL Process Manager Task Aquire Action -
ADMIN
Deprecated.ADMIN defines BPEL Process Manager Adminitrator Action -
CUSTOM
Deprecated.CUSTOM defines BPEL Process Manager Castom Action -
REASSIGN
Deprecated.REASSIGN defines BPEL Process Manager Task Reassign Action -
ESCALATE
Deprecated.ESCALATE defines BPEL Process Manager Task Escalate Action -
ERROR
Deprecated.ERROR defines BPEL Process Manager Error Action -
PUSH_BACK
Deprecated.PUSH_BACK defines BPEL Process Manager Push Back Action -
RENEW
Deprecated.RENEW defines BPEL Process Manager Task Renew Action -
RELEASE
Deprecated.RELEASE defines BPEL Process Manager Task Release Action -
RESUME
Deprecated.RESUME defines BPEL Process Manager Task Resume Action -
REQUEST_INFO
Deprecated.REQUEST_INFO defines BPEL Process Manager Request More Information Action -
SUBMIT_INFO
Deprecated.SUBMIT_INFO defines BPEL Process Manager Submit More Information Action -
SUSPEND
Deprecated.SUSPEND defines BPEL Process Manager Task Suspend Action -
VIEW_WORKLIST
Deprecated.VIEW_WORK_LIST defines BPEL Process Manager View Worklist Action -
VIEW_TASK_HISTORY
Deprecated.VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Action -
VIEW_PROCESS_HISTORY
Deprecated.VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Action -
VIEW_SUB_TASKS
Deprecated.VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Action -
UPDATE
Deprecated.UPDATE defines BPEL Process Manager Update Action -
ADHOC_ROUTE
Deprecated.ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Action -
OUTCOME_UPDATE_ROUTE
Deprecated.OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Action -
WITHDRAW
Deprecated.WITHDRAW defines BPEL Process Manager Task Withdraw Action -
VIEW_REPORTS
Deprecated.VIEW_REPORTS defines BPEL Process Manager View Reports Action
-
-
Constructor Details
-
BPMAction
Deprecated.Constructor- Parameters:
name
- action name
-
-
Method Details
-
getName
Deprecated.Gets Action name- Returns:
- name of BPMAction
-
getDisplayName
Deprecated.Gets action display name- Returns:
- display name of BPMAction action
-
getDisplayName
Deprecated.Gets action display name according to Locale- Returns:
- display name of BPMAction action
-
equals
Deprecated.Checks whether objects same -
toString
Deprecated.String representation of BPMAction -
hashCode
public int hashCode()Deprecated.Computes hashcode for BPMAction -
getAction
Deprecated.Gets BPMAction by name- Parameters:
name
- an action name- Returns:
- BPMAction
-
getActions
Deprecated.Gets all BPMAction actions- Returns:
- Map of BPMAction by action name
-