com.ibm.portal.pcm.dialog.dcx
Interface DCXManager


public interface DCXManager

Management interface to access the actual DCX data.

Since:
8.0.0

Method Summary
 DCXData getDCXData()
          Returns the DCX data valid in the scope of this dcx manager.
 

Method Detail

getDCXData

DCXData getDCXData()
                   throws DCXManagerException
Returns the DCX data valid in the scope of this dcx manager. It can be used to add and remove dialog specific meta data.

Returns:
DCXData instance to access the DCX, or null if there is no DCX data.
Throws:
DialogControllerException - In case a problem occurred finding the information. This could for instance be the case if the current invocation does not belong to a dialog flow.
DCXManagerException