public interface StateFieldOperand extends BasicOperand<String>
Defines the methods used to build Predicates for State fields.
| Modifier and Type | Method and Description | 
|---|---|
Predicate | 
isActive()
Builds a predicate for an active state check. 
 | 
Predicate | 
isCompleted()
Builds a predicate for a completed state check. 
 | 
Predicate | 
isInterrupted()
Builds a predicate for an interrupted state check. 
 | 
Predicate | 
isNotActive()
Builds a predicate for an not-active state check. 
 | 
Predicate | 
isNotCompleted()
Builds a predicate for a not-completed state check. 
 | 
Predicate | 
isNotInterrupted()
Builds a predicate for a not-interrupted state check. 
 | 
Predicate isActive()
Builds a predicate for an active state check.
Predicate isNotActive()
Builds a predicate for an not-active state check.
Predicate isCompleted()
Builds a predicate for a completed state check.
Predicate isNotCompleted()
Builds a predicate for a not-completed state check.
Predicate isInterrupted()
Builds a predicate for an interrupted state check.
Predicate isNotInterrupted()
Builds a predicate for a not-interrupted state check.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.