Uses of Class
fr.gouv.vitam.processing.common.ProcessingEntry
-
Packages that use ProcessingEntry Package Description fr.gouv.vitam.processing.management.client Provides Processing Management client interface, factory and implementations.fr.gouv.vitam.processing.management.rest 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 ProcessingEntry Modifier and Type Method Description voidProcessingManagementClient. initVitamProcess(ProcessingEntry entry)initVitamProcess woth processing entryvoidProcessingManagementClientMock. 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 ProcessingEntry Modifier and Type Method Description javax.ws.rs.core.ResponseProcessManagementResource. executeWorkFlow(javax.ws.rs.core.HttpHeaders headers, java.lang.String id, ProcessingEntry process)Execute the process of an operation related to the id.
-