public class ProcessInstanceFilterXto extends PredicateBaseXto
Java class for ProcessInstanceFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
<attribute name="includingSubprocesses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProcessInstanceFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getProcessOid()
Gets the value of the processOid property.
|
boolean |
isIncludingSubprocesses()
Gets the value of the includingSubprocesses property.
|
void |
setIncludingSubprocesses(Boolean value)
Sets the value of the includingSubprocesses property.
|
void |
setProcessOid(long value)
Sets the value of the processOid property.
|
public long getProcessOid()
public void setProcessOid(long value)
public boolean isIncludingSubprocesses()
BooleanCopyright © 2016 Eclipse Stardust. All Rights Reserved.