|
IM-Workflow | |||||||||
前 次 | フレームあり フレームなし |
CnfmAuthUserType を使用しているパッケージ | |
---|---|
jp.co.intra_mart.foundation.workflow.application.general | 利用者の検索系のクラスを提供します。 |
jp.co.intra_mart.foundation.workflow.application.model.column | 検索条件情報を作成する際に、検索条件やソート条件のキー情報として使用される各カラム情報を格納しているクラスを提供します。 |
jp.co.intra_mart.foundation.workflow.application.general での CnfmAuthUserType の使用 |
---|
CnfmAuthUserType 型の型引数を持つ jp.co.intra_mart.foundation.workflow.application.general のメソッドパラメータ | |
---|---|
CnfmAuthUserModel[] |
CplMatter.getCnfmAuthUserList(SortConditionForAuthUser<CnfmAuthUserType> cond)
完了案件の確認処理権限者情報をすべて取得します。 |
CnfmAuthUserModel[] |
ActvMatter.getCnfmAuthUserList(SortConditionForAuthUser<CnfmAuthUserType> cond)
未完了案件の確認処理権限者情報をすべて取得します。 |
CnfmAuthUserModel[] |
CplMatterNode.getCnfmAuthUserList(String nodeId,
SortConditionForAuthUser<CnfmAuthUserType> cond)
完了案件の特定ノード確認処理権限者情報をすべて取得します。 |
CnfmAuthUserModel[] |
ActvMatterNode.getCnfmAuthUserList(String nodeId,
SortConditionForAuthUser<CnfmAuthUserType> cond)
未完了案件の特定ノードの確認処理権限者情報をすべて取得します。 |
jp.co.intra_mart.foundation.workflow.application.model.column での CnfmAuthUserType の使用 |
---|
CnfmAuthUserType を返す jp.co.intra_mart.foundation.workflow.application.model.column のメソッド | |
---|---|
static CnfmAuthUserType |
CnfmAuthUserType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static CnfmAuthUserType[] |
CnfmAuthUserType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
|
IM-Workflow | |||||||||
前 次 | フレームあり フレームなし |