default IFormcycleAppState |
IFormcycleProvisioner.createNewDefaultClient() |
Creates a new default client with default settings, similar to how a new client would be created in the UI.
|
IFormcycleAppState |
IFormcycleProvisioner.createNewDefaultClient(IExternalClientServices services) |
Creates a new default client with default settings, similar to how a new client would be created in the UI.
|
IFormcycleAppState |
IFormcycleProvisioner.createSystem() |
Ensures the FORMCYCLE system is up and running, but does not create any clients.
|
default IFormcycleAppState |
IFormcycleProvisioner.importClient(URI pathToExportDir) |
Reads a client export file and creates a new client with the data from that export file.
|
IFormcycleAppState |
IFormcycleProvisioner.importClient(URI pathToExportDir,
IExternalClientServices services) |
Reads a client export file and creates a new client with the data from that export file.
|
default IFormcycleAppState |
IFormcycleProvisioner.importProject(URI pathToExportDir) |
Reads a project export file, creates a new client and import the project contained in the export file.
|
IFormcycleAppState |
IFormcycleProvisioner.importProject(URI pathToExportDir,
IExternalClientServices services) |
Reads a project export file, creates a new client and import the project contained in the export file.
|