SAP ABAP Interface IF_STW_MODEL_FACTORY (StreamWork Model Class Factory)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_STW_MODEL_FACTORY StreamWork Model Factory 20110808
2 Interface implementation (CLASS c. INTERFACES i_ref)  TD_STW_GENERAL_ABSTRACT general abstract testdouble to reduce note dependencies 20120504
Properties
Interface IF_STW_MODEL_FACTORY  
Short Description StreamWork Model Class Factory    
General Data
Package S_STW_OL_COMMON   Common Objects and def. of the Object Layer (comp. mode) 
Created 20110808   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_STW_MODEL_FACTORY has no forward declaration.
Interfaces
Interface IF_STW_MODEL_FACTORY has no interface.
Friends
Interface IF_STW_MODEL_FACTORY has no friend.
Attributes
Interface IF_STW_MODEL_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ACTIVITY_INSTANCE Instance method Public Method 20110811
2 CREATE_ACTIVITY_QUERY_INSTANCE Instance method Public Method 20110926
3 CREATE_FEED_ENTRY_INSTANCE Instance method Public Method 20110930
4 CREATE_FEED_FILTER Instance method Public Method 20110817
5 CREATE_TASK_INSTANCE Instance method Public Method 20120604
6 CREATE_TOPIC_INSTANCE Instance method Public Method 20111019
7 GET_BO_INSTANCE Instance method Public Method 20110923
8 GET_COMMENT_INSTANCE Instance method Public Method 20111117
9 GET_CURRENT_USER Instance method Public Method 20110811
10 GET_FEED_PROCESSOR Instance method Public Method 20110930
11 GET_GW_CHANNEL Instance method Public Method 20120627
12 GET_ITEM_INSTANCE Instance method Public Method 20111102
13 GET_ITEM_QUERY Instance method Public Method 20111125
14 GET_METHOD_FACTORY_INSTANCE Instance method Public Method 20111020
15 GET_USER_INSTANCE Instance method Public Method 20110812
Events
Interface IF_STW_MODEL_FACTORY has no event.
Types
Interface IF_STW_MODEL_FACTORY has no local type.
Method Signatures

Method CREATE_ACTIVITY_INSTANCE 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 20110811
2 Returning RO_ACTIVITY Value transfer Object reference (TYPE REF TO) IF_STW_ACTIVITY_INTERNAL 20110811
# Exception Resumable Description Created on
1 CX_STW_ACTIVITY 20110811

Method CREATE_ACTIVITY_QUERY_INSTANCE 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 20110926
2 Returning RO_ACTIVITY_QUERY Value transfer Object reference (TYPE REF TO) IF_STW_ACTIVITY_QUERY 20110926

Method CREATE_ACTIVITY_QUERY_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method CREATE_FEED_ENTRY_INSTANCE 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 20110930
2 Returning RO_FEED_ENTRY Value transfer Object reference (TYPE REF TO) IF_STW_FEED_ENTRY_INTERNAL 20110930

Method CREATE_FEED_ENTRY_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method CREATE_FEED_FILTER 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 20110817
2 Returning RO_STW_FEED_FILTER Value transfer Object reference (TYPE REF TO) IF_STW_FEED_FILTER 20110817

Method CREATE_FEED_FILTER on Interface IF_STW_MODEL_FACTORY has no exception.

Method CREATE_TASK_INSTANCE 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 20120604
2 Returning RO_TASK Value transfer Object reference (TYPE REF TO) IF_STW_TASK_INTERNAL 20120604

Method CREATE_TASK_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method CREATE_TOPIC_INSTANCE 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 20111019
2 Returning RO_TOPIC Value transfer Object reference (TYPE REF TO) IF_STW_TOPIC_INTERNAL 20111019

Method CREATE_TOPIC_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_BO_INSTANCE 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 20110923
2 Importing IV_BO_ID Call by reference Type reference (TYPE) STW_BO_ID 20110923
3 Returning RO_BO Value transfer Object reference (TYPE REF TO) IF_STW_BO_INTERNAL 20110923

Method GET_BO_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_COMMENT_INSTANCE 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 20111117
2 Returning RO_COMMENT Value transfer Object reference (TYPE REF TO) IF_STW_COMMENT_INTERNAL Stream Work: Comment for Item 20111117

Method GET_COMMENT_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_CURRENT_USER 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 20110811
2 Returning RO_STW_CURRENT_USER Value transfer Object reference (TYPE REF TO) IF_STW_CURRENT_USER_INTERNAL 20110811
# Exception Resumable Description Created on
1 CX_STW_USER 20110811

Method GET_FEED_PROCESSOR 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 20110930
2 Returning RO_FEED_PROCESSOR Value transfer Object reference (TYPE REF TO) IF_STW_FEED_PROCESSOR_INTERNAL 20110930

Method GET_FEED_PROCESSOR on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_GW_CHANNEL 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 20120627
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_STW_FEED_GW 20120627

Method GET_GW_CHANNEL on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_ITEM_INSTANCE 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 20111102
2 Importing IV_ITEM_TYPE Call by reference Type reference (TYPE) STW_ITEM_TYPE 20111103
3 Returning RO_ITEM Value transfer Object reference (TYPE REF TO) IF_STW_ITEM_INTERNAL StreamWork Item (Generic) 20111102
# Exception Resumable Description Created on
1 CX_STW_ITEM 20111102

Method GET_ITEM_QUERY 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 20111125
2 Returning RO_ITEM_QUERY Value transfer Object reference (TYPE REF TO) IF_STW_ITEM_QUERY 20111125

Method GET_ITEM_QUERY on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_METHOD_FACTORY_INSTANCE 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 20111020
2 Returning RO_METHOD_FACTORY Value transfer Object reference (TYPE REF TO) IF_STW_METHOD_FACTORY 20111020

Method GET_METHOD_FACTORY_INSTANCE on Interface IF_STW_MODEL_FACTORY has no exception.

Method GET_USER_INSTANCE 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 20110812
2 Returning RO_STW_USER Value transfer Object reference (TYPE REF TO) IF_STW_USER_INTERNAL StreamWork User Internal IF 20110812
# Exception Resumable Description Created on
1 CX_STW_USER 20110812
History
Last changed by/on SAP  20130531 
SAP Release Created in 732