|
IM-Workflow | |||||||||
前 次 | フレームあり フレームなし |
ListSearchCondition を使用しているパッケージ | |
---|---|
jp.co.intra_mart.foundation.workflow.application.general | 利用者の検索系のクラスを提供します。 |
jp.co.intra_mart.foundation.workflow.application.superior | 管理者の検索系のクラスを提供します。 |
jp.co.intra_mart.foundation.workflow.application.general での ListSearchCondition の使用 |
---|
ListSearchCondition 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.general のメソッド | |
---|---|
ActvMatterCnfmModel[] |
CnfmActvMatterList.getCnfmList(ListSearchCondition<ActvMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている未完了案件一覧を取得します。 |
int |
CnfmActvMatterList.getCnfmListCount(ListSearchCondition<ActvMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている未完了案件の件数を取得します。 |
CplMatterCnfmModel[] |
CnfmCplMatterList.getCnfmUserSetList(ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている完了案件一覧を取得します。 |
int |
CnfmCplMatterList.getCnfmUserSetListCount(ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されている完了案件の件数を取得します。 |
ActvMatterCnfmModel[] |
CnfmActvMatterList.getLumpCnfmList(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されていて、一括で確認できる未完了案件一覧を取得します。 |
CplMatterCnfmModel[] |
CnfmCplMatterList.getLumpCnfmList(boolean noOrgzConditionFlag,
ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されていて、一括で確認できる完了案件一覧を取得します。 |
int |
CnfmActvMatterList.getLumpCnfmListCount(boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されていて、一括で確認できる未完了案件の件数をを取得します。 |
int |
CnfmCplMatterList.getLumpCnfmListCount(boolean noOrgzConditionFlag,
ListSearchCondition<CplMatterCnfmType> cond)
コンストラクタで指定したユーザが確認対象者として設定されていて、一括で確認できる完了案件の件数をを取得します。 |
ActvMatterModel[] |
UnprocessActvMatterList.getLumpProcessList(ProcessAuthCondition processAuthCond,
boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterUnprocessType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で一括で処理できる未完了案件一覧を取得します。 |
ActvNodeModel[] |
UnprocessActvMatterNodeList.getLumpProcessList(ProcessAuthCondition procAuthCond,
boolean noOrgzConditionFlag,
ListSearchCondition<ActvNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で一括で処理できる未完了案件ノード一覧を取得します。 |
int |
UnprocessActvMatterList.getLumpProcessListCount(ProcessAuthCondition processAuthCond,
boolean noOrgzConditionFlag,
ListSearchCondition<ActvMatterUnprocessType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で一括で処理できる未完了案件の件数を取得します。 |
int |
UnprocessActvMatterNodeList.getLumpProcessListCount(ProcessAuthCondition procAuthCond,
boolean noOrgzConditionFlag,
ListSearchCondition<ActvNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で一括で処理できる未完了案件ノードの件数を取得します。 |
ArcMatterModel[] |
ArcMatterList.getProcessedList(ListSearchCondition<ArcMatterType> cond)
コンストラクタで指定した特定ユーザが指定したアーカイブ年月に申請された案件に対して、本人権限で処理した案件の一覧を取得します。 |
ActvMatterPullBackModel[] |
ProcessedActvMatterList.getProcessedList(ProcessedAuthCondition processedAuthCondition,
ListSearchCondition<ActvMatterPullBackType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した未完了案件一覧を取得します。 |
CplMatterModel[] |
ProcessedCplMatterList.getProcessedList(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplMatterProcessedType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した完了案件一覧を取得します。 |
CplNodePullBackModel[] |
ProcessedActvMatterNodeList.getProcessedList(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplNodePullBackType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した未完了案件ノード一覧を取得します。 |
CplNodeModel[] |
ProcessedCplMatterNodeList.getProcessedList(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した完了案件ノード一覧を取得します。 |
int |
ArcMatterList.getProcessedListCount(ListSearchCondition<ArcMatterType> cond)
コンストラクタで指定した特定ユーザが指定したアーカイブ年月に申請された案件に対して、本人権限で処理した案件の件数を取得します。 |
int |
ProcessedActvMatterList.getProcessedListCount(ProcessedAuthCondition processedAuthCondition,
ListSearchCondition<ActvMatterPullBackType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した未完了案件の件数を取得します。 |
int |
ProcessedCplMatterList.getProcessedListCount(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplMatterProcessedType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した完了案件の件数を取得します。 |
int |
ProcessedActvMatterNodeList.getProcessedListCount(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplNodePullBackType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した未完了案件ノードの件数を取得します。 |
int |
ProcessedCplMatterNodeList.getProcessedListCount(ProcessedAuthCondition processedAuthCond,
ListSearchCondition<CplNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限で処理した案件、又は代理先として設定されている場合に代理元ユーザが処理した完了案件ノードの件数を取得します。 |
ActvMatterModel[] |
UnprocessActvMatterList.getProcessList(ProcessAuthCondition processAuthCond,
ListSearchCondition<ActvMatterUnprocessType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で処理できる未完了案件一覧を取得します。 |
ActvNodeModel[] |
UnprocessActvMatterNodeList.getProcessList(ProcessAuthCondition procAuthCond,
ListSearchCondition<ActvNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で処理できる未完了案件ノード一覧を取得します。 |
int |
UnprocessActvMatterList.getProcessListCount(ProcessAuthCondition processAuthCond,
ListSearchCondition<ActvMatterUnprocessType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で処理できる未完了案件の件数を取得します。 |
int |
UnprocessActvMatterNodeList.getProcessListCount(ProcessAuthCondition procAuthCond,
ListSearchCondition<ActvNodeType> cond)
コンストラクタで指定した特定ユーザが本人権限または代理権限で処理できる未完了案件ノードの件数を取得します。 |
ActvMatterRefModel[] |
RefActvMatterList.getRefList(ListSearchCondition<ActvMatterType> cond)
コンストラクタで指定した特定ユーザが参照できる未完了案件一覧を取得します。 |
CplMatterRefModel[] |
RefCplMatterList.getRefList(ListSearchCondition<CplMatterType> cond)
コンストラクタで指定した特定ユーザが参照できる完了案件一覧を取得します。 |
int |
RefActvMatterList.getRefListCount(ListSearchCondition<ActvMatterType> cond)
コンストラクタで指定した特定ユーザが参照できる未完了案件の件数を取得します。 |
int |
RefCplMatterList.getRefListCount(ListSearchCondition<CplMatterType> cond)
コンストラクタで指定した特定ユーザが参照できる完了案件の件数を取得します。 |
TempSaveMatterModel[] |
TempSaveMatterList.getTempSaveMatterList(ListSearchCondition<TempSaveMatterType> cond)
コンストラクタに指定した特定ユーザが保存した一時保存情報一覧を取得します。 |
int |
TempSaveMatterList.getTempSaveMatterListCount(ListSearchCondition<TempSaveMatterType> cond)
コンストラクタに指定した特定ユーザが保存した一時保存情報一覧の件数を取得します。 |
jp.co.intra_mart.foundation.workflow.application.superior での ListSearchCondition の使用 |
---|
ListSearchCondition 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.superior のメソッド | |
---|---|
ActvMatterModel[] |
RefActvMatterAdminList.getActvMatterList(ListSearchCondition<ActvMatterAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる未完了案件一覧を取得します。 |
int |
RefActvMatterAdminList.getActvMatterListCount(ListSearchCondition<ActvMatterAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる未完了案件一覧の件数を取得します。 |
ActvNodeModel[] |
RefActvMatterNodeAdminList.getActvMatterNodeList(ListSearchCondition<ActvNodeAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる未完了案件ノード一覧を取得します。 |
int |
RefActvMatterNodeAdminList.getActvMatterNodeListCount(ListSearchCondition<ActvNodeAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる未完了案件ノード一覧の件数を取得します。 |
ArcMatterModel[] |
ArcMatterAdminList.getArcMatterList(ListSearchCondition<ArcMatterAdminType> cond,
String wkfOpeAdmorCode)
システム管理者又は運用管理者として参照できる過去案件一覧を全て取得します。 |
int |
ArcMatterAdminList.getArcMatterListCount(ListSearchCondition<ArcMatterAdminType> cond,
String wkfOpeAdmorCode)
システム管理者又は運用管理者として参照できる過去案件一覧の件数を全て取得します。 |
CplMatterModel[] |
RefCplMatterAdminList.getCplMatterList(ListSearchCondition<CplMatterAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる完了案件一覧を取得します。 |
int |
RefCplMatterAdminList.getCplMatterListCount(ListSearchCondition<CplMatterAdminType> cond,
String wkfOpeAdmorCode)
管理者が参照できる完了案件一覧の件数を取得します。 |
TempSaveMatterModel[] |
TempSaveMatterAdminList.getTempSaveMatterList(ListSearchCondition<TempSaveMatterAdminType> cond)
一時保存情報一覧を全て取得します。 |
int |
TempSaveMatterAdminList.getTempSaveMatterListCount(ListSearchCondition<TempSaveMatterAdminType> cond)
一時保存情報の件数を全て取得します。 |
|
IM-Workflow | |||||||||
前 次 | フレームあり フレームなし |