Skip to content

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.

Delegate Class

org.finra.dm.service.activiti.task.GenerateBusinessObjectDataDdlCollection

Input Parameters

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.

Output Parameters

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.

Sample Usage in Activiti XML

<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>
Clone this wiki locally