|
|||||||||
| 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.UserStateFilterXto
public class UserStateFilterXto
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 |
|---|
public UserStateFilterXto()
| Method Detail |
|---|
public boolean isLoggedInOnly()
Booleanpublic void setLoggedInOnly(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||