Package | Description |
---|---|
com.edorasware.commons.core.beat | |
com.edorasware.commons.core.beat.support |
Modifier and Type | Method and Description |
---|---|
protected Beat |
Beat.Builder.build(Entity.EntityData<BeatId,BeatProviderId> entityData) |
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.
|
Beat |
BeatService.findBeat(Predicate beatPredicate)
Finds the beat that matches the query with the given predicate.
|
Beat |
BeatService.findBeat(Predicate beatPredicate,
SearchScope searchScope)
Finds the beat that matches the query with the given predicate in given scope.
|
Beat |
BeatService.findBeatByExternalId(BeatId externalId)
Finds the beat with the given external id.
|
Beat |
BeatService.findBeatByExternalId(BeatId externalId,
SearchScope searchScope)
Finds the beat with the given external id in the given scope.
|
Beat |
BeatService.findBeatById(BeatId beatId)
Finds the beat with the given beat id.
|
Beat |
BeatService.findBeatById(BeatId beatId,
SearchScope searchScope)
Finds the beat with the given beat id in the given scope.
|
Beat |
BeatService.getBeatById(BeatId beatId)
Finds the beat with the given beat id.
|
Beat |
BeatService.getBeatById(BeatId beatId,
SearchScope searchScope)
Finds the beat with the given beat id in the given scope.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<Beat> |
BeatService.findBeats(Predicate beatPredicate)
Finds the beats that match the query with the given predicate.
|
List<Beat> |
BeatService.findBeats(Predicate beatPredicate,
SearchScope searchScope)
Finds the beats that match the query with the given predicate in given scope.
|
Modifier and Type | Method and Description |
---|---|
BeatId |
BeatService.addBeat(Beat beat,
String description)
Adds the given ad-hoc beat.
|
static Beat.Builder |
Beat.builder(Beat template)
Creates a builder for a new beat instance and applies the given template.
|
Beat.Builder |
BeatManager.createEntityBuilder(Beat templateEntity) |
protected Beat.Builder |
BeatModification.createEntityBuilder(Beat entity) |
protected FieldChange |
BeatModification.createEntitySpecificFieldChange(FieldId field,
Beat entity) |
Modifier and Type | Method and Description |
---|---|
void |
BeatProviderListener.beatCreated(Beat beat)
Notified when a new beat has been created in the underlying beat providing subsystem.
|
boolean |
BeatPredicatePostProcessor.matchesRestrictions(Beat entity) |
Constructor and Description |
---|
BeatActionEvent(Object source,
EntityActionEvent.Type eventType,
Beat oldBeat,
Beat newBeat,
BeatModification.Builder modificationBuilder,
long creationTimestamp,
String description,
Registry serviceRegistry)
Creates a new instance.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.