Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
W
D
DBConstants
- Interface in
com.sag.osami.contextstore.storage
This interface defines table name and column name constants for a database-backed ContextStore storage implementation.
deactivateEventsForHandler(IContextHandler)
- Method in interface com.sag.osami.api.context.
IContextStore
Deactivate notification.
deactivateEventsForHandler(IContextHandler)
- Method in class com.sag.osami.contextstore.
ContextStore
DEFAULT_URL
- Static variable in class com.sag.osami.contextstore.storage.jdbc.
DerbyDialect
Default URL for the Derby database.
delete(Long)
- Method in interface com.sag.osami.api.context.
IContextStorage
Deletes a context event with given ID.
delete(List<Long>)
- Method in interface com.sag.osami.api.context.
IContextStorage
Deletes several context events with given IDs.
delete(String, Object...)
- Method in interface com.sag.osami.api.context.
IContextStorage
Deletes several context events defined by the query.
delete(Long)
- Method in class com.sag.osami.contextstore.storage.impl.
AndroidStorage
delete(List<Long>)
- Method in class com.sag.osami.contextstore.storage.impl.
AndroidStorage
delete(String, Object...)
- Method in class com.sag.osami.contextstore.storage.impl.
AndroidStorage
delete(Long)
- Method in class com.sag.osami.contextstore.storage.impl.
JDBCStorage
delete(List<Long>)
- Method in class com.sag.osami.contextstore.storage.impl.
JDBCStorage
delete(String, Object...)
- Method in class com.sag.osami.contextstore.storage.impl.
JDBCStorage
delete(Long)
- Method in class com.sag.osami.contextstore.storage.impl.
NullStorage
delete(List<Long>)
- Method in class com.sag.osami.contextstore.storage.impl.
NullStorage
delete(String, Object...)
- Method in class com.sag.osami.contextstore.storage.impl.
NullStorage
deleteContextEvent()
- Method in class com.sag.osami.contextstore.storage.jdbc.
GenericJDBCDialect
deleteContextEvent()
- Method in interface com.sag.osami.contextstore.storage.jdbc.
IJDBCDialect
Returns the SQL statement for deleting a context event.
DerbyDialect
- Class in
com.sag.osami.contextstore.storage.jdbc
A JDBC dialect for Derby.
DerbyDialect()
- Constructor for class com.sag.osami.contextstore.storage.jdbc.
DerbyDialect
deregisterContextType(String)
- Method in interface com.sag.osami.api.context.
IContextStore
Deregister context type in the ContextStore.
deregisterContextType(String)
- Method in class com.sag.osami.contextstore.
ContextStore
deregisterHandler(IContextHandler)
- Method in interface com.sag.osami.api.context.
IContextStore
Deregister context handler.
deregisterHandler(IContextHandler)
- Method in class com.sag.osami.contextstore.
ContextStore
deregisterHandlerForContextType(IContextHandler, String)
- Method in interface com.sag.osami.api.context.
IContextStore
Deregister the context handler for the given context type.
deregisterHandlerForContextType(IContextHandler, String)
- Method in class com.sag.osami.contextstore.
ContextStore
deserialize(String[])
- Method in interface com.sag.osami.contextstore.serialization.
ISerializationHandler
Deserializes the given data.
deserialize(String[])
- Method in class com.sag.osami.contextstore.serialization.json.
JSONSerializer
driver()
- Method in class com.sag.osami.contextstore.storage.jdbc.
DerbyDialect
driver()
- Method in interface com.sag.osami.contextstore.storage.jdbc.
IJDBCDialect
Returns the fully qualified class name of the JDBC driver to be used.
driver()
- Method in class com.sag.osami.contextstore.storage.jdbc.
MysqlDialect
driver()
- Method in class com.sag.osami.contextstore.storage.jdbc.
PostgresqlDialect
driver()
- Method in class com.sag.osami.contextstore.storage.jdbc.
SqliteDialect
dropTable()
- Method in class com.sag.osami.contextstore.storage.jdbc.
GenericJDBCDialect
dropTable()
- Method in interface com.sag.osami.contextstore.storage.jdbc.
IJDBCDialect
Returns the SQL statement for dropping the context store table.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
W