メソッドの概要

返却値の型 メソッド名
ResultObject deleteShareGroup (ShareGroupKey shareGroupKey)
共有グループを削除します。
ResultObject findShareGroupList ()
共有グループを取得します。
ResultObject findShareGroupList (String companyCd)
共有グループを取得します。
ResultObject findShareGroup (ShareGroupKey shareGroupKey)
共有グループを取得します。
ResultObject registerShareGroup (ShareGroup shareGroup)
共有グループを登録します。
ResultObject registerShareGroup (ShareGroup shareGroup, String companyCd)
共有グループを登録します。
ResultObject updateShareGroup (ShareGroup shareGroup)
共有グループを更新します。

メソッドの詳細

ResultObject deleteShareGroup (ShareGroupKey shareGroupKey)
共有グループを削除します。
パラメータ
shareGroupKey : ShareGroupKey
共有グループキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 が設定されます。
ResultObject findShareGroupList ()
共有グループを取得します。

カレント組織の会社に該当する共有グループを取得します。

[ 利用可能な管理者について ]
このAPIでは、以下の管理者が操作可能です。

  • Schedule機能管理者

返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ShareGroupListItem[] が設定されます。
ResultObject findShareGroupList (String companyCd)
共有グループを取得します。

指定した会社コードに該当する共有グループを取得します。

[ 利用可能な管理者について ]
このAPIでは、以下の管理者が操作可能です。

  • Collaboration機能管理者

パラメータ
companyCd : String
会社コード
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ShareGroupListItem[] が設定されます。
ResultObject findShareGroup (ShareGroupKey shareGroupKey)
共有グループを取得します。
パラメータ
shareGroupKey : ShareGroupKey
共有グループキー
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ShareGroup が設定されます。
ResultObject registerShareGroup (ShareGroup shareGroup)
共有グループを登録します。

カレント組織の会社の共有グループとして登録します。

[ 利用可能な管理者について ]
このAPIでは、以下の管理者が操作可能です。

  • Schedule機能管理者

パラメータ
shareGroup : ShareGroup
共有グループ情報
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ShareGroup が設定されます。
ResultObject registerShareGroup (ShareGroup shareGroup, String companyCd)
共有グループを登録します。

指定した会社コードの共有グループとして登録します。

[ 利用可能な管理者について ]
このAPIでは、以下の管理者が操作可能です。

  • Collaboration機能管理者

パラメータ
shareGroup : ShareGroup
共有グループ情報
companyCd : String
会社コード
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、ShareGroup が設定されます。
ResultObject updateShareGroup (ShareGroup shareGroup)
共有グループを更新します。
パラメータ
shareGroup : ShareGroup
共有グループ情報
返却値
ResultObject
ResultObject 処理結果オブジェクト
data プロパティには、処理件数 が設定されます。