public interface FWWFManager
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FWWFAction |
checkAction(String wfId,
String actionCode)
ログイン中のユーザーが指定されたアクションを実行できるか判定します。
|
FWWFLog |
doAction(FWWFAction wfAction)
ログイン中のユーザーによるWFアクションを実行します。
|
FWWFLog |
doAction(FWWFAction wfAction,
String description)
ログイン中のユーザーによるWFアクションを実行します。
|
FWWFLog |
doAction(String wfId,
String actionCode)
ログイン中のユーザーによるWFアクションを実行します。
|
FWWFLog |
doAction(String wfId,
String actionCode,
String description)
ログイン中のユーザーによるWFアクションを実行します。
|
FWWFLog |
doInitAction(FWWFAction wfAction)
ログイン中のユーザーによる初期WFアクションを実行します。
|
FWWFLog |
doInitAction(FWWFAction wfAction,
String description)
ログイン中のユーザーによる初期WFアクションを実行します。
|
FWWFLog |
doInitAction(String actionCode)
ログイン中のユーザーによる初期WFアクションを実行します。
|
FWWFLog |
doInitAction(String actionCode,
String description)
ログイン中のユーザーによる初期WFアクションを実行します。
|
FWWFAction |
getAction(String actionCode)
ログイン中のユーザーが実行可能な指定のアクションコードの承認アクションを(DTO)を返します。
|
FWWFAction |
getActionInfo(String actionCode,
String role)
指定されたロールのユーザーが実行可能な指定のアクションコードの承認アクションを(DTO)を返します。
|
List<FWWFAction> |
getActionInfos(String wfId,
String role)
指定されたロールのユーザーが現在のステータスに対して起こせる承認アクション、
及び、否認アクション(前ステータスに戻す)のリスト(DTO)を返します。
|
List<FWWFAction> |
getActions(String wfId)
ログイン中のユーザーが現在のステータスに対して起こせる承認アクション、
及び、否認アクション(前ステータスに戻す)のリスト(DTO)を返します。
|
List<FWWFAction> |
getGoActionInfos(String wfId,
String role)
指定されたロールのユーザーが現在のステータスに対して起こせる承認アクション(DTO)のリストを返します。
|
List<FWWFAction> |
getGoActions(String wfId)
ログイン中のユーザーが現在のステータスに対して起こせる承認アクション(DTO)のリストを返します。
|
FWWFAction |
getRollBackAction(String wfId)
ログイン中のユーザーが現在のステータスに対して起こせる否認アクション(DTO)を返します。
|
FWWFAction |
getRollBackActionInfo(String wfId,
String role)
指定されたロールのユーザーが現在のステータスに対して起こせる否認アクション(DTO)を返します。
|
FWWFStatus |
getStatus(String wfId)
指定されたWFIDの現在のステータスのDTOを返します。
|
List<FWWFLog> |
getWFLogs(String wfId)
指定されたWFIDのワークフロー履歴のDTOリストを返します。
|
FWWFStatus getStatus(String wfId)
wfId - ワークフローIDFWWFAction getAction(String actionCode)
actionCode - アクションコードList<FWWFAction> getActions(String wfId)
wfId - ワークフローIDList<FWWFAction> getGoActions(String wfId)
wfId - ワークフローIDFWWFAction getRollBackAction(String wfId)
wfId - ワークフローIDFWWFAction getActionInfo(String actionCode, String role)
actionCode - アクションコードrole - ロールList<FWWFAction> getActionInfos(String wfId, String role)
wfId - ワークフローIDrole - ロールList<FWWFAction> getGoActionInfos(String wfId, String role)
wfId - ワークフローIDrole - ロールFWWFAction getRollBackActionInfo(String wfId, String role)
wfId - ワークフローIDrole - ロールFWWFAction checkAction(String wfId, String actionCode) throws FWWFException
wfId - ワークフローIDactionCode - 実行対象のアクションコードFWWFException - 権限がない場合にスローFWWFLog doInitAction(String actionCode) throws FWWFException
actionCode - 実行対象のアクションコードFWWFException - 権限がない場合にスローFWWFLog doInitAction(String actionCode, String description) throws FWWFException
actionCode - 実行対象のアクションコードdescription - ワークフロー履歴-備考FWWFException - 権限がない場合にスローFWWFLog doInitAction(FWWFAction wfAction) throws FWWFException
wfAction - 実行対象のアクションオブジェクト(actionCodeの指定必須)FWWFException - 権限がない場合にスローFWWFLog doInitAction(FWWFAction wfAction, String description) throws FWWFException
wfAction - 実行対象のアクションオブジェクト(actionCodeの指定必須)description - ワークフロー履歴-備考FWWFException - 権限がない場合にスローFWWFLog doAction(String wfId, String actionCode) throws FWWFException
wfId - ワークフローIDactionCode - 実行対象のアクションコードFWWFException - 権限がない場合にスローFWWFLog doAction(String wfId, String actionCode, String description) throws FWWFException
wfId - ワークフローIDactionCode - 実行対象のアクションコードdescription - ワークフロー履歴-備考FWWFException - 権限がない場合にスローFWWFLog doAction(FWWFAction wfAction) throws FWWFException
wfAction - 実行対象のアクションオブジェクト(wfId, actionCodeの指定必須)FWWFException - 権限がない場合にスローFWWFLog doAction(FWWFAction wfAction, String description) throws FWWFException
wfAction - 実行対象のアクションオブジェクト(wfId, actionCodeの指定必須)description - ワークフロー履歴-備考FWWFException - 権限がない場合にスローHandywedge ver 0.8.0-SNAPSHOT. Copyright (c) 2016-2018 C Studio Co.,Ltd.