|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.AuditTrailHealthReportXto
public class AuditTrailHealthReportXto
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 |
|---|
public AuditTrailHealthReportXto()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||