public class StateFieldOperandImpl extends BasicOperandImpl<String,String> implements StateFieldOperand
Default implementation of the StateFieldOperand interface.
BasicOperandImpl.InnerSelectReferenceValue| Constructor and Description | 
|---|
StateFieldOperandImpl(QueryParameter queryParameter)
Creates a new operand instance. 
 | 
| 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. 
 | 
eq, eq, eq, exists, getQueryParameter, in, in, in, in, in, in, in, isNotNull, isNull, notEq, notIn, notIn, notIn, notIn, notIn, orderAsc, orderDescpublic StateFieldOperandImpl(QueryParameter queryParameter)
Creates a new operand instance.
queryParameter - the left operand for all predicates to be builtpublic Predicate isActive()
StateFieldOperandBuilds a predicate for an active state check.
isActive in interface StateFieldOperandpublic Predicate isNotActive()
StateFieldOperandBuilds a predicate for an not-active state check.
isNotActive in interface StateFieldOperandpublic Predicate isCompleted()
StateFieldOperandBuilds a predicate for a completed state check.
isCompleted in interface StateFieldOperandpublic Predicate isNotCompleted()
StateFieldOperandBuilds a predicate for a not-completed state check.
isNotCompleted in interface StateFieldOperandpublic Predicate isInterrupted()
StateFieldOperandBuilds a predicate for an interrupted state check.
isInterrupted in interface StateFieldOperandpublic Predicate isNotInterrupted()
StateFieldOperandBuilds a predicate for a not-interrupted state check.
isNotInterrupted in interface StateFieldOperandCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.