SAP ABAP Class CL_SLEI_RUN_LINKAGE (LEI Event Linkage - Execution)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-BPM-LEI (Application Component) Local Event Infrastructure
     SLEI_RUN (Package) LEI Runtime
Properties
Class CL_SLEI_RUN_LINKAGE  
Short Description LEI Event Linkage - Execution    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLEI_RUN   LEI Runtime 
Created 20090108   SAP 
Last change 20110908   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 SWB1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SWFEV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SLEI_RUN_LINKAGE has no interface implemented.
Friends
Class CL_SLEI_RUN_LINKAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_UNIT_TEST_PROXY Constant Private Type reference (TYPE) SLEI_PRX_NAME 'CO_SLEI_TST_UNIT_*' Pattern for proxies used in unit tests (controls test mode) 20090121
2 GO_LNKG_DB Static Attribute Private Object reference (TYPE REF TO) IF_SLEI_LNKG_DB LEI DB Access 20090109
3 GT_INSTANCE_BUFFER Static Attribute Private Type reference (TYPE) TT_INST_BUFFER Instance Buffer 20090109
4 MO_LEI_LOG Instance attribute Private Object reference (TYPE REF TO) CL_SLEI_APP_LOG LEI: Application Log utility class 20091014
5 MO_TRC Instance attribute Private Object reference (TYPE REF TO) CL_SWF_TRC_HANDLE Logical Trace Handle 20090109
6 MS_LINKAGE Instance attribute Private Type reference (TYPE) SLEI_LNKG_C LEI Linkages - Client specific 20090109
7 MS_OPERATION_QNAME Instance attribute Private Type reference (TYPE) QNAME Qualified Name of Operation 20090109
8 MT_BINDING Instance attribute Private Type reference (TYPE) SLEI_BINDING_T LEI Binding table 20090109
9 MT_CONDITION Instance attribute Private Type reference (TYPE) SLEI_CONDITION_T LEI condition table type 20090109
10 MV_TEST_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL Test Mode for Unit Tests 20090121
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONDITION Instance method Public Method 20090109
2 CHECK_PROXY Instance method Public Method 20090109
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20090109
4 EXECUTE Instance method Public Method 20090109
5 EXECUTE_BINDING Instance method Private Method 20090109
6 EXECUTE_PROXY Instance method Private Method 20090109
7 GET_INSTANCE Static method Public Method 20090109
8 GET_OPERATION_QNAME Instance method Public Method 20090109
9 GET_PROXY_NAME Instance method Public Method 20090109
10 GET_PROXY_OPERATION_NAME Instance method Public Method 20091014
Events
Class CL_SLEI_RUN_LINKAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_INST_BUFFER Private See coding 20090109 tt_inst_buffer TYPE HASHED TABLE OF ty_inst_buffer WITH UNIQUE KEY lnkg_id
2 TY_INST_BUFFER Private See coding 20090109 BEGIN OF ty_inst_buffer, lnkg_id TYPE slei_lnkg_id, instance TYPE REF TO cl_slei_run_linkage, END OF ty_inst_buffer
Method Signatures

Method CHECK_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container for Transfer of Parameters 20090109
2 Returning RV_RESULT Value transfer Type reference (TYPE) SWBBOOLEAN Boolean Variable in Condition Systems 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method CHECK_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROXY_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 'X' - Proxy exists 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APP_LOG Call by reference Object reference (TYPE REF TO) CL_SLEI_APP_LOG LEI: Application Log utility class 20091014
2 Importing IO_TRC Call by reference Object reference (TYPE REF TO) CL_SWF_TRC_HANDLE Logical Trace Handle 20090109
3 Importing IS_LINK Call by reference Type reference (TYPE) SLEI_LNKG_C LEI Linkages - Client specific 20090109
4 Importing IT_BINDING Call by reference Type reference (TYPE) SLEI_BINDING_T LEI Binding table 20090109
5 Importing IT_CONDITION Call by reference Type reference (TYPE) SLEI_CONDITION_T LEI condition table type 20090109

Method CONSTRUCTOR on class CL_SLEI_RUN_LINKAGE has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method EXECUTE_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_METHOD_PARAM Call by reference Type reference (TYPE) ABAP_PARMBIND_TAB 20090109
2 Importing IO_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method EXECUTE_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_METHOD_PARAM Call by reference Type reference (TYPE) ABAP_PARMBIND_TAB 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APP_LOG Call by reference Object reference (TYPE REF TO) CL_SLEI_APP_LOG LEI: Application Log utility class 20091014
2 Importing IO_TRC_HANDLE Call by reference Object reference (TYPE REF TO) CL_SWF_TRC_HANDLE Logical Trace Handle 20090109
3 Importing IV_LINKAGE_ID Call by reference Type reference (TYPE) SLEI_LNKG_ID LEI linkage identity 20090109
4 Importing IV_SKIP_BIND Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20090109
5 Importing IV_SKIP_COND Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20090109
6 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SLEI_RUN_LINKAGE Event Linkage - Execution 20090109
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20090109

Method GET_OPERATION_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_QNAME Value transfer Type reference (TYPE) QNAME Qualified Name 20090109

Method GET_OPERATION_QNAME on class CL_SLEI_RUN_LINKAGE has no exception.

Method GET_PROXY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PROXY_NAME Value transfer Type reference (TYPE) SLEI_PRX_NAME Qualified Name 20090109

Method GET_PROXY_NAME on class CL_SLEI_RUN_LINKAGE has no exception.

Method GET_PROXY_OPERATION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROXY_OPERATION_NAME Value transfer Type reference (TYPE) SLEI_PRX_OPER Event provider operation 20091014

Method GET_PROXY_OPERATION_NAME on class CL_SLEI_RUN_LINKAGE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731