public class Filter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.sql.Timestamp |
endTime |
java.lang.Integer |
limit |
java.lang.Integer |
offset |
java.sql.Timestamp |
startTime |
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
long |
group() |
Filter |
group(long groupId) |
boolean |
isUnique()
check uniqueness for this query.
|
long |
owner() |
Filter |
owner(long ownerId) |
Filter |
page(java.lang.Integer offset,
java.lang.Integer limit) |
java.lang.String |
toString() |
Filter |
unique()
state that this Filter should only return a single value if possible.
|
public java.lang.Integer limit
public java.lang.Integer offset
public java.sql.Timestamp startTime
public java.sql.Timestamp endTime
public Filter page(java.lang.Integer offset, java.lang.Integer limit)
public Filter unique()
public boolean isUnique()
uniqueResult
rather than list
. This may
throw a ValidationException
on execution.public Filter owner(long ownerId)
public long owner()
public Filter group(long groupId)
public long group()
public java.lang.String toString()
toString
in class java.lang.Object
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.