Anchor | ||||
---|---|---|---|---|
|
...
Expand | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、特定ユーザーがアクセス可能なすべてのレポートのお気に入りを返します。
このコードは、 この関数は、指定されたYellowfinユーザーのすべてのお気に入りのレポートを返します。
AdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
返される応答には、以下のパラメーターが含まれます。
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return all reports that are in the particular user’s inbox:以下のコードは、Yellowfin Webサービスを呼び出し、特定ユーザーの受信トレイ内にあるすべてのレポートを返します。
This code will return an Array of AdministrationReport objects in このコードは、 This function will return the reports that are in the inbox of a specified Yellowfin user. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “GETINBOX” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. This parameter is optional. |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Description |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String Status of the web service call. Possible values include:
| |
Reports | AdministrationReport | An array of AdministrationReport objects. These objects hold report metadata.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Person | AdministrationPerson | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
AdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | YellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | |
Reports | AdministrationReport | AdministrationReportオブジェクトの配列。これらのオブジェクトにはレポートメタデータが保持されます。 |
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return all dashboard tabs without reports that are accessible for that particular user: Code Block | 以下のコードは、Yellowfin Webサービスを呼び出し、特定ユーザーがアクセス可能なレポートを含まないすべてのダッシュボードタブを返します。
This code will return an Array of AdministrationReportGroup objects in このコードは、 This function will return a list of dashboard tabs that are accessible by the specified Yellowfin user. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “GETUSERTABS” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. This parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Description取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
---|
AdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String Status of the web service call. Possible values include:YellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
ReportsGroups | AdministrationReportGroupAn array of AdministrationReportGroup objects. These objects hold dashboard metadata. | AdministrationReportGroupオブジェクトの配列。これらのオブジェクトにはダッシュボードメタデータが保持されます。 |
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return all dashboard tabs with reports that are accessible for that particular user:以下のコードは、Yellowfin Webサービスを呼び出し、特定ユーザーがアクセス可能なレポートを含むすべてのダッシュボードタブを返します。
This code will return an Array of AdministrationReportGroup objects in このコードは、 This function will return a list of dashboard tabs that are accessible by the specified Yellowfin user, with the reports’ metadata loaded as well. The metadata for every report in the dashboard tab is contained within the AdministrationReportGroup object. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “GETUSERTABSWITHREPORTS” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. This parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Description取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
---|
AdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String Status of the web service call. Possible values include:YellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
ReportsGroups | AdministrationReportGroupAn array of AdministrationReportGroup objects. These objects hold dashboard metadata. For this particular function, the reports’ metadata is also loaded into this object’s GroupReports() parameter. | AdministrationReportGroupオブジェクトの配列。これらのオブジェクトにはダッシュボードメタデータが保持されます。この特定の関数では、レポートのメタデータもこのオブジェクトのGroupReports()パラメーターにロードされます。 |
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
This function will return a list of reports contained within a specified dashboard tab, that is accessible by a specified user in Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “LOADTABREPORTS” | String | Web services functionWebサービス関数。 |
Person | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
ReportGroup | AdministrationReportGroup | The AdministrationReportGroup object holding the Dashboard Tab ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson and AdministrationReportGroup object:
AdministrationPerson Element | Data Type | Description取得プロセスに関するダッシュボードタブIDを保持するAdministrationReportGroupオブジェクト。 |
---|
AdministrationPersonおよびAdministrationReportGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationPerson要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method | AdministrationReportGroup Element | Data Type | DescriptionYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
AdministrationReportGroup要素 | データ型 | 説明 |
---|---|---|
ReportGroupId | String | Dashboard Tab ID |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String Status of the web service call. Possible values include: ダッシュボードタブID |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
ReportGroups | AdministrationReportGroup | An array of AdministrationReportGroup objects. These objects hold dashboard metadata. For this particular function, the reports’ metadata is also loaded into this object’s GroupReports() parameter. |
Group & Role Administration
Groups and Roles can be created and modified with a web service call. The objects returned in the response is dependent on the type of call made in the request.
...
|
グループ及びロールの管理
Webサービス呼び出しを使用して、グループとロールを作成および変更することができます。応答で返されるオブジェクトは、リクエストで実行される呼び出しのタイプに依存します。
注意:クライアント組織機能を「システム設定」ページでオンにしている場合、特定のタイプの呼び出しについて適用可能な場合はクライアント組織を指定することもできます。
Expand | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return all available roles within Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内で使用可能なすべてのロールを返します。
The code will return an Array of AdministrationRole objects in このコードは、 This function will return all the available roles within Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “LISTROLES” | String | Web services function |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionWebサービス関数。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Rolesロール | AdministrationRoleAn array of AdministrationRole objects. These objects hold Yellowfin Role metadata. | AdministrationRoleオブジェクトの配列。これらのオブジェクトにはYellowfinロールのメタデータが保持されます。 |
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return all available groups within Yellowfin:以下コードは、Yellowfin Webサービスを呼び出し、Yellowfin内で使用可能なすべてのグループを返します。
The code will return an Array of AdministrationGroup objects in このコードは、 This function will return all the available user groups within Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “LISTGROUPS” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional. |
The response returned will contain these parameters:
Response Element | Data Type | Descriptionこの関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Groupsグループ | AdministrationGroupAn array of AdministrationGroup objects. These objects hold Yellowfin user group metadata. | AdministrationGroupオブジェクトの配列。これらのオブジェクトにはYellowfinユーザーグループのメタデータが保持されます。 |
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and return the specified group with its members in Yellowfin: code以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループおよびそのメンバーを返します。
The code will return an AdministrationGroup object in このコードは、 This function will return a specified Yellowfin group with a list of its members. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.com.auYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “GETGROUP” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional. |
Group | AdministrationGroup | The AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup object:
AdministrationGroup Element | Data Type | Description |
---|---|---|
GroupName | String | Name of the specified Yellowfin Group |
The response returned will contain these parameters:
Response Element | Data Type | Description | |
---|---|---|---|
StatusCode | String | Status of the web service call. Possible values include: | この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Group | AdministrationGroup | 取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 |
---|---|---|
GroupName | String | 指定したYellowfinグループの名前 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Group | AdministrationGroupAn array | of AdministrationGroup objects holding group metadata. The group members are also loaded into this object's GroupMembers() parameter.グループメタデータを保持するAdministrationGroupオブジェクトの配列。グループメンバーもこのオブジェクトのGroupMembers()のパラメーターにロードされます。 |
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and create the specified group in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinに指定されたグループを作成します。
The code will return 注意:AdministrationPersonオブジェクトのAdministrationGroupMember配列に入力することによって、新規作成されたグループに既存のYellowfinユーザーを同時に配置することもできます。各AdministrationPersonオブジェクトに必要なのは This function will create a Yellowfin group. Note that you are able to save existing Yellowfin users into the new group in this function as well. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.com.auYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “CREATEGROUP” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional. |
Group | AdministrationGroup | The AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup object:
AdministrationGroup Element | Data Type | Description | |
---|---|---|---|
GroupName | String | Name of the specified Yellowfin group | この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Group | AdministrationGroup | 取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 |
---|---|---|
GroupName | String | 指定したYellowfinグループの名前 |
GroupDescription | String | Business description of the specified Yellowfin group指定したYellowfinグループの説明 |
GroupMembers | Array (AdministrationPerson) | An array of AdministrationPerson objects. This is an optional parameter where you can set to save existing Yellowfin users into this group. Each AdministrationPerson object in this scenario only needs to have its UserId parameter set. |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(AdministrationPerson) | AdministrationPersonオブジェクトの配列。これはオプションのパラメーターで、既存のYellowfinユーザーをこのグループに保存するよう設定することができます。このシナリオの場合、AdministrationPersonオブジェクトに必要なのは、オブジェクトごとにそのUserIdパラメーターを設定することだけです。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and include a specified user into a specified group in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループに指定されたユーザーを含めます。
The code will return This function will include a specified Yellowfin user into a specified group. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auauなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “INCLUDEUSERINGROUP” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Group | AdministrationGroupThe AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process | 取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User Id for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup and AdministrationPerson objects:
AdministrationGroup Element | Data Type | Description取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
---|
AdministrationGroupおよびAdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
GroupName | String | Name of the specified Yellowfin group | AdministrationPerson Element | Data Type | Description指定したYellowfinグループの名前 |
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and exclude a specified user from a specified group in Yellowfin. Note: this user is not deleted from the group but merely excluded from the group definition. An example of why this would be useful is when: 以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループから指定されたユーザーを除外します。 注意:このユーザーはグループから削除されるのではなく、グループ定義から除外されるだけです。これが役立つのは、たとえば以下のような場合です。
The code will return This function will exclude a specified Yellowfin user from a specified group. Note that this user is not deleted from the group but merely excluded from the group definition. An example of why this would be useful is when:
| Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 | |
Password | String | Password of the account used to connect to Yellowfin webservicesString | Yellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 | |
Function = “EXCLUDEUSERINGROUP” | String | Web services functionWebサービス関数。 | |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 | |
Group | AdministrationGroupThe AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process | 取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 | |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User Id for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup and AdministrationPerson objects:
AdministrationGroup Element | Data Type | Description取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
---|
AdministrationGroupおよびAdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
GroupName | String | Name of the specified Yellowfin group | AdministrationPerson Element | Data Type | Description指定したYellowfinグループの名前 |
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and delete a specified user from a specified group in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループから指定されたユーザーを削除します。
The code will return This function will delete a specified Yellowfin user from a specified group. Note that this scenario is different from the one in EXCLUDEUSERINGROUP – in this function a user will be permanently removed from the group. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “DELUSERFROMGROUP” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Group | AdministrationGroupThe AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process | 取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
Person | AdministrationPerson | The AdministrationPerson object holding the Yellowfin user’s User Id for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup and AdministrationPerson objects:
AdministrationGroup Element | Data Type | Description取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
---|
AdministrationGroupおよびAdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
GroupName | String | Name of the specified Yellowfin group | AdministrationPerson Element | Data Type | Description指定したYellowfinグループの名前 |
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | User ID of the Yellowfin user. This can be the user ID or the email address, depending on the Logon ID method |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:YellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and modify the specified group in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループを変更します。
The code will return 注意:AdministrationPersonオブジェクトのAdministrationGroupMember配列を投入することによって、変更されたグループに既存のYellowfinユーザーを同時に配置することもできます。各AdministrationPersonオブジェクトに必要なのは This function will modify the details for a specified group in Yellowfin. Note that you are able to save existing Yellowfin users into the new group in this function as well. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 |
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “MODIFYGROUP” | String | Web services functionWebサービス関数。 |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Group | AdministrationGroup | The AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup object:
AdministrationGroup Element | Data Type | Description取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
---|
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 |
---|---|---|
GroupName | String | Name of the specified Yellowfin group |
GroupDescription | String | Business description of the specified Yellowfin group |
GroupMembers | Array (AdministrationPerson) | An array of AdministrationPerson objects. This is an optional parameter where you can set to save existing Yellowfin users into this group. Each AdministrationPerson object in this scenario only needs to have its LoginId parameter set. |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:指定したYellowfinグループの名前 |
GroupDescription | String | 指定したYellowfinグループの説明 |
GroupMembers | Array(AdministrationPerson) | AdministrationPersonオブジェクトの配列。これはオプションのパラメーターで、既存のYellowfinユーザーをこのグループに保存するよう設定することができます。このシナリオの場合、AdministrationPersonオブジェクトに必要なのは、オブジェクトごとにそのLoginIdパラメーターを設定することだけです。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and delete the specified group in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループを削除します。
The code will return This function will delete a specified group from Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | ||
---|---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices eg. admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 | ||
Password | String | Password of the account used to connect to Yellowfin webservicesYellowfin Webサービスへの接続に使用されるアカウントのパスワード。 | ||
OrgId | Integer | Primary organisation ID within Yellowfin. Always set this to 1. | Integer | Yellowfin内のデフォルト組織ID。常に1に設定します。 |
Function = “DELETEGROUP” | String | Web services functionWebサービス関数。 | ||
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. The parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 | ||
Group | AdministrationGroup | The AdministrationGroup object holding the Yellowfin user group’s name for the retrieval process |
These are the parameters that you need to set in the AdministrationGroup object:
AdministrationGroup Element | Data Type | Description取得プロセスに関するYellowfinユーザーグループの名前を保持するAdministrationGroupオブジェクト。 |
---|
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationGroup要素 | データ型 | 説明 |
---|---|---|
GroupName | String | Name of the specified Yellowfin group |
The response returned will contain these parameters:
Response Element | Data Type | Description指定したYellowfinグループの名前 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Client Organisation Functionality
Yellowfin contains functionality called クライアント組織, which allows multiple virtual instances of Yellowfin to reside in the same server instance.
...
マルチテナント機能
Yellowfinには、クライアント組織と呼ばれる機能があり、この機能を使用するとYellowfinの複数の仮想インスタンスを同じサーバーインスタンスに配置できます。
クライアント組織機能は、以下に示す使用可能なWebサービス呼び出しによって管理することができます。
Expand | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
The following code will call the Yellowfin web service and list all client organisations within Yellowfin:
The code will return an Array of AdministrationClientOrg objects and This function will list all client organisations available within Yellowfin.
The response returned will contain these parameters:
|
...