Uses of Package
org.camunda.bpm.engine.migration
-
Packages that use org.camunda.bpm.engine.migration Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s and the relations between them
ManagementService
: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.json org.camunda.bpm.engine.impl.migration org.camunda.bpm.engine.impl.migration.batch org.camunda.bpm.engine.impl.migration.instance org.camunda.bpm.engine.impl.migration.instance.parser org.camunda.bpm.engine.impl.migration.validation.instance org.camunda.bpm.engine.impl.migration.validation.instruction org.camunda.bpm.engine.migration org.camunda.bpm.engine.rest.dto.migration org.camunda.bpm.engine.rest.impl -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine Class Description MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanBuilder MigrationPlanExecutionBuilder Builder to execute a migration. -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl Class Description MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanBuilder MigrationPlanExecutionBuilder Builder to execute a migration. -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.impl.cmd Class Description MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationPlan 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.json Class Description MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationPlan 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 Class Description MigratingProcessInstanceValidationException Thrown if at least one migration instruction cannot be applied to the activity instance it matches.MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationInstructionBuilder MigrationInstructionsBuilder MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanBuilder MigrationPlanExecutionBuilder Builder to execute a migration.MigrationPlanValidationException 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.batch Class Description MigrationPlan 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.instance Class Description MigrationInstruction 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.instance.parser Class Description MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationPlan 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.instance Class Description MigratingActivityInstanceValidationReport Collects all failures for a migrating activity instance.MigratingProcessInstanceValidationReport Collects general failures and the migrating activity instance validation reports for a migrating process instance.MigratingTransitionInstanceValidationReport Collects all failures for a migrating transition instance.MigrationInstruction 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.instruction Class Description MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationInstructionValidationReport Collects the validation failures for a single migration instruction.MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanValidationReport Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.MigrationVariableValidationReport Collects the validation failures for a single migration variable. -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.migration Class Description MigratingActivityInstanceValidationReport Collects all failures for a migrating activity instance.MigratingProcessInstanceValidationReport Collects general failures and the migrating activity instance validation reports for a migrating process instance.MigratingTransitionInstanceValidationReport Collects all failures for a migrating transition instance.MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationInstructionBuilder MigrationInstructionsBuilder MigrationInstructionValidationReport Collects the validation failures for a single migration instruction.MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanBuilder MigrationPlanExecutionBuilder Builder to execute a migration.MigrationPlanValidationReport Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.MigrationVariableValidationReport Collects the validation failures for a single migration variable. -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.rest.dto.migration Class Description MigratingActivityInstanceValidationReport Collects all failures for a migrating activity instance.MigratingProcessInstanceValidationException Thrown if at least one migration instruction cannot be applied to the activity instance it matches.MigratingProcessInstanceValidationReport Collects general failures and the migrating activity instance validation reports for a migrating process instance.MigratingTransitionInstanceValidationReport Collects all failures for a migrating transition instance.MigrationInstruction Represents an instruction to migrate instances of one activity to another activity.MigrationInstructionValidationReport Collects the validation failures for a single migration instruction.MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanValidationException Thrown if a migration plan is not valid, e.g.MigrationPlanValidationReport Collects the migration validation reports for all instructions and variables of the migration plan which contain failures.MigrationVariableValidationReport Collects the validation failures for a single migration variable. -
Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.rest.impl Class Description MigrationPlan Specifies how process instances from one process definition (the source process definition) should be migrated to another process definition (the target process definition).MigrationPlanExecutionBuilder Builder to execute a migration.