Decisionオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.1 |
決定事項アイテム情報を保持するクラスです。
var decision = { contentsHtml : String, // リッチテキスト contentsText : String, // プレーンテキスト contentsType : ContentsType, // 本文種別 decisionDate : DateTime, // 決定日 editType : WorkspaceItemEditType, // 編集種別 editableFlag : Boolean, // アイテム編集権限 itemKey : ItemKey, // アイテムキー updateDate : DateTime, // 更新日時 updateUserCd : String, // 更新ユーザコード updateUserName : String // 更新ユーザ名 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | contentsHtml リッチテキスト |
|
String | contentsText プレーンテキスト |
|
ContentsType | contentsType 本文種別 |
|
DateTime | decisionDate 決定日 |
|
WorkspaceItemEditType | editType 編集種別 |
|
Boolean | editableFlag アイテム編集権限 |
|
ItemKey | itemKey アイテムキー |
|
DateTime | updateDate 更新日時 |
|
String | updateUserCd 更新ユーザコード |
|
String | updateUserName 更新ユーザ名 |
プロパティの詳細
String contentsHtml
リッチテキスト
|
String contentsText
プレーンテキスト
|
ContentsType contentsType
本文種別
|
DateTime decisionDate
決定日
|
WorkspaceItemEditType editType
編集種別
|
Boolean editableFlag
アイテム編集権限
|
ItemKey itemKey
アイテムキー
|
DateTime updateDate
更新日時
|
String updateUserCd
更新ユーザコード
|
String updateUserName
更新ユーザ名
|