Uses of Interface
fr.gouv.vitam.common.lifecycle.ProcessLifeCycle
-
Packages that use ProcessLifeCycle Package Description fr.gouv.vitam.common.server Provides a Common Vitam Server Interfacefr.gouv.vitam.processing.management.api Provides API classes for the Processing Management modulefr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module.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 ProcessLifeCycle in fr.gouv.vitam.common.server
Constructors in fr.gouv.vitam.common.server with parameters of type ProcessLifeCycle Constructor Description VitamServerLifeCycle(ProcessLifeCycle processLifeCycle)
-
Uses of ProcessLifeCycle in fr.gouv.vitam.processing.management.api
Subinterfaces of ProcessLifeCycle in fr.gouv.vitam.processing.management.api Modifier and Type Interface Description interface
ProcessManagement
ProcessManagement interface This service will be invoked by Ingest Module -
Uses of ProcessLifeCycle in fr.gouv.vitam.processing.management.core
Classes in fr.gouv.vitam.processing.management.core that implement ProcessLifeCycle Modifier and Type Class Description class
ProcessManagementImpl
ProcessManagementImpl implementation of ProcessManagement API -
Uses of ProcessLifeCycle in fr.gouv.vitam.processing.management.rest
Methods in fr.gouv.vitam.processing.management.rest that return ProcessLifeCycle Modifier and Type Method Description ProcessLifeCycle
ProcessManagementResource. getProcessLifeCycle()
-