Package | Description |
---|---|
ordertracker |
Modifier and Type | Field and Description |
---|---|
static StringExpressionField<SystemEvent> |
SystemEvent.Attribute.id |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEvent.cancelSignal(Event<SystemEvent> event) |
SystemEvent |
SystemEvent.cancelSignal(String eventSignatureKey) |
static SystemEvent |
SystemEvent.create(CreationEvent<SystemEvent> creationEvent)
Static creator method using CreationEvent.
|
static SystemEvent |
SystemEvent.create(javax.persistence.EntityManager em,
CreationEvent<SystemEvent> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
static SystemEvent |
SystemEvent.create(String id)
Static creator method using id.
|
SystemEvent |
SystemEvent.delete()
Same as this.remove()
|
SystemEvent |
SystemEvent.event(Event<SystemEvent> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
SystemEvent |
SystemEvent.load() |
SystemEvent |
SystemEvent.load(javax.persistence.EntityManager em)
Does a merge then a refresh and returns a new updated merged instance.
|
SystemEvent |
SystemEvent.merge(javax.persistence.EntityManager em)
Same as EntityManager.merge() except allows method chaining.
|
SystemEvent |
SystemEvent.persist()
Same as
persist(Context.em()) . |
SystemEvent |
SystemEvent.persist(javax.persistence.EntityManager em)
Same as EntityManager.persist() except allows method chaining.
|
SystemEvent |
SystemEvent.refresh(javax.persistence.EntityManager em)
Same as EntityManager.refresh() except inverted to facilitate method chaining.
|
SystemEvent |
SystemEvent.remove()
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
SystemEvent |
SystemEvent.remove(javax.persistence.EntityManager em)
Same as EntityManager.remove() except inverted to facilitate method chaining.
|
SystemEvent |
SystemEvent.setId_(String id) |
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event)
Asychronously queues the given signal against this entity for processing.
|
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<SystemEvent> |
SystemEvent.find(String id) |
static SelectBuilder<SystemEvent> |
SystemEvent.select() |
static SelectBuilder<SystemEvent> |
SystemEvent.select(BooleanExpression<SystemEvent> where) |
Modifier and Type | Method and Description |
---|---|
SystemEvent.Behaviour |
SystemEvent.BehaviourFactory.create(SystemEvent entity) |
Modifier and Type | Method and Description |
---|---|
SystemEvent |
SystemEvent.cancelSignal(Event<SystemEvent> event) |
static SystemEvent |
SystemEvent.create(CreationEvent<SystemEvent> creationEvent)
Static creator method using CreationEvent.
|
static SystemEvent |
SystemEvent.create(javax.persistence.EntityManager em,
CreationEvent<SystemEvent> event)
Static creator method associated with the creation transition to 'Created' via event 'Create'.
|
SystemEvent |
SystemEvent.event(Event<SystemEvent> event)
Synchronously runs the on entry procedure associated
with this event and also any signals to self that are
made during the procedure.
|
static SelectBuilder<SystemEvent> |
SystemEvent.select(BooleanExpression<SystemEvent> where) |
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event)
Asychronously queues the given signal against this entity for processing.
|
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event,
scala.concurrent.duration.Duration delay)
Asychronously queues the given signal against this entity for processing
after the delay specified.
|
SystemEvent |
SystemEvent.signal(Event<SystemEvent> event,
long time)
Asychronously queues the given signal against this entity for processing
at the epoch time in ms specified.
|
Constructor and Description |
---|
SystemEventBehaviour(SystemEvent self) |
Copyright © 2012–2022. All rights reserved.