Package | Description |
---|---|
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.beat | |
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
Modifier and Type | Field and Description |
---|---|
static StringOperand |
AnyWorkObject.DESCRIPTION
Allows to build predicates testing for certain description values.
|
static StringOperand |
AnyWorkObjectDefinition.DESCRIPTION
Allows to build predicates testing for certain work object definition description values.
|
static StringOperand |
AnyWorkObjectDefinition.KEY
Allows to build predicates testing for certain work object definition key values.
|
static StringOperand |
AnyWorkObject.NAME
Allows to build predicates testing for certain work object name values.
|
static StringOperand |
AnyWorkObjectDefinition.NAME
Allows to build predicates testing for certain work object definition name values.
|
Modifier and Type | Field and Description |
---|---|
static StringOperand |
Beat.DESCRIPTION
Allows to build predicates testing for certain description values.
|
static StringOperand |
Beat.NAME
Allows to build predicates testing for certain beat name values.
|
Modifier and Type | Method and Description |
---|---|
StringOperand |
VariableOperand.expressionValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
StringOperand |
EntityOperandContainer.getDescription() |
StringOperand |
DomainObjectDefinitionOperandContainer.getKey() |
StringOperand |
EntityOperandContainer.getName() |
StringOperand |
VariableOperand.jsonValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
StringOperand |
PropertyOperand.name()
Returns an operand which allows to build predicates testing for the name part of properties.
|
StringOperand |
VariableOperand.name()
Returns an operand which allows to build predicates testing for the name part of variables.
|
StringOperand |
VariableOperand.stringValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
StringOperand |
PropertyOperand.value()
Returns an operand which allows to build predicates testing for the value part of properties.
|
StringOperand |
VariableOperand.xmlValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
Constructor and Description |
---|
LatestVersionOperand(VersionOperand versionOperand,
StringOperand keyOperand)
Creates a new operand instance.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.