org.eclipse.stardust.engine.api.ws.query
Class ProcessDefinitionFilterXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.ProcessDefinitionFilterXto

public class ProcessDefinitionFilterXto
extends PredicateBaseXto

Restricts the resulting items to the ones related to a specific process definition.

Java class for ProcessDefinitionFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcessDefinitionFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="includingSubprocesses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessDefinitionFilterXto()
           
 
Method Summary
 String getProcessDefinitionId()
          Gets the value of the processDefinitionId property.
 boolean isIncludingSubprocesses()
          Gets the value of the includingSubprocesses property.
 void setIncludingSubprocesses(Boolean value)
          Sets the value of the includingSubprocesses property.
 void setProcessDefinitionId(String value)
          Sets the value of the processDefinitionId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinitionFilterXto

public ProcessDefinitionFilterXto()
Method Detail

getProcessDefinitionId

public String getProcessDefinitionId()
Gets the value of the processDefinitionId property.

Returns:
possible object is String

setProcessDefinitionId

public void setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property.

Parameters:
value - allowed object is String

isIncludingSubprocesses

public boolean isIncludingSubprocesses()
Gets the value of the includingSubprocesses property.

Returns:
possible object is Boolean

setIncludingSubprocesses

public void setIncludingSubprocesses(Boolean value)
Sets the value of the includingSubprocesses property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.