Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
Package
Description
-
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration
Modifier 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
Modifier and TypeFieldDescriptionprotected MigratingProcessElementInstance
MigratingProcessElementInstanceTopDownWalker.MigrationContext.processElementInstance
Modifier and TypeMethodDescriptionMigratingProcessElementInstanceTopDownWalker.MigrationContext.getProcessElementInstance()
Modifier 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 childrenModifier 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) ModifierConstructorDescriptionMigrationContext
(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch) -
Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance.parser
Modifier and TypeFieldDescriptionprotected MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,
List<VariableInstanceEntity>> MigratingInstanceParser.dependentVariableHandler
Modifier and TypeMethodDescriptionprotected MigratingProcessElementInstance
CompensationInstanceHandler.createMigratingEventScopeInstance
(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element) protected MigratingProcessElementInstance
CompensationInstanceHandler.createMigratingEventSubscriptionInstance
(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element) Modifier and TypeMethodDescriptionMigratingDependentInstanceParseHandler<MigratingProcessElementInstance,
List<VariableInstanceEntity>> MigratingInstanceParser.getDependentVariablesHandler()
Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
NoUnmappedLeafInstanceValidator.hasNoInstruction
(MigratingProcessElementInstance migratingInstance)