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

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

public class PerformingUserFilterXto
extends PredicateBaseXto

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

PerformingUserFilterXto

public PerformingUserFilterXto()
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.