C# Class Spark.MetaStore.MaintenanceService

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode Description
Clean ( ) : string
Init ( string type ) : string
Initialize ( ) : string

Reinitializes the (database of) the server to its initial state

Quite a destructive operation, mostly useful in debugging situations

MaintenanceService ( Infrastructure infrastructure, FhirService service ) : System
importLimitedExamples ( ) : void

Private Methods

Méthode Description
storeExamples ( ) : void

Method Details

Clean() public méthode

public Clean ( ) : string
Résultat string

Init() public méthode

public Init ( string type ) : string
type string
Résultat string

Initialize() public méthode

Reinitializes the (database of) the server to its initial state
Quite a destructive operation, mostly useful in debugging situations
public Initialize ( ) : string
Résultat string

MaintenanceService() public méthode

public MaintenanceService ( Infrastructure infrastructure, FhirService service ) : System
infrastructure Spark.Core.Infrastructure
service Spark.Service.FhirService
Résultat System

importLimitedExamples() public méthode

public importLimitedExamples ( ) : void
Résultat void