SAP ABAP Class CL_GRRM_API_ANALYSIS_BOW_TIE (US Analysis API)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_ENTITY_API (Package) Risk Management APIs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_EXTENSION | Basis Extension implementations | 20110816 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_API_ANALYSIS_BOW_TIE | Bow Tie analysis | 20110822 |
Properties
| Class | CL_GRRM_API_ANALYSIS_BOW_TIE | |
| Short Description | US Analysis API | |
| Super Class | CL_GRFN_API_EXTENSION | Basis Extension implementations |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_ENTITY_API | Risk Management APIs |
| Created | 20110816 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_API_ANALYSIS_BOW_TIE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRRM_API_ANALYSIS_BOW_TIE | Bow Tie analysis | 20110822 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_BASIS | 20110816 | Basis class for GRC API classes |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GRRM_SPEED_OF_ONSET | '*' | Timeframe Wildcard | 20110816 | ||
| 2 | Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_ANALYSIS' | Reference type | 20111014 | ||
| 3 | Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_CASES_MODEL' | Reference type | 20111014 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | GRFN_DATE | Date | 20110816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110816 | ||
| 2 | Instance method | Public | Constructor | 20110816 | ||
| 3 | Static method | Private | Method | 20110816 | ||
| 4 | Instance method | Private | Method | 20110816 | ||
| 5 | Instance method | Public | Method | 20110816 | ||
| 6 | Instance method | Public | Method | 20110824 | ||
| 7 | Static method | Private | Method | 20110816 | ||
| 8 | Instance method | Public | Method | 20110824 |
Events
Class CL_GRRM_API_ANALYSIS_BOW_TIE has no event.
Types
Class CL_GRRM_API_ANALYSIS_BOW_TIE has no local type.
Method Signatures
Method CHECK_AND_DEFAULT_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ANALYSIS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_ANALYSIS | Analysis Data | 20110816 | |||
| 2 | CT_ANALYSIS_ASSESSMENT | Call by reference | Type reference (TYPE) | GRRM_T_ANALYSIS_ASSESSMENT_M | Analysis assessment | 20110816 | |||
| 3 | CT_ANALYSIS_MITIG | Call by reference | Type reference (TYPE) | GRRM_T_ANALYSIS_MITG_M | Analysis mitigation | 20110816 | |||
| 4 | CT_ANALYSIS_RESP | Call by reference | Type reference (TYPE) | GRRM_T_ANALYSIS_MITIG_RESP | Analysis response mitigation values | 20110816 | |||
| 5 | IT_ANALYSIS_PROBABILITY | Call by reference | Type reference (TYPE) | GRRM_T_ANALYSIS_PROBABILITY | Analysis Probability | 20111019 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110816 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110816 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110816 |
Method CONSTRUCTOR on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110816 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110816 | |||
| 3 | RV_EXTENSION | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_API_EXTENSION | Basis interface for API extension | 20110816 |
Method GET on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
Method MOVE_ASSESSMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ASSESSMENT | Call by reference | Type reference (TYPE) | GRRM_T_API_ANALYSIS_ASSESSMENT | Analysis_assessment | 20110816 | |||
| 2 | IS_IMPACT | Call by reference | Type reference (TYPE) | GRRM_S_IMPACTS | Sequence | 20111031 | |||
| 3 | IS_PROFILE | Call by reference | Type reference (TYPE) | GRRM_S_ANALYSIS_PROFILE | ANALYSIS PROFILE | 20110816 | |||
| 4 | IT_ASSESSMENT | Call by reference | Type reference (TYPE) | GRRM_T_ANALYSIS_ASSESSMENT_M | Analysis assessment | 20110816 | |||
| 5 | IV_TYPE | Call by reference | Type reference (TYPE) | GRRM_ANALYSIS_TYPE | Analysis Type | 20110816 |
Method MOVE_ASSESSMENT on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
Method PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PARENT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110816 |
Method RETRIEVE Signature
Method RETRIEVE on class CL_GRRM_API_ANALYSIS_BOW_TIE has no parameter.
Method RETRIEVE on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
Method SET_DEFAULT_IMPACT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PROFILE | Call by reference | Type reference (TYPE) | GRRM_S_ANALYSIS_PROFILE | ANALYSIS PROFILE | 20110816 | |||
| 2 | RV_ANALYSIS_MODE | Value transfer | Type reference (TYPE) | GRRM_ANALYSIS_MODE | Analysis Mode | 20110816 |
Method SET_DEFAULT_IMPACT_MODE on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
Method UPDATE Signature
Method UPDATE on class CL_GRRM_API_ANALYSIS_BOW_TIE has no parameter.
Method UPDATE on class CL_GRRM_API_ANALYSIS_BOW_TIE has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |