Modifier and Type | Method and Description |
---|---|
ProcessEngineException |
MigrationLogger.cannotHandleChild(MigratingScopeInstance scopeInstance,
MigratingProcessElementInstance childCandidate) |
Modifier and Type | Class and Description |
---|---|
class |
MigratingActivityInstance |
class |
MigratingCompensationEventSubscriptionInstance |
class |
MigratingEventScopeInstance |
class |
MigratingScopeInstance
A process element instance that can have other process element instances as children
|
class |
MigratingTransitionInstance |
Modifier and Type | Field and Description |
---|---|
protected MigratingProcessElementInstance |
MigratingProcessElementInstanceTopDownWalker.MigrationContext.processElementInstance |
Modifier and Type | Method and Description |
---|---|
MigratingProcessElementInstance |
MigratingProcessElementInstanceTopDownWalker.MigrationContext.getProcessElementInstance() |
Modifier and Type | Method and Description |
---|---|
Collection<MigratingProcessElementInstance> |
MigratingEventScopeInstance.getChildren() |
abstract Collection<MigratingProcessElementInstance> |
MigratingScopeInstance.getChildren()
gets all children
|
Set<MigratingProcessElementInstance> |
MigratingActivityInstance.getChildren()
Returns a copy of all children, modifying the returned set does not have any further effect.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
MigratingProcessElementInstanceVisitor.canMigrate(MigratingProcessElementInstance instance) |
protected boolean |
MigratingActivityInstanceVisitor.canMigrate(MigratingProcessElementInstance instance) |
protected boolean |
MigrationCompensationInstanceVisitor.canMigrate(MigratingProcessElementInstance instance) |
protected void |
MigratingProcessElementInstanceVisitor.migrateProcessElementInstance(MigratingProcessElementInstance migratingInstance,
MigratingScopeInstanceBranch migratingInstanceBranch) |
Constructor and Description |
---|
MigrationContext(MigratingProcessElementInstance processElementInstance,
MigratingScopeInstanceBranch scopeInstanceBranch) |
Modifier and Type | Field and Description |
---|---|
protected MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> |
MigratingInstanceParser.dependentVariableHandler |
Modifier and Type | Method and Description |
---|---|
protected MigratingProcessElementInstance |
CompensationInstanceHandler.createMigratingEventScopeInstance(MigratingInstanceParseContext parseContext,
EventSubscriptionEntity element) |
protected MigratingProcessElementInstance |
CompensationInstanceHandler.createMigratingEventSubscriptionInstance(MigratingInstanceParseContext parseContext,
EventSubscriptionEntity element) |
Modifier and Type | Method and Description |
---|---|
MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> |
MigratingInstanceParser.getDependentVariablesHandler() |
Modifier and Type | Method and Description |
---|---|
void |
VariableInstanceHandler.handle(MigratingInstanceParseContext parseContext,
MigratingProcessElementInstance owningInstance,
List<VariableInstanceEntity> variables) |
void |
MigratingInstanceParseContext.handleDependentVariables(MigratingProcessElementInstance migratingInstance,
List<VariableInstanceEntity> variables) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NoUnmappedLeafInstanceValidator.hasNoInstruction(MigratingProcessElementInstance migratingInstance) |
Copyright © 2022. All rights reserved.