|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.ProcessInstanceFilterXto
public class ProcessInstanceFilterXto
Filter criterion for matching specific process instances.
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 Summary | |
|---|---|
ProcessInstanceFilterXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstanceFilterXto()
| Method Detail |
|---|
public long getProcessOid()
public void setProcessOid(long value)
public boolean isIncludingSubprocesses()
Booleanpublic void setIncludingSubprocesses(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||