パッケージ com.handywedge.workflow
クラス FWWFService
- java.lang.Object
-
- com.handywedge.workflow.FWWFService
-
@ApplicationScoped public class FWWFService extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWWFService()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdeleteLastWFProgressManagement(String wfId)intdeleteWFProgressManagement(String wfId)com.handywedge.workflow.FWWFActiongetAction(String actionCode, String role)com.handywedge.workflow.FWWFActiongetAction(String actionCode, String status, String role)List<com.handywedge.workflow.FWWFAction>getActions(String status, String role)com.handywedge.workflow.FWWFActiongetRollbackAction(String wfId)com.handywedge.workflow.FWWFStatusgetStatus(String wfId)com.handywedge.workflow.FWWFLoggetWFLog(String wfId, int wfSerNo)List<com.handywedge.workflow.FWWFLog>getWFLogs(String wfId)intinsertWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement)com.handywedge.workflow.FWWFLoginsertWFLog(com.handywedge.workflow.FWWFLog wfLog)intinsertWFProgressManagement(com.handywedge.workflow.FWWFProgressManagement wfProgressManagement)intupdateWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement)
-
-
-
メソッドの詳細
-
getStatus
public com.handywedge.workflow.FWWFStatus getStatus(String wfId) throws SQLException
- 例外:
SQLException
-
insertWFIDManagement
public int insertWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement) throws SQLException- 例外:
SQLException
-
updateWFIDManagement
public int updateWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement) throws SQLException- 例外:
SQLException
-
getRollbackAction
public com.handywedge.workflow.FWWFAction getRollbackAction(String wfId) throws SQLException
- 例外:
SQLException
-
getActions
public List<com.handywedge.workflow.FWWFAction> getActions(String status, String role) throws SQLException
- 例外:
SQLException
-
getAction
public com.handywedge.workflow.FWWFAction getAction(String actionCode, String role) throws SQLException
- 例外:
SQLException
-
getAction
public com.handywedge.workflow.FWWFAction getAction(String actionCode, String status, String role) throws SQLException
- 例外:
SQLException
-
insertWFLog
public com.handywedge.workflow.FWWFLog insertWFLog(com.handywedge.workflow.FWWFLog wfLog) throws SQLException- 例外:
SQLException
-
getWFLog
public com.handywedge.workflow.FWWFLog getWFLog(String wfId, int wfSerNo) throws SQLException
- 例外:
SQLException
-
getWFLogs
public List<com.handywedge.workflow.FWWFLog> getWFLogs(String wfId) throws SQLException
- 例外:
SQLException
-
insertWFProgressManagement
public int insertWFProgressManagement(com.handywedge.workflow.FWWFProgressManagement wfProgressManagement) throws SQLException- 例外:
SQLException
-
deleteLastWFProgressManagement
public int deleteLastWFProgressManagement(String wfId) throws SQLException
- 例外:
SQLException
-
deleteWFProgressManagement
public int deleteWFProgressManagement(String wfId) throws SQLException
- 例外:
SQLException
-
-