public class ProcessDefinitionFilterXto extends PredicateBaseXto
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 and Description |
|---|
ProcessDefinitionFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getProcessDefinitionId()
Stringpublic void setProcessDefinitionId(String value)
value - allowed object is
Stringpublic boolean isIncludingSubprocesses()
BooleanCopyright © 2016 Eclipse Stardust. All Rights Reserved.