Uses of Package
org.camunda.bpm.engine.migration
Packages that use org.camunda.bpm.engine.migration
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engineClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.implClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.cmdClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.jsonClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migrationClassDescriptionThrown if at least one migration instruction cannot be applied to the activity instance it matches.Represents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.Thrown if a migration plan is not valid, e.g.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migration.batchClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migration.instanceClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migration.instance.parserClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migration.validation.instanceClassDescriptionCollects all failures for a migrating activity instance.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.migration.validation.instructionClassDescriptionRepresents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.migrationClassDescriptionCollects all failures for a migrating activity instance.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.rest.dto.migrationClassDescriptionCollects all failures for a migrating activity instance.Thrown if at least one migration instruction cannot be applied to the activity instance it matches.Collects general failures and the migrating activity instance validation reports for a migrating process instance.Collects all failures for a migrating transition instance.Represents an instruction to migrate instances of one activity to another activity.Collects the validation failures for a single migration instruction.Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Thrown if a migration plan is not valid, e.g.Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.Collects the validation failures for a single migration variable.
-
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.rest.implClassDescriptionSpecifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).Builder to execute a migration.