complexType NotifyDDLExecutionRequestType
diagram bds_wsdl_diagrams/bds_wsdl_p72.png
namespace http://api.bds.tibco.com
children caseModelID databaseScriptAction skipValidation OperationDetails
used by
element NotifyDDLExecutionRequest
annotation
documentation
Details required for NotifyDDLExecution operation
source <xs:complexType name="NotifyDDLExecutionRequestType">
 
<xs:annotation>
   
<xs:documentation>Details required for NotifyDDLExecution operation</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseModelID" type="xs:long"/>
   
<xs:element name="databaseScriptAction" type="DBScriptActionEnum">
     
<xs:annotation>
       
<xs:documentation>This can take the following values:
CREATE_SCRIPT_EXECUTED - Record that the create database script has been run
UPDATE_SCRIPT_EXECUTED - Record that the update database script has been run
DROP_SCRIPT_EXECUTED - Record that the drop database script has been run
FREEZE_CASE_DATA_MODEL - Freeze the model to stop further changes
UNFREEZE_CASE_DATA_MODEL - Unfreeze the model to allow further changes
CLEANUP_COMPLETE - Notify that a cleanup operation has been completed
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="skipValidation" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Skip any validation that the DDL has actually been run.  Default for this is to verify it has been run.  Set to TRUE if it is required to disable this validation check.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OperationDetails" type="OperationDetailsType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details about why the operation was performed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy