SAP ABAP Class CL_REST_FORM_DATA (REST Reader/Writer for application/x-www-form-urlencoded)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RST (Application Component) REST-based Protocols
     SREST_EXT (Package) REST Extensions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REST_ENTITY_PROVIDER REST Entity Provider 20100319
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REST_MULTIPART_FORM_DATA REST Reader/Writer for Media Type "multipart/form-data" 20100319
Properties
Class CL_REST_FORM_DATA  
Short Description REST Reader/Writer for application/x-www-form-urlencoded    
Super Class CL_REST_ENTITY_PROVIDER REST Entity Provider 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SREST_EXT   REST Extensions 
Created 20100319   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_REST_FORM_DATA has no interface implemented.
Friends
Class CL_REST_FORM_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FORM_FIELDS Instance attribute Protected Type reference (TYPE) TIHTTPNVP List of Form Fields 20100319
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100319
2 GET_FORM_FIELD Instance method Public Method Get Form Field 20100319
3 GET_FORM_FIELDS Instance method Public Method Get Form Fields 20100319
4 HAS_FORM_FIELD Instance method Public Method Exist Form Field? 20100319
5 SET_FORM_FIELD Instance method Public Method Add Form Field 20100319
6 SET_FORM_FIELDS Instance method Public Method Set Form Fields 20100319
Events
Class CL_REST_FORM_DATA has no event.
Types
Class CL_REST_FORM_DATA has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY Call by reference Object reference (TYPE REF TO) IF_REST_ENTITY REST entity 20100319

Method CONSTRUCTOR on class CL_REST_FORM_DATA has no exception.

Method GET_FORM_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 Form field name 20100319
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Form field value 20100319

Method GET_FORM_FIELD on class CL_REST_FORM_DATA has no exception.

Method GET_FORM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) TIHTTPNVP List of form fields 20100319

Method GET_FORM_FIELDS on class CL_REST_FORM_DATA has no exception.

Method HAS_FORM_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 Form field name 20100319
2 Returning RV_EXISTING Value transfer Type reference (TYPE) ABAP_BOOL Exist form field 20100319

Method HAS_FORM_FIELD on class CL_REST_FORM_DATA has no exception.

Method SET_FORM_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 Form field name 20100319
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Form field value 20100319

Method SET_FORM_FIELD on class CL_REST_FORM_DATA has no exception.

Method SET_FORM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP List of form fields 20100319

Method SET_FORM_FIELDS on class CL_REST_FORM_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in