Class CannotAddMultiInstanceBodyValidator.MiBodyCollector
- java.lang.Object
-
- org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceBodyValidator.MiBodyCollector
-
- All Implemented Interfaces:
TreeVisitor<ScopeImpl>
- Enclosing class:
- CannotAddMultiInstanceBodyValidator
public static class CannotAddMultiInstanceBodyValidator.MiBodyCollector extends java.lang.Object implements TreeVisitor<ScopeImpl>
-
-
Field Summary
Fields Modifier and Type Field Description protected ScopeImpl
firstMiBody
-
Constructor Summary
Constructors Constructor Description MiBodyCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isMiBody(ScopeImpl scope)
void
visit(ScopeImpl obj)
Invoked for a node in tree.
-
-
-
Field Detail
-
firstMiBody
protected ScopeImpl firstMiBody
-
-
Method Detail
-
visit
public void visit(ScopeImpl obj)
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<ScopeImpl>
- Parameters:
obj
- a reference to the node
-
isMiBody
protected boolean isMiBody(ScopeImpl scope)
-
-