確認処理権限者情報オブジェクト。
確認処理権限者情報オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
確認を行う権限者のユーザ情報と付加情報を保存します。
処理結果を格納する際に、このオブジェクトには案件のステータス(未完了、完了)によって、
データベーステーブル「imw_t_confirm_user」(未完了)もしくは「imw_t_cpl_matter_confirm_user」(完了)のデータが設定されます。
詳細については、使用されている各箇所を参照してください。
【 各項目の必須/任意 】
このオブジェクトは値を取得する時にのみ使用しますので、全て任意項目となります。
※新規作成、更新、削除には使用しません。
関連オブジェクト:
ActvMatter#getCnfmAuthUserList(SortConditionForAuthUser),
ActvMatterNode#getCnfmAuthUserList(String, SortConditionForAuthUser),
CplMatter#getCnfmAuthUserList(SortConditionForAuthUser),
CplMatterNode#getCnfmAuthUserList(String, SortConditionForAuthUser)