org.camunda.bpm.engine.impl.tree
Class ReferenceWalker.NullCondition<S>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.ReferenceWalker.NullCondition<S>
All Implemented Interfaces:
ReferenceWalker.WalkCondition<S>
Enclosing class:
ReferenceWalker<T>

public static class ReferenceWalker.NullCondition<S>
extends Object
implements ReferenceWalker.WalkCondition<S>


Constructor Summary
ReferenceWalker.NullCondition()
           
 
Method Summary
 boolean isFulfilled(S element)
           
static
<S> ReferenceWalker.WalkCondition<S>
notNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceWalker.NullCondition

public ReferenceWalker.NullCondition()
Method Detail

isFulfilled

public boolean isFulfilled(S element)
Specified by:
isFulfilled in interface ReferenceWalker.WalkCondition<S>

notNull

public static <S> ReferenceWalker.WalkCondition<S> notNull()


Copyright © 2016 camunda services GmbH. All rights reserved.