org.eclipse.stardust.engine.api.ws.query
Class StartingUserFilterXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.StartingUserFilterXto

public class StartingUserFilterXto
extends PredicateBaseXto

Restricts the resulting items to the ones that were started by the specified user. (The currently logged in user is mapped to userOid = -1 for this filter.)

Java class for StartingUserFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StartingUserFilter">
   <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
StartingUserFilterXto()
           
 
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

StartingUserFilterXto

public StartingUserFilterXto()
Method Detail

getUserOid

public long getUserOid()
Gets the value of the userOid property.


setUserOid

public void setUserOid(long value)
Sets the value of the userOid property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.