Anchor | ||||
---|---|---|---|---|
|
...
Webサービス呼び出しを使用して、グループとロールを作成および変更することができます。応答で返されるオブジェクトは、リクエストで実行される呼び出しのタイプに依存します。
注意:クライアント組織機能を「システム設定」ページでオンにしている場合、特定のタイプの呼び出しについて適用可能な場合はクライアント組織を指定することもできます。
...
Expand | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinに指定されたグループを作成します。
このコードは 注意:AdministrationPersonオブジェクトのAdministrationGroupMember配列に入力することによって、新規作成されたグループに既存のYellowfinユーザーを同時に配置することもできます。各AdministrationPersonオブジェクトに必要なのは この関数はYellowfinグループを作成します。この関数では、新規グループに既存のYellowfinユーザーを保存できる点にも注意してください。
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
返される応答には、以下のパラメーターが含まれます。
|
...
Expand | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループから指定されたユーザーを除外します。 注意:このユーザーはグループから削除されるのではなく、グループ定義から除外されるだけです。これが役立つのは、たとえば以下のような場合です。
このコードは この関数は、指定されたグループから指定されたYellowfinユーザーを除外します。このユーザーはグループから削除されるのではなく、グループ定義から除外されるだけである点に注意してください。これが役立つのは、たとえば以下のような場合です。
AdministrationGroupおよびAdministrationPersonオブジェクトで設定が必要なパラメーターは、以下の通りです。
返される応答には、以下のパラメーターが含まれます。
|
...
Expand | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたグループを変更します。
このコードは 注意:AdministrationPersonオブジェクトのAdministrationGroupMember配列を投入することによって、変更されたグループに既存のYellowfinユーザーを同時に配置することもできます。各AdministrationPersonオブジェクトに必要なのは この関数はYellowfinの指定されたグループの詳細を変更します。この関数では、新規グループに既存のYellowfinユーザーを保存できる点にも注意してください。
AdministrationGroupオブジェクトで設定が必要なパラメーターは、以下の通りです。
返される応答には、以下のパラメーターが含まれます。
|
...
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内の指定されたユーザーがアクセス可能なすべてのクライアント組織を一覧表示します。
このコードは、
AdministrationClientOrgオブジェクトで設定が必要なパラメーターは、以下の通りです。
返される応答には、以下のパラメーターが含まれます。
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and add access to a specified client organisation for a specified user within Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内の指定されたユーザーに対して指定されたクライアント組織へのアクセス権を追加します。
The code will return This function will add access to a specified client organisation for a specified user win Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “ADDUSERACCESS” | String | Webサービス関数。 | Web services function |
OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. This parameter is optional.この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 | |
Person | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 | |
Client | AdministrationClientOrg | The AdministrationClientOrg object holding the Yellowfin client organisation’s Client Reference ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson and AdministrationClientOrg objects:
AdministrationPerson Element | Data Type | Description取得プロセスに関するYellowfinクライアント組織のクライアント参照IDを保持するAdministrationClientOrgオブジェクト。 |
---|
AdministrationPersonおよびAdministrationClientOrgオブジェクトで設定が必要なパラメーターは、以下の通りです。
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 | AdministrationClientOrg Element | Data Type | DescriptionYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
AdministrationClientOrg要素 | データ型 | 説明 |
---|---|---|
ClientReferenceId | Integer | Client Reference ID for the specified client organisation |
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サービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and remove access to a specified client organisation for a specified user within Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内の指定されたユーザーに対して指定されたクライアント組織へのアクセス権を削除します。
The code will return This function will remove access to a specified client organisation for a specified user in Yellowfin. | Request Element | Data Type | Description
このコードはrs.getStatusCode()
でSUCCESS
を返します。それ以外の場合は、プロセスが失敗した理由を説明するエラーを返します。
この関数は、Yellowfinの指定されたユーザーに対して指定されたクライアント組織へのアクセス権を削除します。
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “REMOVEUSERACCESS” | 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 |
Client | AdministrationClientOrg | The AdministrationClientOrg object holding the Yellowfin client organisation’s Client Reference ID for the retrieval process |
These are the parameters that you need to set in the AdministrationPerson and AdministrationClientOrg objects:
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 |
AdministrationClientOrg Element | Data Type | Description |
---|---|---|
ClientReferenceId | Integer | Client Reference ID for the specified client organisation |
The response returned will contain these parameters:
Response Element | Data Type | Description |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 |
Person | AdministrationPerson | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
Client | AdministrationClientOrg | 取得プロセスに関するYellowfinクライアント組織のクライアント参照IDを保持するAdministrationClientOrgオブジェクト。 |
AdministrationPersonおよびAdministrationClientOrgオブジェクトで設定が必要なパラメーターは、以下の通りです。
AdministrationPerson要素 | データ型 | 説明 |
---|---|---|
UserId | String | YellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
AdministrationClientOrg要素 | データ型 | 説明 |
---|---|---|
ClientReferenceId | Integer | 指定されたクライアント組織のクライアント参照ID |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||
---|---|---|
| ||
This function will check if a specified report is in a specified user’s favourites list in Yellowfin. | ||
Request Element | Data Type | Description | LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfin.com.au
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | 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 = “ISUSERFAVOURITE” | 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 | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
ReportId | Integer | Unique ID for the report |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Descriptionレポートの固有のID。 |
---|
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 | 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 add a specified report to a specified user’s favourites list:以下のコードは、Yellowfin Webサービスを呼び出し、指定されたレポートを指定されたユーザーのお気に入り一覧に追加します。
The code will return This function will add a specified report to a specified user’s report favourites list. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 | |||
Password | String | Password of the account used to connect to Yellowfin webservices | OrgId | Integer | Primary Organisation ID within Yellowfin. Always set this to 1.Yellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Yellowfin内のデフォルト組織ID。常に1に設定します。 | |||
Function = “ADDTOFAVOURITES" OR または"ADDTOFAVORITES” | 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 | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 | |||
ReportId | Integer | Unique ID for the report |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Descriptionレポートの固有のID。 |
---|
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 | 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 remove a specified report to a specified user’s favourites list:以下のコードは、Yellowfin Webサービスを呼び出し、指定されたユーザーのお気に入り一覧に対して指定されたレポートを削除します。
The code will return This function will remove a specified report to a specified user’s report favourites list. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | ||||
---|---|---|---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “REMOVETOFAVOURITES" OR または"REMOVETOFAVORITES” | String | Web services function | OrgRef | String | Client Reference ID if this function is to be applied for a particular client organisation. This parameter is optional. | Webサービス関数。 |
OrgRef | String | この関数を特定のクライアント組織に適用する場合には、クライアント参照ID。このパラメーターはオプションです。 | ||||
Person | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 | ||||
ReportId | Integer | Unique ID for the report |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | Descriptionレポートの固有のID。 |
---|
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 | DescriptionYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||
This function will return all avatar images of specified users within Yellowfin: | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “GETAVATARS” | String Web services functionWebサービス関数。 | |
Parameters | Array (String) | The Unique IDs of Yellowfin users |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | Yellowfinユーザーの固有のID。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 | |
---|---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
| |
BinaryAttachments | Array (ReportBinaryObject) | Array of ReportBinary objects holding the Base64 decoded avatar imagesArray(ReportBinaryObject) | Base64でデコードされたアバターイメージを保持するReportBinaryオブジェクトの配列。 |
Expand | |||
---|---|---|---|
| |||
This function will set the avatar image of the specified user’s profile within Yellowfin: | |||
Request Element | Data Type | Description | LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfin
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | 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 = “SETAVATARIMAGE” | 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 | AdministrationPersonThe AdministrationPerson object holding the Yellowfin user’s User ID for the retrieval process | 取得プロセスに関するYellowfinユーザーのユーザーIDを保持するAdministrationPersonオブジェクト。 |
Parameters | Array (Bytes) | Base64 encoded avatar image |
These are the parameters that you need to set in the AdministrationPerson object:
AdministrationPerson Element | Data Type | DescriptionArray(Bytes) | Base64でエンコードされたアバターイメージ。 |
---|
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 methodYellowfinユーザーのユーザーID。これは、ログインIDの方法に応じてユーザーIDまたは電子メールアドレスにすることができます。 |
IpId | Integer | Unique IP ID of the Yellowfin user |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionYellowfinユーザーの固有のIP ID。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
This function will reload the specified Org Reference Codes within Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “RELOADCODES” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | The list of Org Reference Codes |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | 参照コードの一覧。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and clear the geometry cache in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのジオメトリキャッシュをクリアします。
The code will return The function will clear the geometry cache in Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “GEOMETRYFLUSH” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | The list of View IDs from which the geometry objects are cached with |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | ジオメトリオブジェクトのキャッシュ元となるビューIDの一覧。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and remove a view’s cache in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのビューのキャッシュを削除します。
The code will return This function will remove a view's cache in Yellowfin. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfin.Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 | |||
Password | String | Password of the account used to connect to Yellowfin webservices | OrgId | Integer | Primary Organisation ID within Yellowfin. Always set this to 1.Yellowfin Webサービスへの接続に使用されるアカウントのパスワード。 |
OrgId | Integer | Yellowfin内のデフォルト組織ID。常に1に設定します。 | |||
Function = “REMOVEVIEW” | String | Web services functionWebサービス関数。 | |||
Parameters | Array (String) | The list of View IDs |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | ビューIDの一覧。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and remove a report’s cached definitions in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinにおけるレポートのキャッシュされた定義を削除します。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “FLUSHREPORT” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | The list of Report IDs |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | レポートIDの一覧。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and remove a dashboard’s cached definitions in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinにおけるダッシュボードのキャッシュされた定義を削除します。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “FLUSHTAB” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | The list of Tab IDs |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | タブ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 report in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのレポートを削除します。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “DELETEREPORT” | String | Web services functionWebサービス関数。 | |
Parameters | Array (String) | The UUID of the Yellowfin Report. Note, you do not need to set this if ReportId is setArray(String) | YellowfinレポートのUUID。ReportIdが設定されている場合、この設定は必要ありません。 |
ReportId | Integer | The Yellowfin Report ID. Note, you do not need to set this if the UUID is set in the Parameter array |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionYellowfinレポートのID。Parameterの配列にUUIDが設定されている場合、この設定は必要ありません。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
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 view in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのビューを削除します。
The code will return | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “DELETEVIEW” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | Either the Yellowfin View ID or UUID can be set here |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | ここには、YellowfinのビューIDまたはUUIDを設定することができます。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
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 data source in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのデータソースを削除します。
SUCCESS in このコードは | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “DELETESOURCE” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | Either the Yellowfin Data Source ID or UUID can be set here |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | ここには、YellowfinのデータソースIDまたはUUIDを設定することができます。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
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 dashboard tab in Yellowfin:
| ||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのダッシュボードタブを削除します。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “DELETETAB” | String | Web services functionWebサービス関数。 | |
Parameters | Array (String) | UUID of the Yellowfin Dashboard Tab. Note that this does not need to be set if the DashboardTabId parameter is setArray(String) | YellowfinダッシュボードタブのUUID。DashboardTabIdパラメーターが設定されている場合、この設定は必要ありません。 |
DashboardTabId | Integer | Dashboard Tab ID |
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サービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and reload the licence definitions in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinでライセンス定義を再読み込みします。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “RELOADLICENCE” | 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サービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and close the specified data source’s connection pool in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたデータソースの接続プールを閉じます。
The code will return | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “CLOSECONNECTIONPOOL” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | Yellowfin Data Source ID |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | YellowfinのデータソースID。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and flush the specified filter’s filter cache in Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinの指定されたフィルターのフィルターキャッシュをフラッシュします。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “FLUSHCACHEDFILTERCACHE” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | Filter ID |
The response returned will contain these parameters:
Response Element | Data Type | Description | |
---|---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Array(String) | フィルターID。 |
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and approve a report in Yellowfin via the expert approval process:以下のコードは、Yellowfin Webサービスを呼び出し、エキスパートの承認プロセスを介してYellowfinのレポートを承認します。
The code will return | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “APPROVEREPORT” | String | Web services functionWebサービス関数。 |
ReportId | Integer | Report 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サービス呼び出しのステータス。可能な値は以下の通りです。
|
Expand | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and obtain all exportable content within Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内でエクスポート可能なすべてのコンテンツを取得します。
The code will return an Array of ContentResource objects in このコードは、 | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “GETCONTENT” | String | Web services function |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionWebサービス関数。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 | |
---|---|---|---|
StatusCode | StringStatus of the web service call. Possible values include: | Webサービス呼び出しのステータス。可能な値は以下の通りです。
| |
ContentResources | Array (ContentResource) | Array of Content Resource objects. Each ContentResource object holds export metadata for all exportable content in Yellowfin.Array(ContentResource) | ContentResourceオブジェクトの配列。各ContentResourceオブジェクトには、Yellowfinでエクスポート可能なすべてのコンテンツのエクスポートメタデータが保持されます。 |
Expand | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and obtain dependencies for a specific Yellowfin artifact:以下のコードは、Yellowfin Webサービスを呼び出し、特定のYellowfin成果物についての従属関係を取得します。
The code will return an Array of ContentResource objects in このコードは、 This function will obtain dependencies for a specific Yellowfin artifact. Note, you can execute the GETCONTENT webservices call to retrieve all exportable content metadata first. This comes in the form of an array of ContentResource objects which can be then used in this function call to retrieve their respective dependencies. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “GETEXPORTDEPENDENCIES” | String | Web services functionWebサービス関数。 |
ContentResources | Array (ContentResource) | Array of ContentResource objects. These objects will hold specific Yellowfin artifact metadata |
These are the parameters that you need to set in the ContentResource object:
ContentResource Element | Data TypeArray(ContentResource) | ContentResourceオブジェクトの配列。これらのオブジェクトには、特定のYellowfin成果物のメタデータが保持されます。 |
---|
ContentResourceオブジェクトで設定が必要なパラメーターは、以下の通りです。
ContentResource要素 | データ型 |
---|---|
ResourceName | String |
ResourceDescription | String |
ResourceType | String |
ResourceOrgId | Integer |
ResourceCode | String |
The response returned will contain these parameters:
Response Element
Data Type
Description
StatusCode
String
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 | |
---|---|---|---|
StatusCode | String | Webサービス呼び出しのステータス。可能な値は以下の通りです。
| |
ContentResources | Array (ContentResource) | Array of ContentResource objects. These objects will hold dependency metadataArray(ContentResource) | ContentResourceオブジェクトの配列。これらのオブジェクトには従属関係メタデータが保持されます。 |
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and export the specified artifacts within Yellowfin:以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfin内の指定された成果物をエクスポートします。
The code will return an Array of ReportBinaryObjects objects in このコードは、 This function will export the specified artifacts within Yellowfin. Note, you can execute the GETCONTENT webservices call to retrieve all exportable content metadata first. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 | |||
---|---|---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfinYellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.au | Password | String | Password of the account used to connect to Yellowfin webservicesauなど)。 |
Password | String | Yellowfin Webサービスへの接続に使用されるアカウントのパスワード。 | |||
OrgId | Integer | Primary Organisation ID within Yellowfin. Always set this to 1.Yellowfin内のデフォルト組織ID。常に1に設定します。 | |||
Function = “EXPORTCONTENT” | String | Web services functionWebサービス関数。 | |||
ContentResources | Array (ContentResource) | Array of ContentResource objects. These objects will hold specific Yellowfin artifact metadata |
These are the parameters that you need to set in the ContentResource object:
ContentResource Element | Data TypeArray(ContentResource) | ContentResourceオブジェクトの配列。これらのオブジェクトには、特定のYellowfin成果物のメタデータが保持されます。 |
---|
ContentResourceオブジェクトで設定が必要なパラメーターは、以下の通りです。
ContentResource要素 | データ型 |
---|---|
ResourceName | String |
ResourceDescription | String |
ResourceType | String |
ResourceOrgId | Integer |
ResourceCode | String |
The response returned will contain these parameters:
Response Element
Data Type
返される応答には、以下のパラメーターが含まれます。
The following code will call the Yellowfin web service and read a Yellowfin import file, returning the objects to be imported:応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
BinaryAttachments | Array(ReportBinaryObjects) | Array of ReportBinaryObject objects. These objects will hold the XML for exported artifacts. |
title | GETIMPORTCONTENT |
---|
Array(ReportBinaryObjects) | ReportBinaryObjectオブジェクトの配列。これらのオブジェクトには、エクスポートされた成果物のXMLが保持されます。 |
Expand | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのインポートファイルを読み取り、インポートするオブジェクトを返します。
The code will return an Array of ContentResource objects in このコードは、 この関数の詳細な動作例については、Yellowfin Webサービスディレクトリ This function will read a Yellowfin XML import file and return a list of objects that can be imported into the application. This function will be expecting a Base64 encoded XML file as input. | Request Element | Data Type | Description
リクエスト要素 | データ型 | 説明 |
---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 = “GETIMPORTCONTENT” | String | Web services functionWebサービス関数。 |
Parameters | Array (String) | Array of Base64 encoded chunks of the XML import file. |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(String) | Base64でエンコードされた多数のXMLインポートファイルの配列。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 | |
---|---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
| |
ContentResources | Array (ContentResource) | Array of ContentResource objects. These objects will hold specific Yellowfin artifact metadataArray(ContentResource) | ContentResourceオブジェクトの配列。これらのオブジェクトには、特定のYellowfin成果物のメタデータが保持されます。 |
Expand | ||||
---|---|---|---|---|
| The following code will call the Yellowfin web service and validate the Yellowfin import objects. This function usually follows after the GETIMPORTCONTENT web services call:
| |||
以下のコードは、Yellowfin Webサービスを呼び出し、Yellowfinのインポートオブジェクトをテストします。通常、この関数はGETIMPORTCONTENT Webサービス呼び出しのあとに実行します。
The code will return an Array of ImportIssue objects in Refer to This function will validate a list of Yellowfin import objects. This function usually follows after the GETIMPORTCONTENT webservices call, where it reads a Yellowfin XML import file and returns a list of objects that can be imported into the application. In this function, it performs a validation process for every object in that list. Any issues encountered during the validation process is returned as ImportIssue objects in the response. | ||||
Request Element | Data Type | Description | ||
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e admin@yellowfin.com.au | ||
Password | String | Password of the account used to connect to Yellowfin webservices | OrgId | Integer | Primary Organisation ID within Yellowfin. Always set this to 1
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Yellowfin Webサービスへの接続に使用されるアカウントのログインID(admin@yellowfin.com.auなど)。 | |
Password | String | Yellowfin Webサービスへの接続に使用されるアカウントのパスワード。 | |
OrgId | Integer | Yellowfin内のデフォルト組織ID。常に1に設定します。 | |
Function = “TESTIMPORTCONTENT” | String | Web services functionWebサービス関数。 | |
Parameters | Array (String) | An array of Base64 encoded chunks of the XML import fileArray(String) | Base64でエンコードされた多数のXMLインポートファイルの配列。 |
ImportOptions | Array(ImportOption) | An array of ImportOption objects that controls how content is imported. |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(ImportOption) | コンテンツのインポート方法を制御するImportOptionオブジェクトの配列。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 | |
---|---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
| |
ImportIssues | Array (ImportIssue) | Array of ImportIssue objects. These objects will contain error messages returned from the validation processArray(ImportIssue) | ImportIssueオブジェクトの配列。これらのオブジェクトには、検証プロセスから返されたエラーメッセージが含まれます。 |
Expand | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||
The following code will call the Yellowfin web service and import the specified Yellowfin import objects into the application:以下のコードは、Yellowfin Webサービスを呼び出し、指定されたYellowfinのインポートオブジェクトをアプリケーションにインポートします。
The code will return この関数の詳細な動作例については、Yellowfin Webサービスディレクトリ | Request Element | Data Type |
リクエスト要素 | データ型 | 説明 | |
---|---|---|---|
LoginId | String | Login ID of the account used to connect to Yellowfin webservices i.e 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 1Yellowfin内のデフォルト組織ID。常に1に設定します。 | |
Function = “IMPORTCONTENT” | String | Web services functionWebサービス関数。 | |
Parameters | Array (String) | An array of Base64 encoded chunks of the XML import fileArray(String) | Base64でエンコードされた多数のXMLインポートファイルの配列。 |
ImportOptions | Array(ImportOption) | An array of ImportOption objects that controls how content is imported. |
The response returned will contain these parameters:
Response Element | Data Type | DescriptionArray(ImportOption) | コンテンツのインポート方法を制御するImportOptionオブジェクトの配列。 |
---|
返される応答には、以下のパラメーターが含まれます。
応答要素 | データ型 | 説明 |
---|---|---|
StatusCode | String | Status of the web service call. Possible values include:Webサービス呼び出しのステータス。可能な値は以下の通りです。
|
...
オブジェクト定義
Expand | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Expand | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
|
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Expand | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
|
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
|
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...