public class CaseInstanceMigrationServiceImpl extends Object implements CaseInstanceMigrationService
Constructor and Description |
---|
CaseInstanceMigrationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected Map<Long,org.jbpm.services.api.model.ProcessInstanceDesc> |
mapProcessInstances(Collection<org.jbpm.services.api.model.ProcessInstanceDesc> processes) |
CaseMigrationReport |
migrate(String caseId,
String targetDeploymentId,
Map<String,String> processMapping) |
CaseMigrationReport |
migrate(String caseId,
String targetDeploymentId,
Map<String,String> processMapping,
Map<String,String> nodeMapping) |
void |
setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService) |
void |
setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService) |
void |
setProcessInstanceMigrationService(org.jbpm.services.api.admin.ProcessInstanceMigrationService processInstanceMigrationService) |
void |
setProcessService(org.jbpm.services.api.ProcessService processService) |
public void setProcessService(org.jbpm.services.api.ProcessService processService)
public void setCaseRuntimeDataService(CaseRuntimeDataService caseRuntimeDataService)
public void setProcessInstanceMigrationService(org.jbpm.services.api.admin.ProcessInstanceMigrationService processInstanceMigrationService)
public void setCommandService(org.jbpm.shared.services.impl.TransactionalCommandService commandService)
public CaseMigrationReport migrate(String caseId, String targetDeploymentId, Map<String,String> processMapping)
migrate
in interface CaseInstanceMigrationService
public CaseMigrationReport migrate(String caseId, String targetDeploymentId, Map<String,String> processMapping, Map<String,String> nodeMapping)
migrate
in interface CaseInstanceMigrationService
protected Map<Long,org.jbpm.services.api.model.ProcessInstanceDesc> mapProcessInstances(Collection<org.jbpm.services.api.model.ProcessInstanceDesc> processes)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.