Package | Description |
---|---|
com.edorasware.commons.core.beat | |
com.edorasware.commons.core.beat.support |
Modifier and Type | Field and Description |
---|---|
static BeatProviderId |
BeatProviderId.UNDEFINED
A type-safe and null-safe undefined beat provider id.
|
Modifier and Type | Field and Description |
---|---|
static BasicOperand<BeatProviderId> |
Beat.PROVIDER_ID
Allows to build predicates testing for certain beat provider id values.
|
Modifier and Type | Method and Description |
---|---|
BeatProviderId |
BeatManager.createProviderId(String providerIdValue) |
static BeatProviderId |
BeatProviderId.from(Id id)
Returns a type-safe beat provider id for the specified id or null if the given id is null.
|
static BeatProviderId |
BeatProviderId.from(Identifiable<?> identifiable)
Returns a type-safe beat provider id derived from the id of the specified identifiable or null if the id of the identifiable is null.
|
static BeatProviderId |
BeatProviderId.get(String value)
Returns a type-safe beat provider id for the specified value.
|
BeatProviderId |
BeatManager.getUndefinedProviderId() |
static BeatProviderId |
BeatProviderId.nullSafeGet(String value)
Returns a type-safe beat provider id for the specified value or null if the given value is null.
|
BeatProviderId |
BeatProviderId.withValue(String value)
Returns a new beat provider id with the given value.
|
Modifier and Type | Method and Description |
---|---|
protected Beat |
Beat.Builder.build(Entity.EntityData<BeatId,BeatProviderId> entityData) |
Constructor and Description |
---|
BaseBeatProvider(BeatProviderId id,
TimeProvider timeProvider) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.