public interface WorkflowRouteFinder
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Object |
findByMatching(Session session)
引数で渡されたワークフロー対象に適用される決裁ルートを返す。
|
WorkflowRoute |
findByName(Key routeNameKey)
引数で渡された名前の決裁ルートを返す。
|
java.lang.Object findByMatching(Session session) throws RecoverableException
session - 実行時セッションRecoverableExceptionWorkflowRoute findByName(Key routeNameKey) throws RecoverableException
routeNameKey - 決裁ルート名(Key)RecoverableException