Uses of Class
fr.gouv.vitam.processing.common.ProcessingEntry
Packages that use ProcessingEntry
Package
Description
Provides Processing Management client interface, factory and implementations.
Provides the web server application and configuration for the Processing Management module and the rest resource it uses
-
Uses of ProcessingEntry in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client with parameters of type ProcessingEntryModifier and TypeMethodDescriptionvoid
ProcessingManagementClient.initVitamProcess
(ProcessingEntry entry) initVitamProcess woth processing entryvoid
ProcessingManagementClientMock.initVitamProcess
(ProcessingEntry entry) -
Uses of ProcessingEntry in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest with parameters of type ProcessingEntryModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProcessManagementResource.executeWorkFlow
(javax.ws.rs.core.HttpHeaders headers, String id, ProcessingEntry process) Execute the process of an operation related to the id.