public class AuditTrailHealthReportXto extends Object
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 and Description |
|---|
AuditTrailHealthReportXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getNumberOfProcessInstancesLackingCompletion()
public void setNumberOfProcessInstancesLackingCompletion(long value)
public long getNumberOfProcessInstancesLackingAbortion()
public void setNumberOfProcessInstancesLackingAbortion(long value)
public long getNumberOfActivityInstancesLackingAbortion()
public void setNumberOfActivityInstancesLackingAbortion(long value)
public long getNumberOfProcessInstancesHavingCrashedActivities()
public void setNumberOfProcessInstancesHavingCrashedActivities(long value)
public long getNumberOfProcessInstancesHavingCrashedThreads()
public void setNumberOfProcessInstancesHavingCrashedThreads(long value)
public long getNumberOfProcessInstancesHavingCrashedEventBindings()
public void setNumberOfProcessInstancesHavingCrashedEventBindings(long value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.