MatterStartProcessParameterInfoオブジェクト
コンポーネント情報 | |
---|---|
since | 7.2 |
ユーザ指定案件開始処理パラメータ情報オブジェクト。
ユーザ指定案件開始処理パラメータ情報オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
ユーザ指定案件開始処理パラメータ情報オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
var matterStartProcessParameterInfo = { applyBaseDate : String, // 申請基準日(“yyyy/MM/dd”形式の文字列)。 contentsId : String, // コンテンツID。 contentsVersionId : String, // コンテンツバージョンID。 flowId : String, // フローID。 flowVersionId : String, // フローバージョンID。 localeId : String, // ロケールID。 loginGroupId : String, // ログイングループID。 parameter : String, // パラメータ。 processDate : String, // 処理日(“yyyy/MM/dd”形式の文字列)。 routeId : String, // ルートID。 routeVersionId : String, // ルートバージョンID。 systemMatterId : String, // システム案件ID。 targetLocales : Array, // 対象ロケールIDの配列。 userDataId : String // ユーザデータID。 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | applyBaseDate 申請基準日("yyyy/MM/dd"形式の文字列)。 |
通常
|
String | contentsId コンテンツID。 |
通常
|
String | contentsVersionId コンテンツバージョンID。 |
通常
|
String | flowId フローID。 |
通常
|
String | flowVersionId フローバージョンID。 |
通常
|
String | localeId ロケールID。 |
通常
|
String | loginGroupId ログイングループID。 |
通常
|
String | parameter パラメータ。 |
通常
|
String | processDate 処理日("yyyy/MM/dd"形式の文字列)。 |
通常
|
String | routeId ルートID。 |
通常
|
String | routeVersionId ルートバージョンID。 |
通常
|
String | systemMatterId システム案件ID。 |
通常
|
Array | targetLocales 対象ロケールIDの配列。 |
通常
|
String | userDataId ユーザデータID。 |
通常
|
プロパティの詳細
String applyBaseDate
通常
申請基準日("yyyy/MM/dd"形式の文字列)。
|
String contentsId
通常
コンテンツID。
|
String contentsVersionId
通常
コンテンツバージョンID。
|
String flowId
通常
フローID。
|
String flowVersionId
通常
フローバージョンID。
|
String localeId
通常
ロケールID。
|
String loginGroupId
通常
ログイングループID。
|
String parameter
通常
パラメータ。
|
String processDate
通常
処理日("yyyy/MM/dd"形式の文字列)。
|
String routeId
通常
ルートID。
|
String routeVersionId
通常
ルートバージョンID。
|
String systemMatterId
通常
システム案件ID。
|
Array targetLocales
通常
対象ロケールIDの配列。
|
String userDataId
通常
ユーザデータID。
|