Package | Description |
---|---|
fr.gouv.vitam.processing.data.core.management | |
fr.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
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessDataManagement.createFolder(String folderName)
Create a folder with the name {folderName} if does not exist on the process container
|
boolean |
WorkspaceProcessDataManagement.createFolder(String folderName) |
boolean |
ProcessDataManagement.createProcessContainer()
Create the process container (initialisation) if does not exist
|
boolean |
WorkspaceProcessDataManagement.createProcessContainer() |
DistributorIndex |
ProcessDataManagement.getDistributorIndex(String folderName,
String fileName) |
DistributorIndex |
WorkspaceProcessDataManagement.getDistributorIndex(String folderName,
String fileName) |
ProcessWorkflow |
ProcessDataManagement.getProcessWorkflow(String folderName,
String asyncId)
Retrieve a workflow instance on process container
|
ProcessWorkflow |
WorkspaceProcessDataManagement.getProcessWorkflow(String folderName,
String asyncId) |
Map<String,ProcessWorkflow> |
ProcessDataManagement.getProcessWorkflowFor(Integer tenantId,
String folderName)
Get process workflow map for tenantId and folderName (server id from serverIdentity)
|
Map<String,ProcessWorkflow> |
WorkspaceProcessDataManagement.getProcessWorkflowFor(Integer tenantId,
String folderName) |
boolean |
ProcessDataManagement.isFolderExist(String folderName)
Check if the folder with name {folderName} exists on process container
|
boolean |
WorkspaceProcessDataManagement.isFolderExist(String folderName) |
boolean |
ProcessDataManagement.isProcessContainerExist()
Check if the process container exists
|
boolean |
WorkspaceProcessDataManagement.isProcessContainerExist() |
void |
ProcessDataManagement.persistDistributorIndex(String folderName,
String fileName,
DistributorIndex distributorIndex) |
void |
WorkspaceProcessDataManagement.persistDistributorIndex(String folderName,
String fileName,
DistributorIndex distributorIndex) |
void |
ProcessDataManagement.persistProcessWorkflow(String folderName,
String asyncId,
ProcessWorkflow processWorkflow)
Put process workflow instance in workspace
|
void |
WorkspaceProcessDataManagement.persistProcessWorkflow(String folderName,
String asyncId,
ProcessWorkflow processWorkflow) |
boolean |
ProcessDataManagement.removeFolder(String folderName)
Delete folder with name {folderName} if exists on process container
|
boolean |
WorkspaceProcessDataManagement.removeFolder(String folderName) |
void |
ProcessDataManagement.removeProcessWorkflow(String folderName,
String asyncId)
Delete process workflow instance on process container
|
void |
WorkspaceProcessDataManagement.removeProcessWorkflow(String folderName,
String asyncId) |
Constructor and Description |
---|
ProcessManagementImpl(ServerConfiguration config,
ProcessDistributor processDistributor)
constructor of ProcessManagementImpl
|
Constructor and Description |
---|
ProcessManagementResource(ServerConfiguration configuration,
ProcessDistributor processDistributor)
ProcessManagementResource : initiate the ProcessManagementResource resources
|
Copyright © 2018 Vitam. All rights reserved.