| Package | Description |
|---|---|
| org.processmining.persistence.Dao | |
| org.processmining.persistence.DTO |
| Modifier and Type | Method and Description |
|---|---|
EventEntity |
LogDao.loadEventById(byte[] bytes) |
EventEntity |
LogDaoImpl.loadEventById(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
EventEntity |
EventHasAttributeEntity.getEventByEventId() |
EventEntity |
TraceHasEventEntity.getEventByEventId() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EventEntity> |
EventCollectionEntity.getEventsById() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventHasAttributeEntity.setEventByEventId(EventEntity eventByEventId) |
void |
TraceHasEventEntity.setEventByEventId(EventEntity eventByEventId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventCollectionEntity.setEventsById(java.util.Collection<EventEntity> eventsById) |