メソッドの概要

返却値の型 メソッド名
ResultObject addContribute (OpinionContributeRegistration parameter)
意見を追加します。
ResultObject addItem (ItemKey itemKey)
オピニオンアイテムを追加します。
ResultObject countContribute (ItemKey itemKey)
アイテム内の各異見の票数を取得します。
ResultObject deleteContribute (ItemKey itemKey)
意見を削除します。
ResultObject deleteItem (ItemKey itemKey)
オピニオンアイテムを削除します。
ResultObject findContribute (ItemKey itemKey)
意見を取得します。
ResultObject findContribute (ItemKey itemKey, OpinionType opinionType)
意見を取得します。
ResultObject findItem (ItemKey itemKey)
オピニオンアイテムを取得します。
ResultObject updateCloseFlag (ItemKey itemKey, Boolean isClose)
意見の締め切り状態を更新します。
ResultObject updateContribute (OpinionContributeUpdate parameter)
意見を更新します。
ResultObject updateTheme (OpinionThemeUpdate parameter)
テーマを更新します。

メソッドの詳細

ResultObject addContribute (OpinionContributeRegistration parameter)
意見を追加します。
パラメータ
parameter : OpinionContributeRegistration
オピニオン情報
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、OpinionContribute を設定します。
ResultObject addItem (ItemKey itemKey)
オピニオンアイテムを追加します。

[ 操作ユーザの権限状態 ]
操作ユーザが以下のいずれかに該当する場合、このAPIを利用できます。

  • ワークスペースに対してオーナー権限を保持している
  • ワークスペースのアイテム追加を許可されている

パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、Opinion を設定します。
ResultObject countContribute (ItemKey itemKey)
アイテム内の各異見の票数を取得します。
パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ContributeTotals を設定します。
ResultObject deleteContribute (ItemKey itemKey)
意見を削除します。

操作ユーザの意見を削除します。

パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 を設定します。
ResultObject deleteItem (ItemKey itemKey)
オピニオンアイテムを削除します。

[ 操作ユーザの権限状態 ]
操作ユーザが以下のいずれかに該当する場合、このAPIを利用できます。

  • ワークスペースに対してオーナー権限を保持している
  • アイテム登録者

パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 を設定します。
ResultObject findContribute (ItemKey itemKey)
意見を取得します。

操作ユーザの意見を取得します。
該当データがない場合、NULLを返却します。

パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、OpinionContribute を設定します。
ResultObject findContribute (ItemKey itemKey, OpinionType opinionType)
意見を取得します。

指定した意見種別に該当する意見を取得します。
該当データがない場合、空のリストを返却します。

パラメータ
itemKey : ItemKey
アイテムキー
opinionType : OpinionType
意見種別
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、OpinionContribute[] を設定します。
ResultObject findItem (ItemKey itemKey)
オピニオンアイテムを取得します。
パラメータ
itemKey : ItemKey
アイテムキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、Opinion を設定します。
ResultObject updateCloseFlag (ItemKey itemKey, Boolean isClose)
意見の締め切り状態を更新します。

[ 操作ユーザの権限状態 ]
操作ユーザが以下のいずれかに該当する場合、このAPIを利用できます。

  • ワークスペースに対してオーナー権限を保持している
  • アイテム登録者

パラメータ
itemKey : ItemKey
アイテムキー
isClose : Boolean
true : 締め切り / false : 締め切りを解除
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 を設定します。
ResultObject updateContribute (OpinionContributeUpdate parameter)
意見を更新します。

操作ユーザの意見を更新します。

パラメータ
parameter : OpinionContributeUpdate
意見情報
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 を設定します。
ResultObject updateTheme (OpinionThemeUpdate parameter)
テーマを更新します。

[ 操作ユーザの権限状態 ]
操作ユーザが以下のいずれかに該当する場合、このAPIを利用できます。

  • ワークスペースに対してオーナー権限を保持している
  • アイテム登録者

パラメータ
parameter : OpinionThemeUpdate
テーマ情報
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 を設定します。