|
|||||||||
| 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-Klasse für ProcessInstanceLinkFilter complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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-Klasse für anonymous complex type. |
| Constructor Summary | |
|---|---|
ProcessInstanceLinkFilterXto()
|
|
| Method Summary | |
|---|---|
LinkDirectionXto |
getDirection()
Ruft den Wert der direction-Eigenschaft ab. |
ProcessInstanceLinkFilterXto.LinkTypesXto |
getLinkTypes()
Ruft den Wert der linkTypes-Eigenschaft ab. |
long |
getProcessOid()
Ruft den Wert der processOid-Eigenschaft ab. |
void |
setDirection(LinkDirectionXto value)
Legt den Wert der direction-Eigenschaft fest. |
void |
setLinkTypes(ProcessInstanceLinkFilterXto.LinkTypesXto value)
Legt den Wert der linkTypes-Eigenschaft fest. |
void |
setProcessOid(long value)
Legt den Wert der processOid-Eigenschaft fest. |
| 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 | ||||||||