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

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

public class ProcessDefinitionQueryResultXto
extends QueryResultXto

Result of an ProcessDefinitionQuery execution.

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 Summary
ProcessDefinitionQueryResultXto()
           
 
Method Summary
 ProcessDefinitionsXto getProcessDefinitions()
          Gets the value of the processDefinitions property.
 void setProcessDefinitions(ProcessDefinitionsXto value)
          Sets the value of the processDefinitions property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.QueryResultXto
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThreshold
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionQueryResultXto

public ProcessDefinitionQueryResultXto()
Method Detail

getProcessDefinitions

public ProcessDefinitionsXto getProcessDefinitions()
Gets the value of the processDefinitions property.

Returns:
possible object is ProcessDefinitionsXto

setProcessDefinitions

public void setProcessDefinitions(ProcessDefinitionsXto value)
Sets the value of the processDefinitions property.

Parameters:
value - allowed object is ProcessDefinitionsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.