|
|||||||||
| 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.PerformingUserFilterXto
public class PerformingUserFilterXto
Restricts the resulting items to the ones currently performed by the specified user. (The currently logged in user is mapped to userOid = -1 for this filter.)
Java class for PerformingUserFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformingUserFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="userOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PerformingUserFilterXto()
|
|
| Method Summary | |
|---|---|
long |
getUserOid()
Gets the value of the userOid property. |
void |
setUserOid(long value)
Sets the value of the userOid property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformingUserFilterXto()
| Method Detail |
|---|
public long getUserOid()
public void setUserOid(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||