SAP ABAP Interface IF_ADAPTER_MANAGER (Registry for adapter factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_SHARED_ADAPTABLE_API (Package) INTERNAL: - *NO* REUSE - Adaptable objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_ADAPTER_MANAGER Adapter manager 20130516
Properties
Interface IF_ADAPTER_MANAGER  
Short Description Registry for adapter factory    
General Data
Package SATC_SHARED_ADAPTABLE_API   INTERNAL: - *NO* REUSE - Adaptable objects 
Created 20130516   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_ADAPTER_MANAGER has no forward declaration.
Interfaces
Interface IF_ADAPTER_MANAGER has no interface.
Friends
Interface IF_ADAPTER_MANAGER has no friend.
Attributes
Interface IF_ADAPTER_MANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FACTORY Instance method Public Method Adds factory for a given object type to registry 20130516
2 GET_ADAPTER Instance method Public Method Returns initial or instance of the given adapter type 20130516
3 REMOVE_FACTORY Instance method Public Method Removes factory from registry 20130516
Events
Interface IF_ADAPTER_MANAGER has no event.
Types
Interface IF_ADAPTER_MANAGER has no local type.
Method Signatures

Method ADD_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_FACTORY Call by reference Object reference (TYPE REF TO) IF_ADAPTER_FACTORY Factory for adapters / behavioral extensions of class 20130516
2 Importing ADAPTER_TYPE_HANDLE Call by reference Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Type of adapter 20130516

Method ADD_FACTORY on Interface IF_ADAPTER_MANAGER has no exception.

Method GET_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTABLE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Object that shall be adapted 20130516
2 Importing ADAPTER_TYPE_HANDLE Call by reference Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Type handle that specifies adapter 20130516
3 Returning RESULT Value transfer Object reference (TYPE REF TO) OBJECT Initial or adapter 20130516

Method GET_ADAPTER on Interface IF_ADAPTER_MANAGER has no exception.

Method REMOVE_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_FACTORY Call by reference Object reference (TYPE REF TO) IF_ADAPTER_FACTORY Factory for adapters / behavioral extensions of class 20130516

Method REMOVE_FACTORY on Interface IF_ADAPTER_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740