Method | Description | |
---|---|---|
Add ( IEnumerable |
||
Add ( Spark.Engine.Core.Interaction entry ) : void | ||
AddSnapshot ( Snapshot snapshot ) : void | ||
Clean ( ) : void |
Does a complete wipe and reset of the database. USE WITH CAUTION!
|
|
CustomResourceIdAllowed ( string value ) : bool | ||
Exists ( IKey key ) : bool | ||
FetchPrimaryKeys ( IEnumerable |
||
FetchPrimaryKeys ( IMongoQuery query ) : IList |
||
Get ( IEnumerable |
||
Get ( IKey key ) : Spark.Engine.Core.Interaction | ||
GetSnapshot ( string key ) : Snapshot | ||
History ( DateTimeOffset since = null ) : IList |
||
History ( IKey key, DateTimeOffset since = null ) : IList |
||
History ( string resource, DateTimeOffset since = null ) : IList |
||
List ( string resource, DateTimeOffset since = null ) : IList |
||
MongoFhirStore ( MongoDatabase database ) : System | ||
Next ( string name ) : string | ||
Replace ( Spark.Engine.Core.Interaction entry ) : void |
Method | Description | |
---|---|---|
DropCollections ( IEnumerable |
||
EnsureIndices ( ) : void | ||
EraseData ( ) : void | ||
IGenerator ( string resource ) : string | ||
Supercede ( IEnumerable |
||
Supercede ( IKey key ) : void | ||
TryDropCollection ( string name ) : void |
public Add ( IEnumerable |
||
interactions | IEnumerable |
|
return | void |
public Add ( Spark.Engine.Core.Interaction entry ) : void | ||
entry | Spark.Engine.Core.Interaction | |
return | void |
public AddSnapshot ( Snapshot snapshot ) : void | ||
snapshot | Snapshot | |
return | void |
public CustomResourceIdAllowed ( string value ) : bool | ||
value | string | |
return | bool |
public FetchPrimaryKeys ( IEnumerable |
||
clauses | IEnumerable |
|
return | IList |
public FetchPrimaryKeys ( IMongoQuery query ) : IList |
||
query | IMongoQuery | |
return | IList |
public Get ( IEnumerable |
||
identifiers | IEnumerable |
|
sortby | string | |
return | IList |
public Get ( IKey key ) : Spark.Engine.Core.Interaction | ||
key | IKey | |
return | Spark.Engine.Core.Interaction |
public History ( DateTimeOffset since = null ) : IList |
||
since | DateTimeOffset | |
return | IList |
public History ( IKey key, DateTimeOffset since = null ) : IList |
||
key | IKey | |
since | DateTimeOffset | |
return | IList |
public History ( string resource, DateTimeOffset since = null ) : IList |
||
resource | string | |
since | DateTimeOffset | |
return | IList |
public List ( string resource, DateTimeOffset since = null ) : IList |
||
resource | string | |
since | DateTimeOffset | |
return | IList |
public MongoFhirStore ( MongoDatabase database ) : System | ||
database | MongoDatabase | |
return | System |
public Replace ( Spark.Engine.Core.Interaction entry ) : void | ||
entry | Spark.Engine.Core.Interaction | |
return | void |