Package de.xima.fc.session
Class MigrationSessionHelper
java.lang.Object
de.xima.fc.session.MigrationSessionHelper
Helper for working with formcycle sessions
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerClientByIdAccess
(Function<Long, Mandant> getClientById) static void
registerClientByProjectIdAccess
(Function<Long, Mandant> getClientByProjectId) static void
registerClientByUuidAccess
(Function<String, Mandant> getClientByUuid)
-
Method Details
-
registerClientByUuidAccess
-
registerClientByIdAccess
-
registerClientByProjectIdAccess
-