SAP ABAP Class /UI5/IF_UI5_REP_RT (SAPUI5 Repository Runtime Interface)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | /UI5/IF_UI5_REP | Base interface for SAPUI5 Repository | 20121122 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI5/CL_UI5_REP_RT | SAPUI5 Repository Runtime Class | 20120119 |
Properties
Class | /UI5/IF_UI5_REP_RT | |
Short Description | SAPUI5 Repository Runtime Interface | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120119 | SAP |
Last change | 20141120 | |
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 /UI5/IF_UI5_REP_RT has no interface implemented.
Friends
Class /UI5/IF_UI5_REP_RT 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 | 'sap-ui-cachebuster-info.json' | 20120828 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Clears the ICM server cache | 20120119 |
2 | ![]() |
Static method | Public | Method | Gets an instance of the UI5 repository runtime API | 20120119 |
3 | ![]() |
Instance method | Public | Method | Gets an ETag index of all files in the UI5 repository | 20120911 |
4 | ![]() |
Instance method | Public | Method | Gets the version information (ETAG) | 20120329 |
5 | ![]() |
Instance method | Public | Method | Gets a file in the UI5 repository | 20120119 |
Events
Class /UI5/IF_UI5_REP_RT has no event.
Types
Class /UI5/IF_UI5_REP_RT has no local type.
Method Signatures
Method CLEAR_ICM_CACHE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | script name | 20120119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for UI5 repository API | 20120119 |
Method GET_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of UI5 repository | 20120119 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /UI5/IF_UI5_REP_RT | SAPUI5 Repository Runtime Interface | 20120119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for UI5 repository API | 20120119 |
Method GET_CACHEBUSTER_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ETAG | Call by reference | Type reference (TYPE) | STRING | ETag | 20120911 | ||
2 | ![]() |
EV_FILE_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | File content as XSTRING | 20120911 | ||
3 | ![]() |
EV_LAST_MODIFIED | Call by reference | Type reference (TYPE) | TIMESTAMP | last modified | 20120911 | ||
4 | ![]() |
EV_MIME_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | mime type | 20120911 | ||
5 | ![]() |
IV_CODE_PAGE | Call by reference | Type reference (TYPE) | STRING | 'UTF-8' | code page | 20120911 | |
6 | ![]() |
IV_COOKIE_LIFETIME | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20131023 | ||
7 | ![]() |
IV_FORCE_UPDATE | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20131023 | |
8 | ![]() |
IV_LANGUAGES_REQUESTED | Call by reference | Type reference (TYPE) | STRING | 'EN' | Languages requested, comma separated | 20120911 | |
9 | ![]() |
IV_RESOURCE_ROOT | Call by reference | Type reference (TYPE) | STRING | Name of resource root to be considered | 20140306 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for UI5 repository API | 20120911 |
Method GET_ETAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | STRING | path inside UI5 repository | 20120329 | ||
2 | ![]() |
RV_ETAG | Value transfer | Type reference (TYPE) | STRING | ETag | 20120329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for UI5 repository API | 20120329 |
Method GET_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ETAG | Call by reference | Type reference (TYPE) | STRING | ETag | 20120119 | ||
2 | ![]() |
EV_FILE_CONTENT | Call by reference | Type reference (TYPE) | XSTRING | File content as XSTRING | 20120119 | ||
3 | ![]() |
EV_FILE_CONTENT_AS_STRING | Call by reference | Type reference (TYPE) | STRING | File content as STRING | 20131108 | ||
4 | ![]() |
EV_LAST_MODIFIED | Call by reference | Type reference (TYPE) | TIMESTAMP | last modified | 20120119 | ||
5 | ![]() |
EV_MIME_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | mime type | 20120119 | ||
6 | ![]() |
IV_CODE_PAGE | Call by reference | Type reference (TYPE) | STRING | 'UTF-8' | code page | 20120119 | |
7 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | STRING | path inside UI5 repository | 20120119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Class for UI5 repository API | 20120119 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |