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

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

public class PerformedByUserFilterXto
extends PredicateBaseXto

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

Java class for PerformedByUserFilter complex type.

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

 <complexType name="PerformedByUserFilter">
   <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
PerformedByUserFilterXto()
           
 
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

PerformedByUserFilterXto

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