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