Package de.xima.fc.session
Class MigrationSessionHelper
- java.lang.Object
-
- de.xima.fc.session.MigrationSessionHelper
-
public class MigrationSessionHelper extends Object
Helper for working with formcycle sessions- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterClientByIdAccess(Function<Long,Mandant> getClientById)static voidregisterClientByProjectIdAccess(Function<Long,Mandant> getClientByProjectId)static voidregisterClientByUuidAccess(Function<String,Mandant> getClientByUuid)
-