UserMatterStatusDetailInfo オブジェクト

案件状態詳細情報 オブジェクト。
案件状態詳細情報 オブジェクトは下記のプロパティを持つObject型のオブジェクトです。

特定の案件の案件状態詳細情報を格納します。
このオブジェクトには、案件の詳細情報と、現在のステータスである案件完了状態や、
案件ステータスが過去案件の場合には「アーカイブ年月(yyyyMM)」の情報が格納されています。

案件のステータスによって、このオブジェクトには、
未完了「imw_t_actv_matter」、「imw_t_actv_matter_locale」、
完了「imw_t_cpl_matter」、「imw_t_cpl_matter_locale」
過去「imw_ayyyymm_matter」、「imw_ayyyymm_matter_locale」テーブルからのデータが設定されます。
オブジェクト内にある「ユーザデータ案件プロパティオブジェクトの配列「UserMatterPropertyInfo」には案件ステータスによって、
「imw_t_user_data」、「imw_t_cpl_matter_user_data」、「imw_ayyyymm_matter_user_data」のデータが設定されます。
過去テーブル名に含まれている「yyyymm」は「アーカイブ年月(yyyyMM)」です。
詳細については、使用されている各箇所を参照してください。

このオブジェクトより簡単な案件状態情報のみを取得する場合には、「UserMatterStatusInfo」を利用してください。
 【 各項目の必須/任意 】
 このモデルは値を取得する時にのみ使用しますので、全て任意項目となります。
 ※新規作成、更新、削除には使用しません。
 
関連オブジェクト:
UserMatterStatus#getMatterStatusDetail(String),
UserMatterStatusInfo,
UserMatterPropertyInfo

導入されたバージョン:7.2

プロパティの概要
String applyActFlag
申請代理フラグ
通常
String applyAuthUserCode
申請権限者コード。
通常
String applyAuthUserName
申請権限者名。
通常
String applyBaseDate
申請基準日("yyyy/MM/dd"形式の文字列)。
通常
String applyDate
申請日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String applyExecuteUserCode
申請実行者コード。
通常
String applyExecuteUserName
申請実行者名。
通常
String archiveMonth
アーカイブ年月(yyyyMM)。
通常
String flowId
フローID。
通常
String flowName
フロー名。
通常
String flowVersionId
フローバージョンID。
通常
String lastProcessDate
最終処理日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String matterCplDate
案件終了日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String matterEndStatusCode
案件完了状態
通常
String matterName
案件名。
通常
String matterNumber
案件番号。
通常
Array matterProperty
ユーザデータ案件プロパティオブジェクトの配列。
通常
String matterStartDate
案件開始日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String matterStatusCode
案件状態
通常
String priorityLevel
優先度
通常
String systemMatterId
システム案件ID。
通常
String userDataId
ユーザデータID。
通常

プロパティの詳細
applyActFlag

String applyActFlag

申請代理フラグ。(0:代理設定なし / 1:代理設定あり)

applyAuthUserCode

String applyAuthUserCode

申請権限者コード。

applyAuthUserName

String applyAuthUserName

申請権限者名。

applyBaseDate

String applyBaseDate

申請基準日("yyyy/MM/dd"形式の文字列)。

applyDate

String applyDate

申請日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

applyExecuteUserCode

String applyExecuteUserCode

申請実行者コード。

applyExecuteUserName

String applyExecuteUserName

申請実行者名。

archiveMonth

String archiveMonth

アーカイブ年月(yyyyMM)。

flowId

String flowId

フローID。

flowName

String flowName

フロー名。

flowVersionId

String flowVersionId

フローバージョンID。

lastProcessDate

String lastProcessDate

最終処理日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

matterCplDate

String matterCplDate

案件終了日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

matterEndStatusCode

String matterEndStatusCode

案件完了状態

matterName

String matterName

案件名。

matterNumber

String matterNumber

案件番号。

matterProperty

Array matterProperty

ユーザデータ案件プロパティオブジェクトの配列。

matterStartDate

String matterStartDate

案件開始日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

matterStatusCode

String matterStatusCode

案件状態

priorityLevel

String priorityLevel

優先度

systemMatterId

String systemMatterId

システム案件ID。

userDataId

String userDataId

ユーザデータID。