SAP ABAP Interface IF_ILM_STOR_FACADE_DATA (ILM DB Store: Processing of Facade Resources/Collections)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-STO (Application Component) Integrated Data Base Archive Store
     S_ILM_STOR_PROCESS (Package) ILM DB Store: Processing
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_FACADE_DATA ILM DB Store: Facade for Data Processing 20130816
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_WD_MOCK_F_DATA ILM DB Store: WebDAV Mock Up of Facade Data 20130816
Properties
Interface IF_ILM_STOR_FACADE_DATA  
Short Description ILM DB Store: Processing of Facade Resources/Collections    
General Data
Package S_ILM_STOR_PROCESS   ILM DB Store: Processing 
Created 20130510   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_ILM_STOR_FACADE_DATA has no interface.
Friends
Interface IF_ILM_STOR_FACADE_DATA has no friend.
Attributes
Interface IF_ILM_STOR_FACADE_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add Resource Data to the Internal Memory 20130816
2 ADD_COLLECTION Instance method Public Method Adds a New Collection 20130816
3 DELETE Instance method Public Method Delete a Resource or Collection 20130816
4 EXISTS Instance method Public Method Check Whether a URI Exists 20130816
5 GET_CAPABILITIES Instance method Public Method Determines Central Settings for Processing 20130816
6 INSERT Instance method Public Method Persist the Resource Data of the DB 20130816
7 READ Instance method Public Method Read Data of a Resource 20130816
8 RETRIEVE Instance method Public Method Export Resource Data to a File 20130816
9 SUSPEND Instance method Public Method Interrupt a Transfer 20130816
Events
Interface IF_ILM_STOR_FACADE_DATA has no event.
Types
Interface IF_ILM_STOR_FACADE_DATA has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPTIONS Call by reference Type reference (TYPE) ILM_STOR_T_NAME_VALUE_PAIR Zusätzliche Steueroptionen 20130816
2 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING Hinzuzufügender Datenblock 20130816
3 Importing IV_SHARED_FILE Call by reference Type reference (TYPE) STRING '-' Name eines eventuellen Shared Files 20130816
4 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI URI, zu der Daten hinzugefügt werden 20130816
5 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method ADD_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI 20130816
2 Returning RV_HANDLE Value transfer Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressourcen-Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELETED Call by reference Type reference (TYPE) ILM_STOR_T_STRING Tabelle mit einfachen Strings 20130816
2 Exporting ET_NOT_DELETED Call by reference Type reference (TYPE) ILM_STOR_T_PROPERTY ILM-DB-Ablage: Tabellentyp für Properties 20130816
3 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TYPE Call by reference Type reference (TYPE) ILM_STOR_RESS_TYPE Typ der angefragten URI 20130816
2 Exporting EV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL True, wenn die URI existiert 20130816
3 Exporting EX_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ILM_STOR_EXCEPTION ILM-DB-Ablage: Basis-Ausnahme 20130816
4 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI einer Ressource 20130816

Method EXISTS on Interface IF_ILM_STOR_FACADE_DATA has no exception.

Method GET_CAPABILITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BEST_CHUNK_SIZE Call by reference Type reference (TYPE) INT4 Ideale Größe für chunkweises Übertragen von Daten 20130816
2 Exporting EV_MAX_BLOB_SIZE Call by reference Type reference (TYPE) ABAP_MSIZE ILM-DB-Ablage: Datentyp für Datengrößen über 2 GB 20130816

Method GET_CAPABILITIES on Interface IF_ILM_STOR_FACADE_DATA has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
2 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LENGTH Call by reference Type reference (TYPE) I Anzahl der zu lesenden Bytes 20130816
2 Importing IV_OFFSET Call by reference Type reference (TYPE) ABAP_MSIZE Offset, ab dem gelesen werden soll 20130816
3 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI, deren Daten gelesen werden sollen 20130816
4 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING Gelesener Datenblock 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URI Call by reference Type reference (TYPE) ILM_STOR_URI ILM-DB-Ablage: URI 20130816
2 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING Daten, die zur URI gehören 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816

Method SUSPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeiner Fehler 20130816
History
Last changed by/on SAP  20140121 
SAP Release Created in 740