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 BPMActionDeprecated.ACQUIRE defines BPEL Process Manager Task Aquire Actionstatic final BPMActionDeprecated.ADHOC_ROUTE defines BPEL Process Manager Adhoc Route Actionstatic final BPMActionDeprecated.ADMIN defines BPEL Process Manager Adminitrator Actionstatic final BPMActionDeprecated.CUSTOM defines BPEL Process Manager Castom Actionstatic final BPMActionDeprecated.ERROR defines BPEL Process Manager Error Actionstatic final BPMActionDeprecated.ESCALATE defines BPEL Process Manager Task Escalate Actionstatic final BPMActionDeprecated.OUTCOME_UPDATE_ROUTE defines BPEL Process Manager Outcome Update Route Actionstatic final BPMActionDeprecated.PUSH_BACK defines BPEL Process Manager Push Back Actionstatic final BPMActionDeprecated.REASSIGN defines BPEL Process Manager Task Reassign Actionstatic final BPMActionDeprecated.RELEASE defines BPEL Process Manager Task Release Actionstatic final BPMActionDeprecated.RENEW defines BPEL Process Manager Task Renew Actionstatic final BPMActionDeprecated.REQUEST_INFO defines BPEL Process Manager Request More Information Actionstatic final BPMActionDeprecated.RESUME defines BPEL Process Manager Task Resume Actionstatic final BPMActionDeprecated.SUBMIT_INFO defines BPEL Process Manager Submit More Information Actionstatic final BPMActionDeprecated.SUSPEND defines BPEL Process Manager Task Suspend Actionstatic final BPMActionDeprecated.UPDATE defines BPEL Process Manager Update Actionstatic final BPMActionDeprecated.VIEW_PROCESS_HISTORY defines BPEL Process Manager View Process History Actionstatic final BPMActionDeprecated.VIEW_REPORTS defines BPEL Process Manager View Reports Actionstatic final BPMActionDeprecated.VIEW_SUB_TASKS defines BPEL Process Manager View Sub Tasks Actionstatic final BPMActionDeprecated.VIEW_TASK_HISTORY defines BPEL Process Manager View Task History Actionstatic final BPMActionDeprecated.VIEW_WORK_LIST defines BPEL Process Manager View Worklist Actionstatic final BPMActionDeprecated.WITHDRAW defines BPEL Process Manager Task Withdraw Action -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Checks whether objects samestatic BPMActionDeprecated.Gets BPMAction by namestatic SetDeprecated.Gets all BPMAction actionsDeprecated.Gets action display namegetDisplayName(Locale locale) Deprecated.Gets action display name according to LocalegetName()Deprecated.Gets Action nameinthashCode()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
-