A B C D E F G H I J L M N O P Q R S T W

L

listrecordings(URI) - Method in interface com.sag.osami.api.context.recorder.IContextStoreRecorder
Returns a list of recordings which are contained in a recording container.
listrecordings(URI) - Method in class com.sag.osami.context.recorder.ContextStoreRecorder
 
load(Long) - Method in interface com.sag.osami.api.context.IContextStorage
Loads a context event with the given ID.
load(List<Long>) - Method in interface com.sag.osami.api.context.IContextStorage
Loads several context events with the given IDs.
load(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.AndroidStorage
 
load(boolean, Long) - Method in class com.sag.osami.contextstore.storage.impl.AndroidStorage
 
load(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
load(boolean, Long) - Method in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
load(Long) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
load(List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
load(boolean, Long) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
load(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
load(boolean, Long) - Method in interface com.sag.osami.contextstore.storage.ISerializedContextStorage
Loads a context event with the given ID.
load(boolean, List<Long>) - Method in interface com.sag.osami.contextstore.storage.ISerializedContextStorage
Loads several context events with the given IDs.
load(Long) - Method in class com.sag.osami.contextstore.storage.SerializedContextStorage
 
load(List<Long>) - Method in class com.sag.osami.contextstore.storage.SerializedContextStorage
 
loadContextEvent() - Method in class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
 
loadContextEvent() - Method in interface com.sag.osami.contextstore.storage.jdbc.IJDBCDialect
Returns the SQL statement for loading a context event.
loadContextEvents(int) - Method in class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
 
loadContextEvents(int) - Method in interface com.sag.osami.contextstore.storage.jdbc.IJDBCDialect
Returns the SQL statement for loading several context events.
loadLazy(List<Long>) - Method in interface com.sag.osami.api.context.IContextStorage
Lazy variant of IContextStorage.load(List), i.e. it loads one ContextEvent at a time during iteration.
loadLazy(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.AndroidStorage
 
loadLazy(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
loadLazy(List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
loadLazy(boolean, List<Long>) - Method in class com.sag.osami.contextstore.storage.impl.NullStorage
 
loadLazy(boolean, List<Long>) - Method in interface com.sag.osami.contextstore.storage.ISerializedContextStorage
Lazy variant of ISerializedContextStorage.load(boolean, List), i.e. it loads one ContextEvent at a time during iteration.
loadLazy(List<Long>) - Method in class com.sag.osami.contextstore.storage.SerializedContextStorage
 

A B C D E F G H I J L M N O P Q R S T W