-
Notifications
You must be signed in to change notification settings - Fork 41
Generate Business Object Data DDL Collection
Nate Weisz edited this page Oct 6, 2015
·
3 revisions
Retrieves the DDL to initialize the specified type of the database system (e.g. Hive) to perform queries for a collection of business object data in the specified storages of the S3 storage platform type.
Please refer to Business Object Data Generate DDL Collection Post for more information.
org.finra.dm.service.activiti.task.GenerateBusinessObjectDataDdlCollection
Name | Required | Accepted Values | Default Value | Case Sensitive | Description |
---|---|---|---|---|---|
contentType | Y | xml, json | N | Indicator whether XML or JSON is provided for businessObjectDataDdlCollectionRequest. | |
businessObjectDataDdlCollectionRequest | Y | N | The business object data generate DDL collection request. Please refer to Business Object Data Generate DDL Collection Post for details. |
Name | Description |
---|---|
{taskId}_businessObjectDataDdlCollection | DDL code generated for the entire collection of business objects. Please refer to Business Object Data Generate DDL Collection Post for details. |
<serviceTask id="GenerateBusinessObjectDataDdlCollectionTask" name="Generate Business Object Data DDL Collection" activiti:class="org.finra.dm.service.activiti.task.GenerateBusinessObjectDataDdlCollection">
<extensionElements>
<activiti:field name="contentType" stringValue="xml"/>
<activiti:field name="businessObjectDataDdlCollectionRequest" expression="${businessObjectDataDdlCollectionRequest}"/>
</extensionElements>
</serviceTask>
- Data Registration and Availability
- DDL Generation
- Cluster Management
- Workflow Control/Debugging