SAP ABAP Interface IF_CSI_FILESTORE_OBJECT_FINAL (CSI FileStore Directory Object)
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_OBJECT CSI Filestore Object 20100318
Properties
Interface IF_CSI_FILESTORE_OBJECT_FINAL  
Short Description CSI FileStore Directory Object    
General Data
Package CSI_PROVIDER_COMMON   Cloud Service Provider Common Architecture 
Created 20100318   SAP 
Last changed 20110908   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_CSI_FILESTORE_OBJECT_FINAL has no interface.
Friends
Interface IF_CSI_FILESTORE_OBJECT_FINAL has no friend.
Attributes
Interface IF_CSI_FILESTORE_OBJECT_FINAL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COPY Instance method Public Method Copy the Object to another Path 20100318
2 CREATE Instance method Public Method Create this Object 20100318
3 DELETE Instance method Public Method Delete this Object 20100318
4 DOWNLOAD Instance method Public Method Download Data from this Object 20100318
5 EXISTS Instance method Public Method Does the Object Exist 20100318
6 GET_QUERY_TYPE Instance method Public Method Get the active WebService Query Type 20100318
7 GET_UPLOAD_SIGNATURE Instance method Public Method Get the Signature for a File Upload (required for a Service) 20100318
8 LIST_CHILDOBJECTS Instance method Public Method List all Subobjects 20100318
9 MOVE Instance method Public Method Move the Object (Rename) 20100318
10 REFRESH_METADATA Instance method Public Method Refresh the Metadata of the Object 20100318
11 SET_QUERY_TYPE Instance method Public Method Set the WebService Query Type (SOAP, REST...) 20100318
12 UPLOAD Instance method Public Method Upload Data to this Object 20100318
Events
Interface IF_CSI_FILESTORE_OBJECT_FINAL has no event.
Types
Interface IF_CSI_FILESTORE_OBJECT_FINAL has no local type.
Method Signatures

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_PATH Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
2 Returning RV_ID Value transfer Type reference (TYPE) CSI_STRING CSI String 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method CREATE Signature

Method CREATE on Interface IF_CSI_FILESTORE_OBJECT_FINAL has no parameter.
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method DELETE Signature

Method DELETE on Interface IF_CSI_FILESTORE_OBJECT_FINAL has no parameter.
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILE_DATA Call by reference Type reference (TYPE) CSIT_FILESTORE_FILEDATA CSI File Store File Data 20100318
2 Exporting EV_CONTENT_LENGTH Call by reference Type reference (TYPE) CSI_BIGINT CSI Big Integer 20100318
3 Exporting EV_CONTENT_RANGE Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
4 Exporting EV_CONTENT_TYPE Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
5 Exporting EV_ID Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method GET_QUERY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_QUERY_TYPE Value transfer Type reference (TYPE) CSI_SERVICE_QUERYTYPE CSI Query Type for calling a Service 20100318

Method GET_QUERY_TYPE on Interface IF_CSI_FILESTORE_OBJECT_FINAL has no exception.

Method GET_UPLOAD_SIGNATURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_FILESTORE_SIG_PARAMETER CSI File Store Signature 20100318
2 Exporting EV_SIGNATURE Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
4 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method LIST_CHILDOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_RESULTS Call by reference Type reference (TYPE) CSI_INT CSI Integer (4 Byte) 20100318
2 Importing IV_OBJECT_FILTER Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CSI_FILESTORE_OBJECTTYPE CSI File Store Object Type 20100318
4 Returning RT_OBJECTS 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 MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_PATH Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
2 Returning RV_ID Value transfer Type reference (TYPE) CSI_STRING CSI String 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method REFRESH_METADATA Signature

Method REFRESH_METADATA on Interface IF_CSI_FILESTORE_OBJECT_FINAL has no parameter.
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method SET_QUERY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_QUERY_TYPE Call by reference Type reference (TYPE) CSI_SERVICE_QUERYTYPE IF_CSI_SERVICE_C=>QUERYTYPE_REST CSI Query Type for calling a Service 20100318
# Exception Resumable Description Created on
1 CX_CSI_FILESTORE CSI File Store Exceptions 20100318

Method UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FILE_DATA Call by reference Type reference (TYPE) CSIT_FILESTORE_FILEDATA CSI File Store File Data 20100318
2 Importing IV_CONTENT_LENGTH Call by reference Type reference (TYPE) CSI_BIGINT CSI Big Integer 20100318
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) CSI_STRING CSI String 20100318
4 Returning RV_ID Value transfer Type reference (TYPE) CSI_STRING CSI String 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