パッケージ com.handywedge.workflow
クラス FWWFManagerImpl
- java.lang.Object
-
- com.handywedge.workflow.FWWFManagerImpl
-
- すべての実装されたインタフェース:
com.handywedge.workflow.FWWFManager
@ApplicationScoped public class FWWFManagerImpl extends Object implements com.handywedge.workflow.FWWFManager
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWWFManagerImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 com.handywedge.workflow.FWWFActioncheckAction(String wfId, String actionCode)com.handywedge.workflow.FWWFLogdoAction(com.handywedge.workflow.FWWFAction wfAction)com.handywedge.workflow.FWWFLogdoAction(com.handywedge.workflow.FWWFAction wfAction, String description)com.handywedge.workflow.FWWFLogdoAction(String wfId, String actionCode)com.handywedge.workflow.FWWFLogdoAction(String wfId, String actionCode, String description)com.handywedge.workflow.FWWFLogdoInitAction(com.handywedge.workflow.FWWFAction wfAction)com.handywedge.workflow.FWWFLogdoInitAction(com.handywedge.workflow.FWWFAction wfAction, String description)com.handywedge.workflow.FWWFLogdoInitAction(String actionCode)com.handywedge.workflow.FWWFLogdoInitAction(String actionCode, String description)com.handywedge.workflow.FWWFActiongetAction(String actionCode)com.handywedge.workflow.FWWFActiongetActionInfo(String actionCode, String role)List<com.handywedge.workflow.FWWFAction>getActionInfos(String wfId, String role)List<com.handywedge.workflow.FWWFAction>getActions(String wfId)List<com.handywedge.workflow.FWWFAction>getGoActionInfos(String wfId, String role)List<com.handywedge.workflow.FWWFAction>getGoActions(String wfId)com.handywedge.workflow.FWWFActiongetRollBackAction(String wfId)com.handywedge.workflow.FWWFActiongetRollBackActionInfo(String wfId, String role)com.handywedge.workflow.FWWFStatusgetStatus(String wfId)List<com.handywedge.workflow.FWWFLog>getWFLogs(String wfId)
-
-
-
メソッドの詳細
-
getStatus
public com.handywedge.workflow.FWWFStatus getStatus(String wfId)
- 定義:
getStatusインタフェース内com.handywedge.workflow.FWWFManager
-
getAction
public com.handywedge.workflow.FWWFAction getAction(String actionCode)
- 定義:
getActionインタフェース内com.handywedge.workflow.FWWFManager
-
getActionInfo
public com.handywedge.workflow.FWWFAction getActionInfo(String actionCode, String role)
- 定義:
getActionInfoインタフェース内com.handywedge.workflow.FWWFManager
-
getActions
public List<com.handywedge.workflow.FWWFAction> getActions(String wfId)
- 定義:
getActionsインタフェース内com.handywedge.workflow.FWWFManager
-
getActionInfos
public List<com.handywedge.workflow.FWWFAction> getActionInfos(String wfId, String role)
- 定義:
getActionInfosインタフェース内com.handywedge.workflow.FWWFManager
-
getGoActions
public List<com.handywedge.workflow.FWWFAction> getGoActions(String wfId)
- 定義:
getGoActionsインタフェース内com.handywedge.workflow.FWWFManager
-
getGoActionInfos
public List<com.handywedge.workflow.FWWFAction> getGoActionInfos(String wfId, String role)
- 定義:
getGoActionInfosインタフェース内com.handywedge.workflow.FWWFManager
-
getRollBackAction
public com.handywedge.workflow.FWWFAction getRollBackAction(String wfId)
- 定義:
getRollBackActionインタフェース内com.handywedge.workflow.FWWFManager
-
getRollBackActionInfo
public com.handywedge.workflow.FWWFAction getRollBackActionInfo(String wfId, String role)
- 定義:
getRollBackActionInfoインタフェース内com.handywedge.workflow.FWWFManager
-
checkAction
public com.handywedge.workflow.FWWFAction checkAction(String wfId, String actionCode) throws com.handywedge.workflow.FWWFException
- 定義:
checkActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doInitAction
public com.handywedge.workflow.FWWFLog doInitAction(String actionCode) throws com.handywedge.workflow.FWWFException
- 定義:
doInitActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doInitAction
public com.handywedge.workflow.FWWFLog doInitAction(String actionCode, String description) throws com.handywedge.workflow.FWWFException
- 定義:
doInitActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doInitAction
public com.handywedge.workflow.FWWFLog doInitAction(com.handywedge.workflow.FWWFAction wfAction) throws com.handywedge.workflow.FWWFException- 定義:
doInitActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doInitAction
public com.handywedge.workflow.FWWFLog doInitAction(com.handywedge.workflow.FWWFAction wfAction, String description) throws com.handywedge.workflow.FWWFException- 定義:
doInitActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doAction
public com.handywedge.workflow.FWWFLog doAction(String wfId, String actionCode) throws com.handywedge.workflow.FWWFException
- 定義:
doActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doAction
public com.handywedge.workflow.FWWFLog doAction(String wfId, String actionCode, String description) throws com.handywedge.workflow.FWWFException
- 定義:
doActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doAction
public com.handywedge.workflow.FWWFLog doAction(com.handywedge.workflow.FWWFAction wfAction) throws com.handywedge.workflow.FWWFException- 定義:
doActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
doAction
public com.handywedge.workflow.FWWFLog doAction(com.handywedge.workflow.FWWFAction wfAction, String description) throws com.handywedge.workflow.FWWFException- 定義:
doActionインタフェース内com.handywedge.workflow.FWWFManager- 例外:
com.handywedge.workflow.FWWFException
-
-