public interface WorkflowRoute
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
apply(WF_OperationCategory operation,
Session session)
ワークフロー対象と申請情報に状態遷移を適用する。
|
void |
evaluateCondition(WF_OperationCategory operation,
Session session)
実行条件の評価を行う
|
Updatable |
expect(WF_OperationCategory operation,
Session session)
状態遷移の適用結果を予測する。
|
WorkflowRouteSchema |
getSchema()
決裁ルートスキーマを返す
|
WorkflowRouteSchema getSchema()
void evaluateCondition(WF_OperationCategory operation, Session session) throws RecoverableException
operation
- 操作区分session
- 実行時セッションRecoverableException
Updatable expect(WF_OperationCategory operation, Session session) throws RecoverableException
operation
- ワークフロー操作イベントsession
- 実行時セッションRecoverableException
- 遷移先の取得に失敗Session apply(WF_OperationCategory operation, Session session) throws RecoverableException
operation
- ワークフロー操作イベントsession
- 実行時セッションRecoverableException
- 状態遷移に失敗