Class DBReportMediator

  • All Implemented Interfaces:
    org.wso2.carbon.mediator.service.ui.Mediator

    public class DBReportMediator
    extends org.wso2.carbon.mediator.service.ui.AbstractMediator
    • Field Detail

      • URL_Q

        public static final QName URL_Q
      • DSNAME_Q

        public static final QName DSNAME_Q
      • dataSourceProps

        protected final Map dataSourceProps
    • Constructor Detail

      • DBReportMediator

        public DBReportMediator()
    • Method Detail

      • addDataSourceProperty

        public void addDataSourceProperty​(QName name,
                                          String value)
      • addDataSourceProperty

        public void addDataSourceProperty​(String name,
                                          String value)
      • getDataSourceProps

        public Map getDataSourceProps()
      • addStatement

        public void addStatement​(Statement stmnt)
      • getStatementList

        public List getStatementList()
      • isUseTransaction

        public boolean isUseTransaction()
      • setUseTransaction

        public void setUseTransaction​(boolean useTransaction)
      • serialize

        public org.apache.axiom.om.OMElement serialize​(org.apache.axiom.om.OMElement parent)
      • build

        public void build​(org.apache.axiom.om.OMElement elem)
      • getValue

        protected String getValue​(org.apache.axiom.om.OMElement elt,
                                  QName qName)
      • getAttribute

        protected String getAttribute​(org.apache.axiom.om.OMElement elt,
                                      QName qName)
      • getTagLocalName

        public String getTagLocalName()