Uses of Interface
org.camunda.bpm.engine.impl.tree.ReferenceWalker.WalkCondition
Packages that use ReferenceWalker.WalkCondition
-
Uses of ReferenceWalker.WalkCondition in org.camunda.bpm.engine.impl.tree
Classes in org.camunda.bpm.engine.impl.tree that implement ReferenceWalker.WalkConditionMethods in org.camunda.bpm.engine.impl.tree that return ReferenceWalker.WalkConditionModifier and TypeMethodDescriptionstatic <S> ReferenceWalker.WalkCondition<S>
ReferenceWalker.NullCondition.notNull()
Methods in org.camunda.bpm.engine.impl.tree with parameters of type ReferenceWalker.WalkConditionModifier and TypeMethodDescriptionReferenceWalker.walkUntil
(ReferenceWalker.WalkCondition<T> condition) ReferenceWalker.walkWhile
(ReferenceWalker.WalkCondition<T> condition)