SAP ABAP Class CL_OO_ADT_URI_BUILDER_CLASS (Class for URI Creation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
⤷
SEO_ADT (Package) ABAP Develeopment Tools integration for Class Builder
⤷
⤷
Properties
| Class | CL_OO_ADT_URI_BUILDER_CLASS | |
| Short Description | Class for URI Creation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEO_ADT | ABAP Develeopment Tools integration for Class Builder |
| Created | 20100818 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OO_ADT_URI_BUILDER_CLASS has no forward declaration.
Interfaces
Class CL_OO_ADT_URI_BUILDER_CLASS has no interface implemented.
Friends
Class CL_OO_ADT_URI_BUILDER_CLASS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100819 | ||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'withAbapDocFromShortTexts=true' | 20121122 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | `includes` | 20100823 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | `versions` | 20110228 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | `source` | 20110228 | |||
| 6 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `definitions` | 20100819 | |||
| 7 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `implementations` | 20100819 | |||
| 8 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `localtypes` | 20100819 | |||
| 9 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `macros` | 20100819 | |||
| 10 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `source/main` | 20100819 | |||
| 11 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `main` | 20110228 | |||
| 12 | Constant | Public | Type reference (TYPE) | TY_INCLUDE_TYPE | `testclasses` | 20100819 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | `objectstructure` | 20110714 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20121122 | ||
| 2 | Static method | Public | Method | Create URI for class meta data | 20100818 | |
| 3 | Static method | Public | Method | 20121121 | ||
| 4 | Static method | Public | Method | Create URI for specific class include | 20100818 | |
| 5 | Static method | Public | Method | Create URI for class include (Collection) | 20110714 | |
| 6 | Static method | Public | Method | Create URI for class object structure | 20110228 |
Events
Class CL_OO_ADT_URI_BUILDER_CLASS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_INCLUDE_TYPE | Public | Type reference (TYPE) | STRING | 20100818 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_OO_ADT_URI_BUILDER_CLASS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
Method CREATE_URI_FOR_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Unencoded name of the class | 20100818 | |||
| 2 | ENCODE_FOR_QUERY_STRING | Call by reference | Type reference (TYPE) | BOOLE_D | Encode URI to be put in a query string | 20100906 | |||
| 3 | QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | Additional query parameters without '?' | 20100908 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | STRING | URI | 20100818 |
Method CREATE_URI_FOR_CLASS on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
Method CREATE_URI_FOR_CLASS_ABAP_DOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121121 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20121121 |
Method CREATE_URI_FOR_CLASS_ABAP_DOC on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
Method CREATE_URI_FOR_CLASS_INCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Unencoded name of the class | 20100818 | |||
| 2 | ENCODE_FOR_QUERY_STRING | Call by reference | Type reference (TYPE) | BOOLE_D | Encode URI to be put in a query string | 20100908 | |||
| 3 | FRAGMENT | Call by reference | Type reference (TYPE) | CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL=>TY_FRAGMENT_PARSED | URI fragment | 20100819 | |||
| 4 | INCLUDE_TYPE | Call by reference | Type reference (TYPE) | TY_INCLUDE_TYPE | CO_INC_TYPE_MAIN | Type of the class include (see constants of the class) | 20100818 | ||
| 5 | QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | Additional query parameters without '?' | 20100908 | |||
| 6 | RESULT | Value transfer | Type reference (TYPE) | STRING | URI | 20100818 |
Method CREATE_URI_FOR_CLASS_INCLUDE on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
Method CREATE_URI_FOR_CLASS_INC_COLL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110714 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110714 |
Method CREATE_URI_FOR_CLASS_INC_COLL on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
Method CREATE_URI_FOR_CLASS_OBJ_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESOURCE_URI | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110228 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20110228 |
Method CREATE_URI_FOR_CLASS_OBJ_STRUC on class CL_OO_ADT_URI_BUILDER_CLASS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |