SAP ABAP Class CL_GRRM_COLLAB_CHILD_WF (WF class for child analysis in collaboration)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_CASE_MANAGEMENT (Package) Case management for risks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20100129 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20100129 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20100129 |
Properties
| Class | CL_GRRM_COLLAB_CHILD_WF | |
| Short Description | WF class for child analysis in collaboration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_CASE_MANAGEMENT | Case management for risks |
| Created | 20100129 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | BI_OBJECT | Business Instance | 20100129 | ||
| 2 | BI_PERSISTENT | Persistent Business Instance | 20100129 | ||
| 3 | IF_WORKFLOW | Business Workflow | 20100129 |
Friends
Class CL_GRRM_COLLAB_CHILD_WF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_COLLAB_CHILD_WF' | Reference type | 20100129 | ||
| 2 | Constant | Public | Type reference (TYPE) | SWO_EVENT | 'CANCELED' | Event | 20100129 | ||
| 3 | Constant | Public | Type reference (TYPE) | SWO_EVENT | 'FINISHED' | Event | 20100129 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | GRFN_GUID | Analysis GUID | 20100129 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SWHACTOR | Analysis Processor | 20100129 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | GRFN_TITLE | Object Name | 20100129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Raise start event and start the workflow | 20100211 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20100129 | |
| 3 | Instance method | Public | Method | Empty execute method | 20100129 | |
| 4 | Instance method | Public | Method | Execute method for offline | 20100505 | |
| 5 | Static method | Public | Method | Raise start event and start the workflow | 20100129 | |
| 6 | Static method | Public | Method | Get workitem data for analysis ID | 20100203 | |
| 7 | Static method | Public | Method | Get analysis id from workitem | 20100203 | |
| 8 | Instance method | Private | Method | 20100129 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CANCELED | Instance Event (0) |
Public (2) |
Analysis is canceled | 20100129 |
| 2 | FINISHED | Instance Event (0) |
Public (2) |
Analysis is finished | 20100129 |
Types
Class CL_GRRM_COLLAB_CHILD_WF has no local type.
Method Signatures
Method CANCEL_WORKFLOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ANALYSIS | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100211 |
Method CANCEL_WORKFLOW on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ANALYSIS | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100129 |
Method CONSTRUCTOR on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_GRRM_COLLAB_CHILD_WF has no parameter.
Method EXECUTE on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method EXECUTE_OFFLINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROCESSOR | Value transfer | Type reference (TYPE) | TSWHACTOR | 20100513 | ||||
| 2 | IV_ANALYSIS_ID | Value transfer | Type reference (TYPE) | GRFN_GUID | 20100505 |
Method EXECUTE_OFFLINE on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method FINISH_WORKFLOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ANALYSIS | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100129 |
Method FINISH_WORKFLOW on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method RESOLVE_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100203 | |||
| 2 | RS_WORKITEM | Value transfer | Type reference (TYPE) | SWR_WIHDR | Work Item Structure | 20100203 |
Method RESOLVE_ANALYSIS on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method RESOLVE_WORKITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKITEM | Value transfer | Type reference (TYPE) | SWW_WIID | Work item ID | 20100203 | |||
| 2 | RV_ANALYSIS | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100203 |
Method RESOLVE_WORKITEM on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Method UPDATE_FROM_DB Signature
Method UPDATE_FROM_DB on class CL_GRRM_COLLAB_CHILD_WF has no parameter.
Method UPDATE_FROM_DB on class CL_GRRM_COLLAB_CHILD_WF has no exception.
Event Signatures
Event CANCELED Signature
Event CANCELED on class CL_GRRM_COLLAB_CHILD_WF has no parameter.
Event FINISHED Signature
Event FINISHED on class CL_GRRM_COLLAB_CHILD_WF has no parameter.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |