Uses of Interface
org.camunda.bpm.engine.impl.tree.ReferenceWalker.WalkCondition
-
Packages that use ReferenceWalker.WalkCondition Package Description org.camunda.bpm.engine.impl.tree -
-
Uses of ReferenceWalker.WalkCondition in org.camunda.bpm.engine.impl.tree
Classes in org.camunda.bpm.engine.impl.tree that implement ReferenceWalker.WalkCondition Modifier and Type Class Description static class
ReferenceWalker.NullCondition<S>
Methods in org.camunda.bpm.engine.impl.tree that return ReferenceWalker.WalkCondition Modifier and Type Method Description static <S> ReferenceWalker.WalkCondition<S>
ReferenceWalker.NullCondition. notNull()
Methods in org.camunda.bpm.engine.impl.tree with parameters of type ReferenceWalker.WalkCondition Modifier and Type Method Description T
ReferenceWalker. walkUntil(ReferenceWalker.WalkCondition<T> condition)
T
ReferenceWalker. walkWhile(ReferenceWalker.WalkCondition<T> condition)
-