Uses of Class
fr.gouv.vitam.logbook.common.model.RawLifecycleByLastPersistedDateRequest
-
Packages that use RawLifecycleByLastPersistedDateRequest Package Description fr.gouv.vitam.logbook.rest Provides the web server application for the Logbook module and the rest resources it uses. -
-
Uses of RawLifecycleByLastPersistedDateRequest in fr.gouv.vitam.logbook.rest
Methods in fr.gouv.vitam.logbook.rest with parameters of type RawLifecycleByLastPersistedDateRequest Modifier and Type Method Description javax.ws.rs.core.Response
LogbookResource. exportRawObjectGroupLifecyclesByLastPersistedDate(RawLifecycleByLastPersistedDateRequest request)
Export raw object group life cycles by requestjavax.ws.rs.core.Response
LogbookResource. exportRawUnitLifecyclesByLastPersistedDate(RawLifecycleByLastPersistedDateRequest request)
Export raw unit life cycles by request
-