SAP ABAP Interface IF_CSI_FILESTORE_FINAL (CSI Filestore)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-RCC (Application Component) Remote Control and Communication Framework
     CSI_PROVIDER_COMMON (Package) Cloud Service Provider Common Architecture
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CSI_FILESTORE CSI Filestore 20100318
Properties
Interface IF_CSI_FILESTORE_FINAL  
Short Description CSI Filestore    
General Data
Package CSI_PROVIDER_COMMON   Cloud Service Provider Common Architecture 
Created 20100318   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_CSI_FILESTORE_FINAL has no forward declaration.
Interfaces
Interface IF_CSI_FILESTORE_FINAL has no interface.
Friends
Interface IF_CSI_FILESTORE_FINAL has no friend.
Attributes
Interface IF_CSI_FILESTORE_FINAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DIRECTORY Instance method Public Method Get a Directory Object 20100318
2 FILE Instance method Public Method Get a File Object 20100318
3 LIST_DIRECTORIES Instance method Public Method List all Directory Objects 20100318
4 LIST_FILES Instance method Public Method List all File Objects in a Directory 20100318
5 PURGE_DIRECTORY Instance method Public Method Cleanup Files in a Directory by a given Timestamp 20100318
Events
Interface IF_CSI_FILESTORE_FINAL has no event.
Types
Interface IF_CSI_FILESTORE_FINAL has no local type.
Method Signatures

Method DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) CSI_FILE_PATH CSI File Path 20100318
2 Returning RO_DIRECTORY Value transfer Object reference (TYPE REF TO) CL_CSI_FILESTORE_OBJECT CSI FileStore Directory Object 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) CSI_FILE_PATH CSI File Path 20100318
2 Returning RO_FILE Value transfer Object reference (TYPE REF TO) CL_CSI_FILESTORE_OBJECT 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method LIST_DIRECTORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BASE_DIRECTORY Call by reference Type reference (TYPE) CSI_FILE_PATH CSI File Path 20100318
2 Importing IV_MAX_RESULTS Call by reference Type reference (TYPE) CSI_INT CSI Integer (4 Byte) 20100318
3 Importing IV_OBJECT_FILTER Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
4 Returning RT_FILES Value transfer Type reference (TYPE) CSIT_FILESTORE_OBJECT CSI File Store Object Table 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method LIST_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BASE_DIRECTORY Call by reference Type reference (TYPE) CSI_FILE_PATH CSI File Path 20100318
2 Importing IV_MAX_RESULTS Call by reference Type reference (TYPE) CSI_INT CSI Integer (4 Byte) 20100318
3 Importing IV_OBJECT_FILTER Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
4 Returning RT_FILES Value transfer Type reference (TYPE) CSIT_FILESTORE_OBJECT CSI File Store Object Table 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method PURGE_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DIRECTORY Call by reference Type reference (TYPE) CSI_FILE_PATH CSI String 20100318
2 Importing IV_OLDER_THAN_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100318
3 Returning RT_FILES Value transfer Type reference (TYPE) CSIT_FILE_PATH CSI File Path Table 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318
History
Last changed by/on SAP  20110908 
SAP Release Created in 702