Uses of Interface
org.jbpm.services.api.admin.MigrationReport
-
Packages that use MigrationReport Package Description org.jbpm.casemgmt.api.admin org.jbpm.kie.services.impl.admin org.jbpm.services.api.admin -
-
Uses of MigrationReport in org.jbpm.casemgmt.api.admin
Methods in org.jbpm.casemgmt.api.admin that return types with arguments of type MigrationReport Modifier and Type Method Description List<MigrationReport>
CaseMigrationReport. getReports()
Returns all individual reports that corresponds to single process instance migrated as part of case instance migrationMethods in org.jbpm.casemgmt.api.admin with parameters of type MigrationReport Modifier and Type Method Description void
CaseMigrationReport. addReport(MigrationReport report)
Adds individual report to the list of reports -
Uses of MigrationReport in org.jbpm.kie.services.impl.admin
Classes in org.jbpm.kie.services.impl.admin that implement MigrationReport Modifier and Type Class Description class
MigrationReportImpl
Methods in org.jbpm.kie.services.impl.admin that return MigrationReport Modifier and Type Method Description protected MigrationReport
ProcessInstanceMigrationServiceImpl. convert(MigrationReport report)
MigrationReport
ProcessInstanceMigrationServiceImpl. migrate(String sourceDeploymentId, Long processInstanceId, String targetDeploymentId, String targetProcessId)
MigrationReport
ProcessInstanceMigrationServiceImpl. migrate(String sourceDeploymentId, Long processInstanceId, String targetDeploymentId, String targetProcessId, Map<String,String> nodeMapping)
Methods in org.jbpm.kie.services.impl.admin that return types with arguments of type MigrationReport Modifier and Type Method Description List<MigrationReport>
ProcessInstanceMigrationServiceImpl. migrate(String sourceDeploymentId, List<Long> processInstanceIds, String targetDeploymentId, String targetProcessId)
List<MigrationReport>
ProcessInstanceMigrationServiceImpl. migrate(String sourceDeploymentId, List<Long> processInstanceIds, String targetDeploymentId, String targetProcessId, Map<String,String> nodeMapping)
-
Uses of MigrationReport in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return MigrationReport Modifier and Type Method Description MigrationReport
ProcessInstanceMigrationService. 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.MigrationReport
ProcessInstanceMigrationService. 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.
-