IM-Workflow

jp.co.intra_mart.foundation.workflow.plugin.process.matterEnd
クラス MatterEndProcessEventListener

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.plugin.process.matterEnd.MatterEndProcessEventListener

public abstract class MatterEndProcessEventListener
extends Object

ユーザ指定案件終了処理実行抽象クラス。 このクラスは、案件終了処理時に実行されるロジックを実装するための抽象クラスです。

導入されたバージョン:
7.2

コンストラクタの概要
MatterEndProcessEventListener()
          コンストラクタ
ユーザ指定案件終了処理実行抽象クラスを新しく生成します。
 
メソッドの概要
 boolean execute(MatterEndProcessParameter parameter)
          案件終了処理の際に実行されます。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MatterEndProcessEventListener

public MatterEndProcessEventListener()
コンストラクタ
ユーザ指定案件終了処理実行抽象クラスを新しく生成します。

メソッドの詳細

execute

public boolean execute(MatterEndProcessParameter parameter)
                throws Exception
案件終了処理の際に実行されます。

パラメータ:
parameter - ワークフローパラメータ
戻り値:
メール送信可否 true : 送信可能、false : 送信不可
例外:
Exception - 例外が発生

IM-Workflow

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