portal.dictionary
Interface I_PortalDictionaryObjectReader

All Known Implementing Classes:
A_PortalDictionaryObjectReader

public interface I_PortalDictionaryObjectReader

A reader that can be plugged into a dictionary to read objects.

Version:
$Revision: 1.8 $
Author:
Thomas Weckert

Method Summary
 void destroy()
           
 I_PortalDictionaryObjectType getSupportedType()
           
 void init(PortalApplication portalApplication, PortalDictionaryConfiguration dictionaryConfiguration, PortalDictionaryReaderConfiguration readerConfiguration)
           
 I_PortalDictionaryObject readObject(java.lang.String processName, java.lang.String objectName)
           
 

Method Detail

getSupportedType

public I_PortalDictionaryObjectType getSupportedType()

init

public void init(PortalApplication portalApplication,
                 PortalDictionaryConfiguration dictionaryConfiguration,
                 PortalDictionaryReaderConfiguration readerConfiguration)
          throws PortalException
Throws:
PortalException

destroy

public void destroy()
             throws PortalException
Throws:
PortalException

readObject

public I_PortalDictionaryObject readObject(java.lang.String processName,
                                           java.lang.String objectName)
                                    throws PortalException
Throws:
PortalException