SAP ABAP Interface /IWCOR/IF_REST_ENTITY (REST representation)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SREST_CORE (Package) REST library core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_REST_MP_ENTITY REST Multipart Entity 20120305
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_BASE_ENTITY REST Base Entity 20120305
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_ENTITY REST Entity 20100708
4 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_STUB_ENTITY Mock Impl of Interface /IWCOR/IF_REST_ENTITY 20120928
Properties
Interface /IWCOR/IF_REST_ENTITY  
Short Description REST representation    
General Data
Package /IWCOR/SREST_CORE   REST library core 
Created 20100226   SAP 
Last changed 20131127   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 /IWCOR/IF_REST_ENTITY has no interface.
Friends
Interface /IWCOR/IF_REST_ENTITY has no friend.
Attributes
Interface /IWCOR/IF_REST_ENTITY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_BINARY_DATA Instance method Public Method Get Entity Body in binary Format 20120410
2 GET_CONTENT_COMPRESSION Instance method Public Method Get Compression Flag 20120410
3 GET_CONTENT_LANGUAGE Instance method Public Method Get Content Language 20120410
4 GET_CONTENT_LENGTH Instance method Public Method Get Content Length 20120410
5 GET_CONTENT_LOCATION Instance method Public Method Set Content Location 20120410
6 GET_CONTENT_TYPE Instance method Public Method Get Content Type 20120410
7 GET_EXPIRATION_DATE Instance method Public Method Get Expiration Date 20120410
8 GET_HEADER_FIELD Instance method Public Method Get Entity Header 20120410
9 GET_HEADER_FIELDS Instance method Public Method Get Entity Headers 20120410
10 GET_MODIFICATION_DATE Instance method Public Method Get Modification Date 20120410
11 GET_STRING_DATA Instance method Public Method Get Entity Body in text Format 20120410
12 GET_VIRUS_SCAN_PROFILE Instance method Public Method Set virus scan profile 20120410
13 SET_BINARY_DATA Instance method Public Method Set Entity Body in binary Format 20120410
14 SET_CONTENT_COMPRESSION Instance method Public Method Set Compression Flag 20120410
15 SET_CONTENT_LANGUAGE Instance method Public Method Set Content Language 20120410
16 SET_CONTENT_LOCATION Instance method Public Method Set Content Location 20120410
17 SET_CONTENT_TYPE Instance method Public Method Set Content Type 20120410
18 SET_EXPIRATION_DATE Instance method Public Method Set Expiration Date 20120410
19 SET_HEADER_FIELD Instance method Public Method Set Entity Header 20120410
20 SET_HEADER_FIELDS Instance method Public Method Set Entity Headers 20120410
21 SET_MODIFICATION_DATE Instance method Public Method Set Modification Date 20120410
22 SET_STRING_DATA Instance method Public Method Set Entity Body in text Format 20120410
23 SET_VIRUS_SCAN_PROFILE Instance method Public Method Set virus scan profile 20120410
Events
Interface /IWCOR/IF_REST_ENTITY has no event.
Types
Interface /IWCOR/IF_REST_ENTITY has no local type.
Method Signatures

Method GET_BINARY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA Value transfer Type reference (TYPE) XSTRING Binary Data 20120410

Method GET_BINARY_DATA on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_CONTENT_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COMPRESSION Value transfer Type reference (TYPE) ABAP_BOOL Compression 20120410

Method GET_CONTENT_COMPRESSION on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_CONTENT_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LANGUAGE Value transfer Type reference (TYPE) LANGU Language 20120410

Method GET_CONTENT_LANGUAGE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_CONTENT_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTENT_LENGTH Value transfer Type reference (TYPE) I Content Length 20120410

Method GET_CONTENT_LENGTH on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_CONTENT_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOCATION Value transfer Type reference (TYPE) STRING Location 20120410

Method GET_CONTENT_LOCATION on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_CONTENT_TYPE 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) TIHTTPNVP List of Content Type Parameters 20120410
2 Exporting EV_MEDIA_TYPE Call by reference Type reference (TYPE) STRING Media Type 20120410

Method GET_CONTENT_TYPE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_EXPIRATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXPIRATION_DATE Value transfer Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20120410

Method GET_EXPIRATION_DATE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Header Name 20120410
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Header Value 20120410

Method GET_HEADER_FIELD on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER_FIELDS Value transfer Type reference (TYPE) TIHTTPNVP List of Headers 20120410

Method GET_HEADER_FIELDS on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_MODIFICATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MODIFICATION_DATE Value transfer Type reference (TYPE) TIMESTAMP Modification Date 20120410

Method GET_MODIFICATION_DATE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_STRING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATA Value transfer Type reference (TYPE) STRING Text Data 20120410

Method GET_STRING_DATA on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method GET_VIRUS_SCAN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_PROFILE Value transfer Object reference (TYPE REF TO) VSCAN_PROFILE Virus Scan Profile 20120410

Method GET_VIRUS_SCAN_PROFILE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_BINARY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING Binary Data 20120410

Method SET_BINARY_DATA on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_CONTENT_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPRESSION Call by reference Type reference (TYPE) ABAP_BOOL Compression 20120410

Method SET_CONTENT_COMPRESSION on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_CONTENT_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language 20120410

Method SET_CONTENT_LANGUAGE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_CONTENT_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCATION Call by reference Type reference (TYPE) STRING Location 20120410

Method SET_CONTENT_LOCATION on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) TIHTTPNVP List of Content Type Parameters 20120410
2 Importing IV_MEDIA_TYPE Call by reference Type reference (TYPE) STRING Media Type 20120410

Method SET_CONTENT_TYPE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_EXPIRATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPIRATION_DATE Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20120410

Method SET_EXPIRATION_DATE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Header Name 20120410
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Header Value 20120410

Method SET_HEADER_FIELD on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP List of Headers 20120410

Method SET_HEADER_FIELDS on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_MODIFICATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODIFICATION_DATE Call by reference Type reference (TYPE) TIMESTAMP Modification Date 20120410

Method SET_MODIFICATION_DATE on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_STRING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) STRING Text Data 20120410

Method SET_STRING_DATA on Interface /IWCOR/IF_REST_ENTITY has no exception.

Method SET_VIRUS_SCAN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE Call by reference Type reference (TYPE) VSCAN_PROFILE Virus Scan Profile 20120410

Method SET_VIRUS_SCAN_PROFILE on Interface /IWCOR/IF_REST_ENTITY has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200