public interface StateFieldOperand extends BasicOperand<String>
Defines the methods used to build Predicate
s 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 - 2017 edorasware ag. All Rights Reserved.