Class TransactionManagerView

java.lang.Object
com.aquima.interactions.portal.model.tx.TransactionManagerView

public class TransactionManagerView extends Object
This class is used to generate the XML for the transaction manager.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • TransactionManagerView

      public TransactionManagerView(TxPortalContext context)
      Constructs the view with the context from which the information should be extracted.
      Parameters:
      context - the context from which the information should be extracted.
  • Method Details

    • getXmlElement

      public IXmlElement getXmlElement()
      This method returns the transaction view information as an XML element.
      Returns:
      the transaction view information as an XML element.
    • getElementFor

      protected XmlNewElement getElementFor(IInstanceContext context)
    • getActiveContext

      protected IXmlElement getActiveContext()
    • addInstances

      protected void addInstances(XmlNewElement xml, InstanceStack stack)