Stored Procedures
ストアドプロシージャはファンクションライクなインターフェースで、Jira Assets の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにJira Assets から関連するレスポンスデータを返します。
CData SSIS Components for Jira Assets Stored Procedures
| Name | Description |
| ChangeObjectTypePosition | Change position of this object type. |
| CreateSchema | Creates a schema file for the specified table or view. |
| CreateStructureFromTemplate | This is an experimental API. Creates a structure from a template. A structure refers to a schema that also contains object types, object attributes, reference types, status types etc. |
| GenerateImportSourceBearerToken | Generate a Bearer token which can be used to authenticate against Assets /importsource/ APIs, to take actions against the specified import source. |
| GetImportConfigStatus | Get information about the configuration status of a specific import source. |
| GetImportSourceInfo | This is an experimental API. Creates a structure from a template. A structure refers to a schema that also contains object types, object attributes, reference types, status types etc. |
| ProvideExternalImportSchema | Provide object schema and mapping configuration for the external import. |
| StartConfiguredImport | Start configured imports. To see an ongoing import see the Progress resource. |
| UpdateExternalImportSchema | Update object schema and mapping configuration for the external import. |
| UpdateGeneralConfigForObjectSchema | Update general configuration for object schema. |