SAP ABAP Class CL_ADT_REST_URI (URI representation used in ABAP Development Tools)
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
⤷
⤷
Properties
| Class | CL_ADT_REST_URI | |
| Short Description | URI representation used in ABAP Development Tools | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SADT_REST | REST Framework |
| Created | 20110214 | SAP |
| Last change | 20130531 | SAP |
| 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
Class CL_ADT_REST_URI has no interface implemented.
Friends
Class CL_ADT_REST_URI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20110228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110228 | |
| 2 | Instance method | Public | Method | Get fragment of URI | 20110228 | |
| 3 | Instance method | Public | Method | Get path of URI | 20110228 | |
| 4 | Instance method | Public | Method | Get path and fragment of URI | 20110228 | |
| 5 | Instance method | Public | Method | Get all query paramenters of URI | 20110603 | |
| 6 | Instance method | Public | Method | Get whole query string of URI | 20110603 | |
| 7 | Instance method | Public | Method | Get single query paramenter of URI | 20110228 | |
| 8 | Instance method | Public | Method | Get URI string | 20110228 | |
| 9 | Instance method | Public | Method | Determine if URI has fragment part | 20110228 |
Events
Class CL_ADT_REST_URI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_QUERY_PARAM | Public | See coding | 20110603 | begin of ty_query_param,
name type string,
values type standard table of string with default key,
end of ty_query_param
|
||
| 2 | TY_QUERY_PARAMS | Public | See coding | 20110603 | ty_query_params type hashed table of ty_query_param with unique key name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URI_STRING | Call by reference | Type reference (TYPE) | STRING | 20110228 |
Method CONSTRUCTOR on class CL_ADT_REST_URI has no exception.
Method GET_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method GET_FRAGMENT on class CL_ADT_REST_URI has no exception.
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method GET_PATH on class CL_ADT_REST_URI has no exception.
Method GET_PATH_AND_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method GET_PATH_AND_FRAGMENT on class CL_ADT_REST_URI has no exception.
Method GET_QUERY_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_QUERY_PARAMS | 20110603 |
Method GET_QUERY_PARAMETERS on class CL_ADT_REST_URI has no exception.
Method GET_QUERY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110603 |
Method GET_QUERY_STRING on class CL_ADT_REST_URI has no exception.
Method GET_SINGLE_QUERY_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20110228 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method GET_SINGLE_QUERY_PARAMETER on class CL_ADT_REST_URI has no exception.
Method GET_URI_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method GET_URI_STRING on class CL_ADT_REST_URI has no exception.
Method HAS_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110228 |
Method HAS_FRAGMENT on class CL_ADT_REST_URI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |