public static interface MapEntityStore.MapChanger
| Modifier and Type | Method and Description |
|---|---|
Writer |
newEntity(EntityReference ref,
EntityDescriptor entityDescriptor) |
void |
removeEntity(EntityReference ref,
EntityDescriptor entityDescriptor) |
Writer |
updateEntity(EntityReference ref,
EntityDescriptor entityDescriptor) |
Writer newEntity(EntityReference ref, EntityDescriptor entityDescriptor) throws IOException
IOExceptionWriter updateEntity(EntityReference ref, EntityDescriptor entityDescriptor) throws IOException
IOExceptionvoid removeEntity(EntityReference ref, EntityDescriptor entityDescriptor) throws EntityNotFoundException
EntityNotFoundException