@ApplicationScoped public class FWWFService extends Object
| コンストラクタと説明 |
|---|
FWWFService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
deleteLastWFProgressManagement(String wfId) |
int |
deleteWFProgressManagement(String wfId) |
com.handywedge.workflow.FWWFAction |
getAction(String actionCode,
String role) |
com.handywedge.workflow.FWWFAction |
getAction(String actionCode,
String status,
String role) |
List<com.handywedge.workflow.FWWFAction> |
getActions(String status,
String role) |
com.handywedge.workflow.FWWFAction |
getRollbackAction(String wfId) |
com.handywedge.workflow.FWWFStatus |
getStatus(String wfId) |
com.handywedge.workflow.FWWFLog |
getWFLog(String wfId,
int wfSerNo) |
List<com.handywedge.workflow.FWWFLog> |
getWFLogs(String wfId) |
int |
insertWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement) |
com.handywedge.workflow.FWWFLog |
insertWFLog(com.handywedge.workflow.FWWFLog wfLog) |
int |
insertWFProgressManagement(com.handywedge.workflow.FWWFProgressManagement wfProgressManagement) |
int |
updateWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement) |
public com.handywedge.workflow.FWWFStatus getStatus(String wfId) throws SQLException
SQLExceptionpublic int insertWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement)
throws SQLException
SQLExceptionpublic int updateWFIDManagement(com.handywedge.workflow.FWWFIDManagement wfIdManagement)
throws SQLException
SQLExceptionpublic com.handywedge.workflow.FWWFAction getRollbackAction(String wfId) throws SQLException
SQLExceptionpublic List<com.handywedge.workflow.FWWFAction> getActions(String status, String role) throws SQLException
SQLExceptionpublic com.handywedge.workflow.FWWFAction getAction(String actionCode, String role) throws SQLException
SQLExceptionpublic com.handywedge.workflow.FWWFAction getAction(String actionCode, String status, String role) throws SQLException
SQLExceptionpublic com.handywedge.workflow.FWWFLog insertWFLog(com.handywedge.workflow.FWWFLog wfLog)
throws SQLException
SQLExceptionpublic com.handywedge.workflow.FWWFLog getWFLog(String wfId, int wfSerNo) throws SQLException
SQLExceptionpublic List<com.handywedge.workflow.FWWFLog> getWFLogs(String wfId) throws SQLException
SQLExceptionpublic int insertWFProgressManagement(com.handywedge.workflow.FWWFProgressManagement wfProgressManagement)
throws SQLException
SQLExceptionpublic int deleteLastWFProgressManagement(String wfId) throws SQLException
SQLExceptionpublic int deleteWFProgressManagement(String wfId) throws SQLException
SQLExceptionHandywedge ver 0.7.0. Copyright (c) 2016-2018 C Studio Co.,Ltd.