SAP ABAP Class CL_SATC_ADT_CH_FACTORY (INTERNAL: Content handler factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-QTT (Application Component) Quality and Test Tools: ABAP Unit Test, ABAP Test Cockpit
⤷
SATC_ABAP_CHECK_ADT (Package) INTERNAL: - *NO* REUSE: ATC service enabling for AiE
⤷
⤷
Properties
| Class | CL_SATC_ADT_CH_FACTORY | |
| Short Description | INTERNAL: Content handler factory | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_ABAP_CHECK_ADT | INTERNAL: - *NO* REUSE: ATC service enabling for AiE |
| Created | 20101130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_ADT_CH_FACTORY has no forward declaration.
Interfaces
Class CL_SATC_ADT_CH_FACTORY has no interface implemented.
Friends
Class CL_SATC_ADT_CH_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'SATC_CUSTOMIZING_RES' | 20120816 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'SATC_RUN_REQ' | 20101130 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'SATC_RUN_RES' | 20101130 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'ATC_CUSTOMIZING_RES' | 20120816 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'ATC_RUN_REQ' | 20101130 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'ATC_RUN_RES' | 20101130 | |||
| 7 | Constant | Public | See coding | 20111227 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120816 | ||
| 2 | Static method | Public | Method | 20101130 | ||
| 3 | Static method | Public | Method | 20101130 |
Events
Class CL_SATC_ADT_CH_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ATC_CUSTOMIZING_RESPONSE | Public | See coding | 20120816 | begin of ty_atc_customizing_response,
properties type standard table of ty_atc_property with default key,
end of ty_atc_customizing_response
|
||
| 2 | TY_ATC_INFO | Public | See coding | 20111227 | begin of ty_atc_info,
description type string,
type type string,
end of ty_atc_info
|
||
| 3 | TY_ATC_OBJECT_ATTRIBUTES | Public | See coding | 20101130 | begin of ty_atc_object_attributes.
include type if_adt_tools_core_types=>ty_object_reference as object_reference.
types:
author type string,
end of ty_atc_object_attributes
|
||
| 4 | TY_ATC_OBJECT_SET | Public | See coding | 20101130 | begin of ty_atc_object_set,
kind type string,
options type standard table of ty_atc_option with default key,
object_references type if_adt_tools_core_types=>ty_object_references,
end of ty_atc_object_set
|
||
| 5 | TY_ATC_OPTION | Public | See coding | 20101130 | begin of ty_atc_option,
name type string,
value type string,
end of ty_atc_option
|
||
| 6 | TY_ATC_PROPERTY | Public | See coding | 20120816 | begin of ty_atc_property,
name type string,
value type string,
end of ty_atc_property
|
||
| 7 | TY_ATC_RUN_REQUEST | Public | See coding | 20101130 | begin of ty_atc_run_request,
maximum_verdicts type i,
with_db_exemptions type xsdboolean,
check_variant type string,
object_sets type standard table of ty_atc_object_set with default key,
end of ty_atc_run_request
|
||
| 8 | TY_ATC_RUN_RESPONSE | Public | See coding | 20101130 | begin of ty_atc_run_response,
number_of_verdicts type i.
include type if_adt_tools_core_types=>ty_object_reference as result_id.
types:
verdicts type standard table of ty_atc_verdict with default key,
infos type standard table of ty_atc_info with default key,
end of ty_atc_run_response
|
||
| 9 | TY_ATC_VERDICT | Public | See coding | 20101130 | begin of ty_atc_verdict.
include type if_adt_tools_core_types=>ty_object_reference as verdict_id.
types:
check_title type string,
message_title type string,
priority type i,
object_attributes type ty_atc_object_attributes,
docu_atom_link type if_atom_types=>link_s,
exemption_type type string,
end of ty_atc_verdict
|
Method Signatures
Method CREATE_ATC_CUSTOMIZING_RES_CH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20120816 |
Method CREATE_ATC_CUSTOMIZING_RES_CH on class CL_SATC_ADT_CH_FACTORY has no exception.
Method CREATE_ATC_RUN_REQ_CH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20101130 |
Method CREATE_ATC_RUN_REQ_CH on class CL_SATC_ADT_CH_FACTORY has no exception.
Method CREATE_ATC_RUN_RES_CH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20101130 |
Method CREATE_ATC_RUN_RES_CH on class CL_SATC_ADT_CH_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 802 |