org.eclipse.stardust.engine.api.ws
Class AuditTrailHealthReportXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.AuditTrailHealthReportXto

public class AuditTrailHealthReportXto
extends Object

Provides key indicators of audit trail health.

Java class for AuditTrailHealthReport complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AuditTrailHealthReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numberOfProcessInstancesLackingCompletion" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="numberOfProcessInstancesLackingAbortion" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="numberOfActivityInstancesLackingAbortion" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="numberOfProcessInstancesHavingCrashedActivities" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="numberOfProcessInstancesHavingCrashedThreads" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="numberOfProcessInstancesHavingCrashedEventBindings" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AuditTrailHealthReportXto()
           
 
Method Summary
 long getNumberOfActivityInstancesLackingAbortion()
          Gets the value of the numberOfActivityInstancesLackingAbortion property.
 long getNumberOfProcessInstancesHavingCrashedActivities()
          Gets the value of the numberOfProcessInstancesHavingCrashedActivities property.
 long getNumberOfProcessInstancesHavingCrashedEventBindings()
          Gets the value of the numberOfProcessInstancesHavingCrashedEventBindings property.
 long getNumberOfProcessInstancesHavingCrashedThreads()
          Gets the value of the numberOfProcessInstancesHavingCrashedThreads property.
 long getNumberOfProcessInstancesLackingAbortion()
          Gets the value of the numberOfProcessInstancesLackingAbortion property.
 long getNumberOfProcessInstancesLackingCompletion()
          Gets the value of the numberOfProcessInstancesLackingCompletion property.
 void setNumberOfActivityInstancesLackingAbortion(long value)
          Sets the value of the numberOfActivityInstancesLackingAbortion property.
 void setNumberOfProcessInstancesHavingCrashedActivities(long value)
          Sets the value of the numberOfProcessInstancesHavingCrashedActivities property.
 void setNumberOfProcessInstancesHavingCrashedEventBindings(long value)
          Sets the value of the numberOfProcessInstancesHavingCrashedEventBindings property.
 void setNumberOfProcessInstancesHavingCrashedThreads(long value)
          Sets the value of the numberOfProcessInstancesHavingCrashedThreads property.
 void setNumberOfProcessInstancesLackingAbortion(long value)
          Sets the value of the numberOfProcessInstancesLackingAbortion property.
 void setNumberOfProcessInstancesLackingCompletion(long value)
          Sets the value of the numberOfProcessInstancesLackingCompletion property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditTrailHealthReportXto

public AuditTrailHealthReportXto()
Method Detail

getNumberOfProcessInstancesLackingCompletion

public long getNumberOfProcessInstancesLackingCompletion()
Gets the value of the numberOfProcessInstancesLackingCompletion property.


setNumberOfProcessInstancesLackingCompletion

public void setNumberOfProcessInstancesLackingCompletion(long value)
Sets the value of the numberOfProcessInstancesLackingCompletion property.


getNumberOfProcessInstancesLackingAbortion

public long getNumberOfProcessInstancesLackingAbortion()
Gets the value of the numberOfProcessInstancesLackingAbortion property.


setNumberOfProcessInstancesLackingAbortion

public void setNumberOfProcessInstancesLackingAbortion(long value)
Sets the value of the numberOfProcessInstancesLackingAbortion property.


getNumberOfActivityInstancesLackingAbortion

public long getNumberOfActivityInstancesLackingAbortion()
Gets the value of the numberOfActivityInstancesLackingAbortion property.


setNumberOfActivityInstancesLackingAbortion

public void setNumberOfActivityInstancesLackingAbortion(long value)
Sets the value of the numberOfActivityInstancesLackingAbortion property.


getNumberOfProcessInstancesHavingCrashedActivities

public long getNumberOfProcessInstancesHavingCrashedActivities()
Gets the value of the numberOfProcessInstancesHavingCrashedActivities property.


setNumberOfProcessInstancesHavingCrashedActivities

public void setNumberOfProcessInstancesHavingCrashedActivities(long value)
Sets the value of the numberOfProcessInstancesHavingCrashedActivities property.


getNumberOfProcessInstancesHavingCrashedThreads

public long getNumberOfProcessInstancesHavingCrashedThreads()
Gets the value of the numberOfProcessInstancesHavingCrashedThreads property.


setNumberOfProcessInstancesHavingCrashedThreads

public void setNumberOfProcessInstancesHavingCrashedThreads(long value)
Sets the value of the numberOfProcessInstancesHavingCrashedThreads property.


getNumberOfProcessInstancesHavingCrashedEventBindings

public long getNumberOfProcessInstancesHavingCrashedEventBindings()
Gets the value of the numberOfProcessInstancesHavingCrashedEventBindings property.


setNumberOfProcessInstancesHavingCrashedEventBindings

public void setNumberOfProcessInstancesHavingCrashedEventBindings(long value)
Sets the value of the numberOfProcessInstancesHavingCrashedEventBindings property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.