|
|||||||||
| 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.ProcessInstanceLinkFilterXto
public class ProcessInstanceLinkFilterXto
Filter criterion for matching process instances having links from or to other process instances.
Java class for ProcessInstanceLinkFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceLinkFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="direction" type="{http://eclipse.org/stardust/ws/v2012a/api/query}LinkDirection"/>
<element name="linkTypes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ProcessInstanceLinkFilterXto.LinkTypesXto
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
ProcessInstanceLinkFilterXto()
|
|
| Method Summary | |
|---|---|
LinkDirectionXto |
getDirection()
Gets the value of the direction property. |
ProcessInstanceLinkFilterXto.LinkTypesXto |
getLinkTypes()
Gets the value of the linkTypes property. |
long |
getProcessOid()
Gets the value of the processOid property. |
void |
setDirection(LinkDirectionXto value)
Sets the value of the direction property. |
void |
setLinkTypes(ProcessInstanceLinkFilterXto.LinkTypesXto value)
Sets the value of the linkTypes 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 ProcessInstanceLinkFilterXto()
| Method Detail |
|---|
public long getProcessOid()
public void setProcessOid(long value)
public LinkDirectionXto getDirection()
LinkDirectionXtopublic void setDirection(LinkDirectionXto value)
value - allowed object is
LinkDirectionXtopublic ProcessInstanceLinkFilterXto.LinkTypesXto getLinkTypes()
ProcessInstanceLinkFilterXto.LinkTypesXtopublic void setLinkTypes(ProcessInstanceLinkFilterXto.LinkTypesXto value)
value - allowed object is
ProcessInstanceLinkFilterXto.LinkTypesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||