Package | Description |
---|---|
com.edorasware.commons.core.beat |
Modifier and Type | Method and Description |
---|---|
BeatQuery |
BeatQuery.Builder.build()
Creates a new beat query based on the current builder state.
|
static BeatQuery |
BeatQuery.byPredicate(Predicate predicate)
Convenience method to create a
BeatQuery with the given predicate. |
Modifier and Type | Method and Description |
---|---|
static BeatQuery.Builder |
BeatQuery.builder(BeatQuery template)
Creates a builder for a new beat query instance and applies the given template.
|
long |
BeatService.countBeats(BeatQuery beatQuery)
Counts the beats that match the given query.
|
long |
BeatService.countBeats(BeatQuery beatQuery,
SearchScope searchScope)
Counts the beats that match the given query in given scope.
|
BeatQuery.Builder |
BeatManager.createQueryBuilder(BeatQuery templateQuery) |
Beat |
BeatService.findBeat(BeatQuery beatQuery)
Finds the beat that matches the given query.
|
Beat |
BeatService.findBeat(BeatQuery beatQuery,
SearchScope searchScope)
Finds the beat that matches the given query in given scope.
|
List<Beat> |
BeatService.findBeats(BeatQuery beatQuery)
Finds the beats that match the given query.
|
List<Beat> |
BeatService.findBeats(BeatQuery beatQuery,
SearchScope searchScope)
Finds the beats that match the given query in given scope.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.