IStore class abstract

Implemented types
Implementers

Constructors

IStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
instance Instance?
getter/setter pairinherited
properyModified Stream
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template TemplateDescriber
no setterinherited

Methods

destroy() → void
inherited
emitArgs(String event, List arguments) → dynamic
inherited
emitProperty(String name) → dynamic
inherited
get(String path) AsyncReply<IResource?>
getProperty(String name) → dynamic
inherited
getRecord(IResource resource, DateTime fromDate, DateTime toDate) AsyncReply<KeyList<PropertyTemplate, List<PropertyValue>>?>
invoke(String name, List arguments) → dynamic
inherited
modify(IResource resource, String propertyName, dynamic value, int age, DateTime dateTime) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String event, dynamic callback) → dynamic
inherited
on(String event, Function callback) → dynamic
inherited
put(IResource resource) AsyncReply<bool>
record(IResource resource, String propertyName, dynamic value, int age, DateTime dateTime) bool
register(String event) → dynamic
inherited
remove(IResource resource) bool
retrieve(int iid) AsyncReply<IResource?>
setProperty(String name, dynamic value) → dynamic
inherited
toString() String
A string representation of this object.
inherited
trigger(ResourceTrigger trigger) AsyncReply<bool>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited