クラス
org.pslx.PpsDocuments.Document の使用

Document を使用しているパッケージ
org.pslx.PpsDocuments 業務ドキュメントモデルに対応するクラスのパッケージ 
 

org.pslx.PpsDocuments での Document の使用
 

Document を返す org.pslx.PpsDocuments のメソッド
 Document TransactionProcess.createDocument(java.lang.String documentName)
          業務ドキュメントを生成します
 Document Transaction.createDocument(java.lang.String documentName)
          業務ドキュメントを生成し、トランザクションに追加します
 Document TransactionProcess.createDocument(java.lang.String documentName, java.lang.String optionName)
          業務ドキュメントを生成します
 Document Transaction.getDocument(int index)
          指定したインデックスのドキュメントを取得します
 Document Document.getReference()
          回答ドキュメントが参照する元のドキュメントを取得します
static Document Document.load(java.lang.String filename, DocumentManager manager)
          指定したファイル名を読み込み、トランザクションを取得します
static Document Document.load(javax.xml.stream.XMLStreamReader reader, DocumentManager manager)
          指定したファイル名を読み込み、トランザクションを取得します
 

Document 型の引数を持つ型を返す org.pslx.PpsDocuments のメソッド
 java.util.List<Document> TransactionProcess.getDocuments()
          生成した業務ドキュメントのリストを取得します
 DomainCollection<Document> Transaction.getDocuments()
          トランザクションデータが持つすべての業務ドキュメントを配列として取得します
 java.util.List<Document> TransactionProcess.getReceivedDocuments()
          受信メッセージに含まれる業務ドキュメントのリストを取得します
 

Document 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 boolean TransactionProcess.checkTransaction(Document document)
          トランザクション継続のチェック(エラーがある場合には中断)
 void Document.setReference(Document value)
          回答ドキュメントが参照する元のドキュメントを設定します
 

Method parameters in org.pslx.PpsDocuments with type arguments of type Document
 void TransactionProcess.setDocuments(java.util.List<Document> value)
          生成した業務ドキュメントのリストを設定します