complexType PurgeStatus
diagram pm_xsd_diagrams/pm_xsd_p263.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:statusMessage pm:start pm:end pm:details pm:currentInstanceCount pm:totalInstanceCount pm:purgeOperationName pm:status
used by
elements checkPurgeTerminatedProcessInstancesResponse checkPurgeTerminatedProcessInstancesResponseType/status purgeTerminatedProcessInstancesResponse saveTerminatedProcessInstancesResponse stopPurgeTerminatedProcessInstancesResponse
annotation
documentation
The status of a purge operation
source <xsd:complexType name="PurgeStatus">
 
<xsd:annotation>
   
<xsd:documentation>The status of a purge operation</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="statusMessage" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>A message indicating further information on the last purge operation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="start" type="xsd:dateTime" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The time the purge operation started</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="end" type="xsd:dateTime" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The time the purge operation ended</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="details" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Any additional details for this purge</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="currentInstanceCount" type="xsd:long" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The current number of instances purged</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="totalInstanceCount" type="xsd:long" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The total number of instances matched for this purge</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="purgeOperationName" type="xsd:string" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The name of the purge operation being referred to</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="status" type="pm:PurgeStatusType"/>
 
</xsd:sequence>
</xsd:complexType>

element PurgeStatus/statusMessage
diagram pm_xsd_diagrams/pm_xsd_p264.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A message indicating further information on the last purge operation
source <xsd:element name="statusMessage" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>A message indicating further information on the last purge operation</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/start
diagram pm_xsd_diagrams/pm_xsd_p265.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the purge operation started
source <xsd:element name="start" type="xsd:dateTime" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The time the purge operation started</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/end
diagram pm_xsd_diagrams/pm_xsd_p266.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The time the purge operation ended
source <xsd:element name="end" type="xsd:dateTime" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The time the purge operation ended</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/details
diagram pm_xsd_diagrams/pm_xsd_p267.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Any additional details for this purge
source <xsd:element name="details" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Any additional details for this purge</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/currentInstanceCount
diagram pm_xsd_diagrams/pm_xsd_p268.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The current number of instances purged
source <xsd:element name="currentInstanceCount" type="xsd:long" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The current number of instances purged</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/totalInstanceCount
diagram pm_xsd_diagrams/pm_xsd_p269.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The total number of instances matched for this purge
source <xsd:element name="totalInstanceCount" type="xsd:long" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The total number of instances matched for this purge</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/purgeOperationName
diagram pm_xsd_diagrams/pm_xsd_p270.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The name of the purge operation being referred to
source <xsd:element name="purgeOperationName" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The name of the purge operation being referred to</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PurgeStatus/status
diagram pm_xsd_diagrams/pm_xsd_p271.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:PurgeStatusType
properties
content simple
facets
Kind Value Annotation
enumeration PURGE_IN_PROGRESS
documentation
A purge action is currently being executed
enumeration PURGE_COMPLETED
documentation
The last purge operation completed successfully
enumeration PURGE_STOPPED
documentation
The last purge operation was stopped manually
enumeration PURGE_FAILED
documentation
The last purge operation failed.
source <xsd:element name="status" type="pm:PurgeStatusType"/>


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