Uses of Interface
org.camunda.bpm.engine.impl.tree.TreeWalker.WalkCondition

Packages that use TreeWalker.WalkCondition
org.camunda.bpm.engine.impl.tree   
 

Uses of TreeWalker.WalkCondition in org.camunda.bpm.engine.impl.tree
 

Classes in org.camunda.bpm.engine.impl.tree that implement TreeWalker.WalkCondition
static class TreeWalker.NullCondition<S>
           
 

Methods in org.camunda.bpm.engine.impl.tree that return TreeWalker.WalkCondition
static
<S> TreeWalker.WalkCondition<S>
TreeWalker.NullCondition.notNull()
           
 

Methods in org.camunda.bpm.engine.impl.tree with parameters of type TreeWalker.WalkCondition
 T TreeWalker.walkUntil(TreeWalker.WalkCondition<T> condition)
           
 T TreeWalker.walkWhile(TreeWalker.WalkCondition<T> condition)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.