Uses of Interface
org.jbpm.services.api.admin.MigrationReport
-
Packages that use MigrationReport Package Description org.jbpm.services.api.admin -
-
Uses of MigrationReport in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return MigrationReport Modifier and Type Method Description MigrationReportProcessInstanceMigrationService. migrate(String sourceDeploymentId, Long processInstanceId, String targetDeploymentId, String targetProcessId)Migrates given process instance that belongs to source deployment, into target process id that belongs to target deployment.MigrationReportProcessInstanceMigrationService. migrate(String sourceDeploymentId, Long processInstanceId, String targetDeploymentId, String targetProcessId, Map<String,String> nodeMapping)Migrates given process instance (with node mapping) that belongs to source deployment, into target process id that belongs to target deployment.Methods in org.jbpm.services.api.admin that return types with arguments of type MigrationReport Modifier and Type Method Description List<MigrationReport>ProcessInstanceMigrationService. migrate(String sourceDeploymentId, List<Long> processInstanceIds, String targetDeploymentId, String targetProcessId)Migrates given process instances that belong to source deployment, into target process id that belongs to target deployment.List<MigrationReport>ProcessInstanceMigrationService. migrate(String sourceDeploymentId, List<Long> processInstanceIds, String targetDeploymentId, String targetProcessId, Map<String,String> nodeMapping)Migrates given process instances (with node mapping) that belong to source deployment, into target process id that belongs to target deployment.
-