クラス QueryXmlWriter

java.lang.Object
org.iplass.mtp.impl.webapi.command.entity.QueryXmlWriter
すべての実装されたインタフェース:
AutoCloseable, Constants

public class QueryXmlWriter extends Object implements AutoCloseable, Constants

QueryのXmlStreaming処理クラス

  • フィールドの概要

    インタフェースから継承されたフィールド org.iplass.mtp.impl.webapi.command.Constants

    CMD_EXEC_SUCCESS
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, jakarta.xml.bind.JAXBContext context, Map<String,String> nameSpaceMap, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter)
     
    QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, org.iplass.mtp.impl.entity.fileport.QueryCsvWriteOption option, jakarta.xml.bind.JAXBContext context, Map<String,String> nameSpaceList, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
     
    void
     

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • QueryXmlWriter

      public QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, jakarta.xml.bind.JAXBContext context, Map<String,String> nameSpaceMap, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) throws IOException
      例外:
      IOException
    • QueryXmlWriter

      public QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, org.iplass.mtp.impl.entity.fileport.QueryCsvWriteOption option, jakarta.xml.bind.JAXBContext context, Map<String,String> nameSpaceList, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) throws IOException
      例外:
      IOException
  • メソッドの詳細