Uses of Interface
de.xima.fc.e2e.environment.api.IExternalClientServices
-
Packages that use IExternalClientServices Package Description de.xima.fc.e2e.environment.api de.xima.fc.e2e.environment.impl -
-
Uses of IExternalClientServices in de.xima.fc.e2e.environment.api
Methods in de.xima.fc.e2e.environment.api that return IExternalClientServices Modifier and Type Method Description IExternalClientServices
IExternalClientServicesBuilder. build()
Methods in de.xima.fc.e2e.environment.api with parameters of type IExternalClientServices Modifier and Type Method Description 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. importClient(URI pathToExportDir, IExternalClientServices services)
Reads a client export file and creates a new client with the data from that 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. -
Uses of IExternalClientServices in de.xima.fc.e2e.environment.impl
Methods in de.xima.fc.e2e.environment.impl that return IExternalClientServices Modifier and Type Method Description IExternalClientServices
ExternalClientServicesBuilder. build()
Methods in de.xima.fc.e2e.environment.impl with parameters of type IExternalClientServices Modifier and Type Method Description IFormcycleAppState
FormcycleProvisioner. createNewDefaultClient(IExternalClientServices services)
IFormcycleAppState
FormcycleProvisioner. importClient(URI pathToExportDir, IExternalClientServices services)
IFormcycleAppState
FormcycleProvisioner. importProject(URI pathToExportDir, IExternalClientServices services)
-