|
|||||||||
| 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.ProcessDefinitionFilterXto
public class ProcessDefinitionFilterXto
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 |
|---|
public ProcessDefinitionFilterXto()
| Method Detail |
|---|
public String getProcessDefinitionId()
Stringpublic void setProcessDefinitionId(String value)
value - allowed object is
Stringpublic 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 | ||||||||