Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
Packages that use MigratingProcessElementInstance
Package
Description
-
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionMigrationLogger.cannotHandleChild
(MigratingScopeInstance scopeInstance, MigratingProcessElementInstance childCandidate) -
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeClassDescriptionclass
class
class
class
A process element instance that can have other process element instances as childrenclass
Fields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingProcessElementInstanceModifier and TypeFieldDescriptionprotected MigratingProcessElementInstance
MigratingProcessElementInstanceTopDownWalker.MigrationContext.processElementInstance
Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingProcessElementInstanceModifier and TypeMethodDescriptionMigratingProcessElementInstanceTopDownWalker.MigrationContext.getProcessElementInstance()
Methods in org.camunda.bpm.engine.impl.migration.instance that return types with arguments of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionMigratingActivityInstance.getChildren()
Returns a copy of all children, modifying the returned set does not have any further effect.MigratingEventScopeInstance.getChildren()
abstract Collection<MigratingProcessElementInstance>
MigratingScopeInstance.getChildren()
gets all childrenMethods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionprotected boolean
MigratingActivityInstanceVisitor.canMigrate
(MigratingProcessElementInstance instance) protected abstract boolean
MigratingProcessElementInstanceVisitor.canMigrate
(MigratingProcessElementInstance instance) protected boolean
MigrationCompensationInstanceVisitor.canMigrate
(MigratingProcessElementInstance instance) protected void
MigratingProcessElementInstanceVisitor.migrateProcessElementInstance
(MigratingProcessElementInstance migratingInstance, MigratingScopeInstanceBranch migratingInstanceBranch) Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingProcessElementInstanceModifierConstructorDescriptionMigrationContext
(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch) -
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type MigratingProcessElementInstanceModifier and TypeFieldDescriptionprotected MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,
List<VariableInstanceEntity>> MigratingInstanceParser.dependentVariableHandler
Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return MigratingProcessElementInstanceModifier and TypeMethodDescriptionprotected MigratingProcessElementInstance
CompensationInstanceHandler.createMigratingEventScopeInstance
(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element) protected MigratingProcessElementInstance
CompensationInstanceHandler.createMigratingEventSubscriptionInstance
(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element) Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionMigratingDependentInstanceParseHandler<MigratingProcessElementInstance,
List<VariableInstanceEntity>> MigratingInstanceParser.getDependentVariablesHandler()
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionvoid
VariableInstanceHandler.handle
(MigratingInstanceParseContext parseContext, MigratingProcessElementInstance owningInstance, List<VariableInstanceEntity> variables) void
MigratingInstanceParseContext.handleDependentVariables
(MigratingProcessElementInstance migratingInstance, List<VariableInstanceEntity> variables) -
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.validation.instance
Methods in org.camunda.bpm.engine.impl.migration.validation.instance with parameters of type MigratingProcessElementInstanceModifier and TypeMethodDescriptionprotected boolean
NoUnmappedLeafInstanceValidator.hasNoInstruction
(MigratingProcessElementInstance migratingInstance)