complexType AutoArchiveResult
diagram ec_wsdl_diagrams/ec_wsdl_p1265.png
namespace http://base.api.ec.n2.tibco.com
children start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout
used by
elements AutoArchiveResult AutoArchiveStatus/currentRun AutoArchiveStatus/lastRun
annotation
documentation
A result object containing information on a run of the Auto-Archiver.
This can give information (depending on context) on either the current run of the Auto-Archiver, or the previous run.
source <xs:complexType name="AutoArchiveResult">
 
<xs:annotation>
   
<xs:documentation>A result object containing information on a run of the Auto-Archiver.
This can give information (depending on context) on either the current run of the Auto-Archiver, or the previous run.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="start" type="xs:dateTime" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the Auto-Archiver 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 Auto-Archiver completed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="duration" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time taken for the Auto-Archiver to run</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instancesArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of instances archived</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instanceEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of events archived as a result of being related to an instance</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="systemEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of system events archived</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of events archived (systemEventsArchived+instanceEventsArchived)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ecEventSize" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The size of the ec_event table</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="warning" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A textual representation of any warning the run of the Auto-Archiver may have caused</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="succeeded" type="xs:boolean" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Whether or not this run of the Auto-Archiver succeeded</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timeout" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The scheduled timeout for this run of the Auto-Archiver</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AutoArchiveResult/start
diagram ec_wsdl_diagrams/ec_wsdl_p1266.png
type xs:dateTime
properties
content simple
annotation
documentation
The time the Auto-Archiver started
source <xs:element name="start" type="xs:dateTime" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time the Auto-Archiver started</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/end
diagram ec_wsdl_diagrams/ec_wsdl_p1267.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the Auto-Archiver completed
source <xs:element name="end" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time the Auto-Archiver completed</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/duration
diagram ec_wsdl_diagrams/ec_wsdl_p1268.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time taken for the Auto-Archiver to run
source <xs:element name="duration" type="xs:long" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time taken for the Auto-Archiver to run</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/instancesArchived
diagram ec_wsdl_diagrams/ec_wsdl_p1269.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of instances archived
source <xs:element name="instancesArchived" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number of instances archived</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/instanceEventsArchived
diagram ec_wsdl_diagrams/ec_wsdl_p1270.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of events archived as a result of being related to an instance
source <xs:element name="instanceEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number of events archived as a result of being related to an instance</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/systemEventsArchived
diagram ec_wsdl_diagrams/ec_wsdl_p1271.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of system events archived
source <xs:element name="systemEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number of system events archived</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/totalEventsArchived
diagram ec_wsdl_diagrams/ec_wsdl_p1272.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of events archived (systemEventsArchived+instanceEventsArchived)
source <xs:element name="totalEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number of events archived (systemEventsArchived+instanceEventsArchived)</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/ecEventSize
diagram ec_wsdl_diagrams/ec_wsdl_p1273.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The size of the ec_event table
source <xs:element name="ecEventSize" type="xs:int" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The size of the ec_event table</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/warning
diagram ec_wsdl_diagrams/ec_wsdl_p1274.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
A textual representation of any warning the run of the Auto-Archiver may have caused
source <xs:element name="warning" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A textual representation of any warning the run of the Auto-Archiver may have caused</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/succeeded
diagram ec_wsdl_diagrams/ec_wsdl_p1275.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Whether or not this run of the Auto-Archiver succeeded
source <xs:element name="succeeded" type="xs:boolean" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Whether or not this run of the Auto-Archiver succeeded</xs:documentation>
 
</xs:annotation>
</xs:element>

element AutoArchiveResult/timeout
diagram ec_wsdl_diagrams/ec_wsdl_p1276.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The scheduled timeout for this run of the Auto-Archiver
source <xs:element name="timeout" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The scheduled timeout for this run of the Auto-Archiver</xs:documentation>
 
</xs:annotation>
</xs:element>

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