SAP ABAP Class /UI5/CL_ADT_REP_RES_OBJ_BASE (ABAP File Store: Base class for resource controller)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI5-TOL (Application Component) SAP UI development toolkit for HTML5 - Design Time Tools
⤷
/UI5/ADT_REP_FS (Package) ABAP File Store
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20120118 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /UI5/CL_ADT_REP_RES_CONTENT | ABAP File Store: Base class for content resource | 20120118 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /UI5/CL_ADT_REP_RES_OBJ | ABAP File Store: Base class for object resource | 20120118 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /UI5/CL_ADT_REP_RES_QUERY | ABAP File Store: Base class for query resource | 20120118 |
Properties
| Class | /UI5/CL_ADT_REP_RES_OBJ_BASE | |
| Short Description | ABAP File Store: Base class for resource controller | |
| Super Class | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI5/ADT_REP_FS | ABAP File Store |
| Created | 20120118 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /UI5/CL_ADT_REP_RES_OBJ_BASE has no forward declaration.
Interfaces
Class /UI5/CL_ADT_REP_RES_OBJ_BASE has no interface implemented.
Friends
Class /UI5/CL_ADT_REP_RES_OBJ_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'id' | 20120118 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /UI5/IF_ADT_REP_MODEL | 20120118 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TY_ROOT_PATH_LIST | 20120118 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20120118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120118 | ||
| 2 | Instance method | Protected | Method | 20120118 | ||
| 3 | Instance method | Protected | Method | 20120118 | ||
| 4 | Instance method | Protected | Method | 20120118 | ||
| 5 | Instance method | Protected | Method | 20120118 | ||
| 6 | Instance method | Protected | Method | 20120118 |
Events
Class /UI5/CL_ADT_REP_RES_OBJ_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ROOT_PATH_LIST | Public | See coding | 20120118 | ty_root_path_list TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
Method Signatures
Method ADD_ENTRIES_FOR_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEED | Call by reference | Object reference (TYPE REF TO) | /UI5/CL_ADT_REP_FS_FEED | ABAP Filestore: Feed document | 20120118 | |||
| 2 | IT_CHILDREN | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Shared exceptions for resource/service framework | 20120118 |
Method GET_ENTRY_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_ENTRY | Call by reference | Object reference (TYPE REF TO) | /UI5/CL_ADT_REP_FS_ENTRY | ABAP File store: Entry document | 20120118 | |||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Shared exceptions for resource/service framework | 20120118 |
Method GET_FEED_FOR_FOLDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_FEED | Call by reference | Object reference (TYPE REF TO) | /UI5/CL_ADT_REP_FS_FEED | ABAP Filestore: Feed document | 20120118 | |||
| 2 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Shared exceptions for resource/service framework | 20120118 |
Method GET_OBJECT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_REQUEST | 20120118 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120118 |
Method INITIALIZE Signature
Method INITIALIZE on class /UI5/CL_ADT_REP_RES_OBJ_BASE has no parameter.
Method INITIALIZE on class /UI5/CL_ADT_REP_RES_OBJ_BASE has no exception.
Method RENDER_OBJECT_BY_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_RESPONSE | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_RESPONSE | response | 20120118 | |||
| 2 | IV_CODE_PAGE | Call by reference | Type reference (TYPE) | STRING | 'UTF-8' | Code Page | 20120127 | ||
| 3 | IV_IS_FOLDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is Folder indicator | 20120118 | |||
| 4 | IV_NEWLINE_CHARS | Call by reference | Type reference (TYPE) | CHAR2 | CL_ABAP_CHAR_UTILITIES=>CR_LF | Version Number Component | 20140119 | ||
| 5 | IV_PATH | Call by reference | Type reference (TYPE) | STRING | path | 20120118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120118 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |