Uses of Interface
de.xima.fc.setup.interfaces.IClientCreator
-
Packages that use IClientCreator Package Description de.xima.fc.setup Package to create clients, trigger updates and configure the system-loggerde.xima.fc.setup.interfaces Package with interfaces to implement and replace the default client-creation -
-
Uses of IClientCreator in de.xima.fc.setup
Classes in de.xima.fc.setup that implement IClientCreator Modifier and Type Class Description class
DefaultClientCreator
Default-implementation for creating clientsclass
DefaultMandantCreator
Deprecated.Methods in de.xima.fc.setup that return IClientCreator Modifier and Type Method Description static IClientCreator
XFSetup. getMandantCreator()
Methods in de.xima.fc.setup with parameters of type IClientCreator Modifier and Type Method Description static void
XFSetup. setCustomMandantCreator(IClientCreator customCreator)
static void
XFSetup. setMandantCreator(IClientCreator mandantCreator)
-
Uses of IClientCreator in de.xima.fc.setup.interfaces
Subinterfaces of IClientCreator in de.xima.fc.setup.interfaces Modifier and Type Interface Description interface
IMandantCreator
Deprecated.useIClientCreator
-