SAP ABAP Class CL_STW_FEED_GW (Feed Representation at Gateway (Notification))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-STW (Application Component) Social Media ABAP Integration Library
     S_STW_OL_COMMON (Package) Common Objects and def. of the Object Layer (comp. mode)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_STW_FEED_GW Feed Representation at Gateway (Notification) 20121220
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_STW_FEED_GW_INTERNAL Feed Representation at Gateway (Notification) 20120712
Properties
Class CL_STW_FEED_GW  
Short Description Feed Representation at Gateway (Notification)    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_STW_OL_COMMON   Common Objects and def. of the Object Layer (comp. mode) 
Created 20120614   SAP 
Last change 20140121   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)
2 IF_CLB_CUST_QUERIES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_CLB_FEED_GW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_STW_FEED_GW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_STW_FEED_GW Feed Representation at Gateway (Notification) 20121220
2 IF_STW_FEED_GW_INTERNAL Feed Representation at Gateway (Notification) 20120712
Friends
Class CL_STW_FEED_GW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_STW_CONTROLLER StreamWork Model Controller 20120620
2 MO_EXECUTE_SEND Instance attribute Private Object reference (TYPE REF TO) LIF_EXECUTE_SEND 20120809
3 MS_NOTIFY_APP Instance attribute Private Type reference (TYPE) IF_CLB_CUST_QUERIES=>TY_S_APPLI_PLATF 20130227
4 MV_AUNIT Instance attribute Public Type reference (TYPE) ABAP_BOOL 20121220
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_EXCEPTION Instance method Protected Method Append Exception to Notification 20121220
2 CLONE_EXT Instance method Protected Method Clone Message in Its External Representation 20121220
3 CONSTRUCTOR Instance method Protected Constructor Constructor 20121220
4 CONVERT Instance method Protected Method Convert to activitystrea.ms 20121220
5 DETERMINE_APPLICATIONS Static method Public Method Determine Active Applications and Target Servers 20121220
6 FROM_EXT Static method Public Method Map from External Representation 20121220
7 FROM_STD Static method Public Method Map from Standard Representation 20121220
8 MAP_JSON_HEADER Instance method Protected Method Map Values Sent in JSON_HEADER Field 20120626
9 PRE_PROCESS Instance method Protected Method Pre-Process the Message 20121220
10 PRE_PROCESS_LINE Instance method Protected Method Pre-Process one Entry of the Message 20121220
11 SEND Instance method Protected Method Send Message to Target Server 20121220
12 S_CREATE Static method Public Method Create Instance 20120614
Events
Class CL_STW_FEED_GW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_JSON_HEADER Public See coding 20120626 BEGIN OF ty_s_json_header, author TYPE stw_s_feed_author, object TYPE stw_s_feed_object_as, * source TYPE stw_s_feed_source, * verb TYPE stw_feed_verb, summary TYPE stw_feed_summary, END OF ty_s_json_header
Method Signatures

Method APPEND_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXCEPTIONS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_FEED_EXCEPTION 20121220
2 Importing IX_FEED Call by reference Object reference (TYPE REF TO) CX_STW_FEED 20121220

Method APPEND_EXCEPTION on class CL_STW_FEED_GW has no exception.

Method CLONE_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NOTIFICATION_EXT Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220
2 Returning RS_NOTIFICATION_EXT Value transfer Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220

Method CLONE_EXT on class CL_STW_FEED_GW has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_STW_FEED_GW has no parameter.
Method CONSTRUCTOR on class CL_STW_FEED_GW has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_FEED_EXCEPTION 20121220
2 Exporting EV_ACTIVITYSTREAMS Call by reference Type reference (TYPE) XSTRING 20121220
3 Importing IT_ODATA_NOTIFICATION Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_NOTIFICATIONS_EXT 20121220

Method CONVERT on class CL_STW_FEED_GW has no exception.

Method DETERMINE_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLATFORM_TYPE Call by reference Type reference (TYPE) CLB_PLATFORM_TYPE 20121220
2 Returning RT_APPLICATION Value transfer Type reference (TYPE) IF_CLB_CUST_QUERIES=>TY_T_APPLI_PLATF 20121220

Method DETERMINE_APPLICATIONS on class CL_STW_FEED_GW has no exception.

Method FROM_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NOTIFICATION_EXT Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220
2 Returning RS_NOTIFICATION_FEED Value transfer Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_FEED 20121220

Method FROM_EXT on class CL_STW_FEED_GW has no exception.

Method FROM_STD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NOTIFICATION_FEED Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_FEED 20121220
2 Returning RS_NOTIFICATION_EXT Value transfer Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220

Method FROM_STD on class CL_STW_FEED_GW has no exception.

Method MAP_JSON_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAPPED_DATA Call by reference Type reference (TYPE) TY_S_JSON_HEADER Mapped Structure 20120626
2 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_FEED_EXCEPTION Exceptions 20120626
3 Importing IV_JSON_HEADER Call by reference Type reference (TYPE) STRING JSON Header recived from Notification 20120626

Method MAP_JSON_HEADER on class CL_STW_FEED_GW has no exception.

Method PRE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_FEED_EXCEPTION 20121220
2 Exporting ET_NOTIFICATION_RETRY Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_NOTIFICATIONS_EXT 20121220
3 Exporting ET_ODATA_NOTIFICATION Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_NOTIFICATIONS_EXT 20121220
4 Importing IT_ODATA_NOTIFICATION Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_NOTIFICATIONS_EXT 20121220

Method PRE_PROCESS on class CL_STW_FEED_GW has no exception.

Method PRE_PROCESS_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NOTIFICATION Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220
2 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_FEED_EXCEPTION 20121220
3 Exporting ET_MAP_ERRORS Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_T_RECIPIENTS_FEED 20121220
4 Importing IS_NOTIFICATION Call by reference Type reference (TYPE) IF_STW_FEED_GW=>TY_S_NOTIFICATION_EXT 20121220

Method PRE_PROCESS_LINE on class CL_STW_FEED_GW has no exception.

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITYSTREAMS Call by reference Type reference (TYPE) XSTRING 20121220
# Exception Resumable Description Created on
1 CX_CLB_PROCESS 20121220
2 CX_STW_TECHNICAL 20121220
3 CX_STW_USER 20121220

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_STW_CONTROLLER StreamWork Model Controller 20120620
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_STW_FEED_GW Feed Representation at Gateway (Notification) 20120620

Method S_CREATE on class CL_STW_FEED_GW has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740