Uses of Package
org.camunda.bpm.engine.migration

Packages that use org.camunda.bpm.engine.migration
org.camunda.bpm.engine Public API of the camunda BPM engine.

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 Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups 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   
 

Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine
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
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
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
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
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
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
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
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
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
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 instruction validation reports for all instructions of the migration plan which contain failures.
 

Classes in org.camunda.bpm.engine.migration used by org.camunda.bpm.engine.migration
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 instruction validation reports for all instructions of the migration plan which contain failures.
 



Copyright © 2016 camunda services GmbH. All rights reserved.