public interface ContextRepository
Load a context
abstract Context
create()
save(Context context)
findById(String id)
abstract Unit
delete(Context context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Context create()
Create an empty context.
abstract Context save(Context context)
abstract Context findById(String id)
abstract Unit delete(Context context)