UserMatterPropertyInfoオブジェクト
コンポーネント情報 | |
---|---|
since | 7.2 |
ユーザデータ案件プロパティ情報オブジェクト。
ユーザデータ案件プロパティ情報オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
ユーザデータ案件プロパティの取得結果の格納、及びユーザデータテーブルへのデータ設定に使用します。
処理結果を格納する際に、このオブジェクトには案件のステータス(未完了、完了、過去)によって、
データベーステーブル「imw_t_user_data」(未完了)、「imw_t_cpl_matter_user_data」(完了)もしくは「imw_ayyyymm_matter_user_data」(過去)のデータが設定されます。
パラメータとして使用する場合は、登録や更新、削除処理によって必須の項目が異なります。詳細は下記の表や使用される各箇所を参照してください。
ActvMatter#getMatterProperty(String),
ActvMatter#getMatterPropertyList(),
CplMatter#getMatterProperty(String),
CplMatter#getMatterPropertyList(),
ArcMatter#getMatterProperty(String),
ArcMatter#getMatterPropertyList(),
TempSaveMatter#getMatterProperty(String, String),
TempSaveMatter#getMatterPropertyList(String),
UserActvMatterPropertyValue#getMatterProperty(String, String),
UserActvMatterPropertyValue#getMatterPropertyList(String),
UserActvMatterPropertyValue#createMatterProperty(Array),
UserActvMatterPropertyValue#updateMatterProperty(Array),
UserActvMatterPropertyValue#deleteMatterProperty(Array),
UserCplMatterPropertyValue#getMatterProperty(String, String),
UserCplMatterPropertyValue#getMatterPropertyList(String),
UserCplMatterPropertyValue#createMatterProperty(Array),
UserCplMatterPropertyValue#updateMatterProperty(Array),
UserCplMatterPropertyValue#deleteMatterProperty(Array),
UserArcMatterPropertyValue#getMatterProperty(String, String),
UserArcMatterPropertyValue#getMatterPropertyList(String),
UserArcMatterPropertyValue#createMatterProperty(Array),
UserArcMatterPropertyValue#updateMatterProperty(Array),
UserArcMatterPropertyValue#deleteMatterProperty(Array),
ActvMatterInfo,
CplMatterInfo,
ArcMatterInfo,
ActvMatterCnfmInfo,
CplMatterCnfmInfo,
ActvMatterRefInfo,
CplMatterRefInfo,
ActvNodeInfo,
ActvMatterPullBackInfo,
TempSaveMatterInfo,
UserMatterStatusDetailInfo,
UserMatterPropertyStatusInfo
ユーザデータ案件プロパティ情報オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
ユーザデータ案件プロパティの取得結果の格納、及びユーザデータテーブルへのデータ設定に使用します。
処理結果を格納する際に、このオブジェクトには案件のステータス(未完了、完了、過去)によって、
データベーステーブル「imw_t_user_data」(未完了)、「imw_t_cpl_matter_user_data」(完了)もしくは「imw_ayyyymm_matter_user_data」(過去)のデータが設定されます。
パラメータとして使用する場合は、登録や更新、削除処理によって必須の項目が異なります。詳細は下記の表や使用される各箇所を参照してください。
【 処理別各項目必須/任意一覧 】 ※記号の意味 ●:必須 ▲:1つ以上必須 △:任意 ※注意※ 各項目の必須/任意について、各メソッドの説明に明示的に記載されている場合は、 メソッドの説明を優先します。
項目名 | 新規作成 | 更新 | 削除 | 最大バイト数 |
---|---|---|---|---|
ユーザデータID【主キー】 | ● | ▲ | ▲ | 20 |
案件プロパティキー【主キー】 | ● | ▲ | ▲ | 20 |
案件プロパティ値 | △ | △ | ▲ | 2000 |
【 案件プロパティ値の制限事項 】 ・文字列として評価する場合:2000バイトまで設定可 ・数値として評価する場合:NUMERIC(30,10)まで設定可関連オブジェクト:
ActvMatter#getMatterProperty(String),
ActvMatter#getMatterPropertyList(),
CplMatter#getMatterProperty(String),
CplMatter#getMatterPropertyList(),
ArcMatter#getMatterProperty(String),
ArcMatter#getMatterPropertyList(),
TempSaveMatter#getMatterProperty(String, String),
TempSaveMatter#getMatterPropertyList(String),
UserActvMatterPropertyValue#getMatterProperty(String, String),
UserActvMatterPropertyValue#getMatterPropertyList(String),
UserActvMatterPropertyValue#createMatterProperty(Array),
UserActvMatterPropertyValue#updateMatterProperty(Array),
UserActvMatterPropertyValue#deleteMatterProperty(Array),
UserCplMatterPropertyValue#getMatterProperty(String, String),
UserCplMatterPropertyValue#getMatterPropertyList(String),
UserCplMatterPropertyValue#createMatterProperty(Array),
UserCplMatterPropertyValue#updateMatterProperty(Array),
UserCplMatterPropertyValue#deleteMatterProperty(Array),
UserArcMatterPropertyValue#getMatterProperty(String, String),
UserArcMatterPropertyValue#getMatterPropertyList(String),
UserArcMatterPropertyValue#createMatterProperty(Array),
UserArcMatterPropertyValue#updateMatterProperty(Array),
UserArcMatterPropertyValue#deleteMatterProperty(Array),
ActvMatterInfo,
CplMatterInfo,
ArcMatterInfo,
ActvMatterCnfmInfo,
CplMatterCnfmInfo,
ActvMatterRefInfo,
CplMatterRefInfo,
ActvNodeInfo,
ActvMatterPullBackInfo,
TempSaveMatterInfo,
UserMatterStatusDetailInfo,
UserMatterPropertyStatusInfo
var userMatterPropertyInfo = { matterPropertyKey : String, // 案件プロパティキー。 matterPropertyValue : String, // 案件プロパティ値。 userDataId : String // ユーザデータID。 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | matterPropertyKey 案件プロパティキー。 |
通常
|
String | matterPropertyValue 案件プロパティ値。 |
通常
|
String | userDataId ユーザデータID。 |
通常
|
プロパティの詳細
String matterPropertyKey
通常
案件プロパティキー。
|
String matterPropertyValue
通常
案件プロパティ値。
|
String userDataId
通常
ユーザデータID。
|