SAP ABAP Class CL_ADT_REST_RESOURCE (Basis Class for ADT Resource Controllers)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_REST (Package) REST Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REST_HANDLER | REST Request Handler | 20101214 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /UI5/CL_ADT_REP_RES_OBJ_BASE | ABAP File Store: Base class for resource controller | 20120118 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /UI5/CL_REP_RES_RT_VERSION | UI5 Rep on BSP: Resource to access version of installed RT | 20120905 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_DATAPREVIEW_RES | resource class for data preview | 20130325 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_DP_CDS_RES | Resource controller for CDS DP | 20130722 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_DP_FREESTYLE_RES | resource class for data preview | 20130711 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_GUI_RES_SESSION_TICKET | Session ticket resource | 20120126 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_MSG_RES_LONGTEXT | Resource controller class for message long text | 20120906 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_RES_ABAP_LOGS | Resource Controller for ABAP Logs | 20121022 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_RES_CLIENTS | Resource controller for clients | 20110902 |
| 10 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_RES_COMPATIBILITY | REST Compatibility Resource | 20120117 |
| ... | Click here to see Used By full list (137 items) | |||
Properties
| Class | CL_ADT_REST_RESOURCE | |
| Short Description | Basis Class for ADT Resource Controllers | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADT_REST | REST Framework |
| Created | 20101125 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_REST_RESOURCE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_REST_HANDLER | REST Request Handler | 20101214 |
Friends
Class CL_ADT_REST_RESOURCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ADT_EXCEPTION_UTILITY | 20101214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120117 | ||
| 2 | Instance method | Public | Method | DELETE method | 20101214 | |
| 3 | Instance method | Public | Method | GET method | 20101214 | |
| 4 | Instance method | Private | Method | 20101214 | ||
| 5 | Instance method | Public | Method | POST method | 20101214 | |
| 6 | Instance method | Public | Method | PUT method | 20101214 |
Events
Class CL_ADT_REST_RESOURCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_IO_RESPONSE | Private | Object reference (TYPE REF TO) | IF_REST_RESPONSE | 20120117 | |
Method Signatures
Method CREATE_RESPONSE_METH_NOT_SUPP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST_METHOD | Call by reference | Type reference (TYPE) | STRING | 20120117 | ||||
| 2 | RESPONSE | Call by reference | Type reference (TYPE) | TY_IO_RESPONSE | 20120117 |
Method CREATE_RESPONSE_METH_NOT_SUPP on class CL_ADT_REST_RESOURCE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_REST_CONTEXT | 20110614 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20101214 | ||||
| 3 | RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_REST_CONTEXT | 20110614 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20101214 | ||||
| 3 | RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Method HANDLE_METHOD_NOT_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Call by reference | Type reference (TYPE) | STRING | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Method POST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_REST_CONTEXT | 20110614 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20101214 | ||||
| 3 | RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Method PUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_REST_CONTEXT | 20110614 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20101214 | ||||
| 3 | RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |