Package | Description |
---|---|
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 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. |
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 |
Class and 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.
|
Class and 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.
|
Class and 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).
|
Class and 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).
|
Class and 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.
|
Class and 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).
|
Class and Description |
---|
MigrationInstruction
Represents an instruction to migrate instances of one activity to another activity.
|
Class and 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).
|
Class and 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.
|
Class and 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 instruction validation reports for
all instructions of the migration plan which contain failures.
|
Class and 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 instruction validation reports for
all instructions of the migration plan which contain failures.
|
Class and 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 instruction validation reports for
all instructions of the migration plan which contain failures.
|
Class and 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.
|
Copyright © 2022. All rights reserved.