public class Filter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Timestamp |
endTime |
Integer |
limit |
Integer |
offset |
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(Integer offset,
Integer limit) |
String |
toString() |
Filter |
unique()
state that this Filter should only return a single value if possible.
|
public Integer limit
public Integer offset
public Timestamp startTime
public Timestamp endTime
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()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.