public class ProcessInstanceQueryResultXto extends QueryResultXto
Java class for ProcessInstanceQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceQueryResult">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
<sequence>
<element name="processInstances" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstances" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProcessInstanceQueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstancesXto |
getProcessInstances()
Gets the value of the processInstances property.
|
void |
setProcessInstances(ProcessInstancesXto value)
Sets the value of the processInstances property.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdpublic ProcessInstancesXto getProcessInstances()
ProcessInstancesXtopublic void setProcessInstances(ProcessInstancesXto value)
value - allowed object is
ProcessInstancesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.