complexType PurgeStatus
diagram ec_wsdl_diagrams/ec_wsdl_p200.png
namespace http://base.api.ec.n2.tibco.com
children statusMessage start end details currentInstanceCount totalInstanceCount purgeOperationName status
used by
elements PurgeStatus doPurgeAuditResponseObject/status stopPurgeAuditResponseObject/status checkPurgeAuditResponseObject/status
annotation
documentation
The status of a purge operation
source <xs:complexType name="PurgeStatus">
 
<xs:annotation>
   
<xs:documentation>The status of a purge operation</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="statusMessage" type="xs:string" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A message indicating further information on the last purge operation</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="start" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the purge operation started</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="end" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the purge operation ended</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="details" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Any additional details for this purge</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currentInstanceCount" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The current number of instances purged</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalInstanceCount" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The total number of instances matched for this purge</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="purgeOperationName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the purge operation being referred to</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="status" type="PurgeStatusType" minOccurs="1" maxOccurs="1"/>
 
</xs:sequence>
</xs:complexType>

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