IM-Workflow

クラス
jp.co.intra_mart.foundation.workflow.application.model.MatterNodeModel の使用

MatterNodeModel を使用しているパッケージ
jp.co.intra_mart.foundation.workflow.application.general 利用者の検索系のクラスを提供します。 
jp.co.intra_mart.foundation.workflow.application.model 利用者、管理者系の取得処理や、利用者の処理系の実行処理を行う際に、その処理結果を保存するモデルクラスを提供します。 
jp.co.intra_mart.foundation.workflow.application.process 申請、承認、差戻し、引戻し、振替、一時保存、案件操作、案件退避等の処理を行う為のクラスを提供します。 
 

jp.co.intra_mart.foundation.workflow.application.general での MatterNodeModel の使用
 

MatterNodeModel を返す jp.co.intra_mart.foundation.workflow.application.general のメソッド
 MatterNodeModel CplMatterNode.getMatterNode(String nodeId)
          完了案件のノード情報を取得します。
 MatterNodeModel ArcMatterNode.getMatterNode(String nodeId)
          過去案件のノード情報を取得します。
 MatterNodeModel ActvMatterNode.getMatterNode(String nodeId)
          処理中の未完了案件のノード情報を取得します。
 MatterNodeModel[] ActvMatterNode.getNodesToConfigBranchStart(String nodeId)
          指定のノードで設定対象となっている分岐開始ノード情報を取得します。
 MatterNodeModel[] ActvMatterNode.getNodesToConfigProcessTarget(String nodeId)
          指定のノードで設定対象となっている処理対象者設定ノード情報を取得します。
 

jp.co.intra_mart.foundation.workflow.application.model での MatterNodeModel の使用
 

MatterNodeModel を返す jp.co.intra_mart.foundation.workflow.application.model のメソッド
 MatterNodeModel[] MatterFlowModel.getNodes()
          ノード情報の配列を取得します。
 

MatterNodeModel 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.model のメソッド
 void MatterFlowModel.setNodes(MatterNodeModel[] nodes)
          ノード情報の配列を設定します。
 

jp.co.intra_mart.foundation.workflow.application.process での MatterNodeModel の使用
 

MatterNodeModel を返す jp.co.intra_mart.foundation.workflow.application.process のメソッド
 MatterNodeModel[] ActvMatterHandleManager.getNodesToMove(String originalNodeId)
          特定の処理中のノードから案件操作で移動できるノートとして指定可能な移動先ノード情報を取得します。
 MatterNodeModel[] PullBackManager.getNodesToPullBack(String executeUserCode)
          指定したユーザが引戻し可能なノード情報を取得します。
 MatterNodeModel[] ProcessManager.getNodesToSendBack()
          特定のノードから差戻し可能なノード情報を取得します。
 


IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.