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

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

public class UserStateFilterXto
extends PredicateBaseXto

Restricts the resulting items to users who are logged in.

Java class for UserStateFilter complex type.

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

 <complexType name="UserStateFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <attribute name="loggedInOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
UserStateFilterXto()
           
 
Method Summary
 boolean isLoggedInOnly()
          Gets the value of the loggedInOnly property.
 void setLoggedInOnly(Boolean value)
          Sets the value of the loggedInOnly property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStateFilterXto

public UserStateFilterXto()
Method Detail

isLoggedInOnly

public boolean isLoggedInOnly()
Gets the value of the loggedInOnly property.

Returns:
possible object is Boolean

setLoggedInOnly

public void setLoggedInOnly(Boolean value)
Sets the value of the loggedInOnly property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.