SAP ABAP Class CL_SLEI_LINKAGE (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_LINKAGE  
Short Description 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 20081017   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_LINKAGE has no interface implemented.
Friends
Class CL_SLEI_LINKAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_LNKG_DB Static Attribute Private Object reference (TYPE REF TO) IF_SLEI_LNKG_DB LEI DB Access 20081128
2 GT_INSTANCE_BUFFER Static Attribute Private Type reference (TYPE) TT_INST_BUFFER 20081128
3 GV_TEST_MODE Static Attribute Private Type reference (TYPE) ABAP_BOOL Test Mode for Unit Tests 20081205
4 MO_TRC Instance attribute Private Object reference (TYPE REF TO) CL_SWF_TRC_HANDLE Logical Trace Handle 20081111
5 MS_LINKAGE Instance attribute Private Type reference (TYPE) SLEI_LNKG_C LEI design time linkage, bindings, filter conditions 20081111
6 MS_OPERATION_QNAME Instance attribute Private Type reference (TYPE) QNAME Qualified Name of Operation 20081219
7 MT_BINDING Instance attribute Private Type reference (TYPE) SLEI_BINDING_T LEI Binding table 20081205
8 MT_CONDITION Instance attribute Private Type reference (TYPE) SLEI_CONDITION_T LEI condition table type 20081205
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CONDITION Instance method Public Method 20081111
2 CHECK_PROXY Instance method Public Method 20081111
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081111
4 ENABLE_TEST_MODE Static method Public Method 20081212
5 EXECUTE Instance method Public Method 20081111
6 EXECUTE_BINDING Instance method Private Method 20081111
7 EXECUTE_PROXY Instance method Private Method 20081111
8 GET_INSTANCE Static method Public Method 20081111
9 GET_MESSAGE_ID Instance method Private Method 20081219
10 GET_OPERATION_QNAME Instance method Public Method 20081219
11 GET_PROXY_NAME Instance method Public Method 20081219
Events
Class CL_SLEI_LINKAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_INST_BUFFER Private See coding 20081128 tt_inst_buffer TYPE HASHED TABLE OF ty_inst_buffer WITH UNIQUE KEY lnkg_id
2 TY_INST_BUFFER Private See coding 20081128 BEGIN OF ty_inst_buffer, lnkg_id TYPE slei_lnkg_id, instance TYPE REF TO cl_slei_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 20081111
2 Returning RV_RESULT Value transfer Type reference (TYPE) SWBBOOLEAN Boolean Variable in Condition Systems 20081111
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20081111

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 20081111
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20081205

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_SLEI_LINKAGE has no exception.

Method ENABLE_TEST_MODE Signature

Method ENABLE_TEST_MODE on class CL_SLEI_LINKAGE has no parameter.
Method ENABLE_TEST_MODE on class CL_SLEI_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' 20081128
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20081205

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 20081205
2 Importing IO_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20081205
# Exception Resumable Description Created on
1 CX_SLEI_RUN 20081111

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 20081205
# Exception Resumable Description Created on
1 CX_SLEI_RUN BPM Local Event Infrastructure Runtime Exception 20081205

Method GET_INSTANCE Signature

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

Method GET_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MESSAGE_ID Value transfer Type reference (TYPE) SXMSMGUID XI: Message ID 20081219
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technical Error 20081219

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 20081219

Method GET_OPERATION_QNAME on class CL_SLEI_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 20081219

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