public interface Storage
| Modifier and Type | Method and Description |
|---|---|
Query |
query(java.lang.String filter) |
Event |
store(Event event) |
Event |
store(Event event,
StoreListener listener) |
Event |
update(java.util.UUID id,
java.lang.String comment) |
Event |
update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
Event store(Event event, StoreListener listener)
Query query(java.lang.String filter) throws java.lang.Exception
java.lang.ExceptionEvent update(java.util.UUID id, java.lang.String comment) throws java.lang.Exception
java.lang.ExceptionEvent update(java.util.UUID id, java.lang.String comment, StoreListener listener) throws java.lang.Exception
java.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0