SAP ABAP Class CL_SWF_UTL_SHM_METHOD_ROOT (Workflow: Buffer for ABAP OO Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_SHM_METHOD_ROOT  
Short Description Workflow: Buffer for ABAP OO Methods    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20130219   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_UTL_CLIF_METHOD_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SWF_UTL_SHM_METHOD_ROOT has no interface implemented.
Friends
Class CL_SWF_UTL_SHM_METHOD_ROOT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_AREA_RETENTION_TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMPL 20130220
2 M_BUFFER Instance attribute Private Type reference (TYPE) LCLT_METHOD_PROPERTIES 20130219
Methods
# Method Level Visibility Method type Description Created on
1 GET_AREA_REFRESH_PERIOD Instance method Private Method 20130219
2 GET_AREA_RETENTION_TIMESTAMP Instance method Private Method 20130220
3 GET_INSTANCE Static method Public Method 20130219
4 GET_METHOD_PROPERTIES Instance method Public Method 20130219
5 GET_RETENTION_TIMESTAMP Instance method Private Method 20130220
6 GET_SHM_INSTANCE_NAME Static method Public Method 20130219
7 MODIFY_METHOD_PROPERTIES Instance method Public Method 20130219
8 REFRESH_BUFFER Instance method Private Method 20130219
Events
Class CL_SWF_UTL_SHM_METHOD_ROOT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LCLT_METHOD_PROPERTIES Private See coding 20130219 lclt_method_properties TYPE SORTED TABLE OF lcl_method_properties WITH UNIQUE KEY clsname cmpname
2 LCL_METHOD_PROPERTIES Private See coding 20130219 begin of lcl_method_properties. TYPES: clsname TYPE seoclsname. TYPES: cmpname TYPE seocmpname. TYPES: result_type TYPE swf_rtypnm. types: timestampl type timestampl. types: end of lcl_method_properties
3 METHOD_PROPERTIES Public See coding 20130219 BEGIN OF method_properties. TYPES: clsname TYPE seoclsname. TYPES: cmpname TYPE seocmpname. TYPES: result_type TYPE swf_rtypnm. TYPES: END OF method_properties
Method Signatures

Method GET_AREA_REFRESH_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PERIOD_IN_SECONDS Value transfer Type reference (TYPE) I 20130219

Method GET_AREA_REFRESH_PERIOD on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method GET_AREA_RETENTION_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_AREA_RETENTION_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL 20130220

Method GET_AREA_RETENTION_TIMESTAMP on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AREA_HANDLE Call by reference Object reference (TYPE REF TO) CL_SHM_AREA 20130219
2 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_UTL_SHM_METHOD_ROOT 20130219

Method GET_INSTANCE on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method GET_METHOD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD Call by reference Type reference (TYPE) SEOCMPKEY 20130219
2 Returning RE_METHOD_PROPERTIES Value transfer Type reference (TYPE) CL_SWF_UTL_SHM_METHOD_ROOT=>METHOD_PROPERTIES 20130219

Method GET_METHOD_PROPERTIES on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method GET_RETENTION_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CURRENT_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL 20130220
2 Returning RE_RETENTION_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL 20130220

Method GET_RETENTION_TIMESTAMP on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method GET_SHM_INSTANCE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SHM_INSTANCE_NAME Value transfer Type reference (TYPE) SHM_INST_NAME 20130219

Method GET_SHM_INSTANCE_NAME on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method MODIFY_METHOD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD_PROPERTIES Call by reference Type reference (TYPE) CL_SWF_UTL_SHM_METHOD_ROOT=>METHOD_PROPERTIES 20130219

Method MODIFY_METHOD_PROPERTIES on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.

Method REFRESH_BUFFER Signature

Method REFRESH_BUFFER on class CL_SWF_UTL_SHM_METHOD_ROOT has no parameter.
Method REFRESH_BUFFER on class CL_SWF_UTL_SHM_METHOD_ROOT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740