Package | Description |
---|---|
com.edorasware.api.query |
Work object query support.
|
com.edorasware.api.query.internal | |
com.edorasware.api.value |
Work object value access.
|
com.edorasware.api.value.internal | |
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
Modifier and Type | Method and Description |
---|---|
StringOperand<String> |
VariableOperand.name()
Returns an operand to build predicates for the name part of variables.
|
StringOperand<String> |
VariableOperand.stringValue()
Returns an operand to build predicates for the value part of variables.
|
Modifier and Type | Class and Description |
---|---|
class |
StringOperandImpl<T>
Default implementation of the
StringOperand interface. |
Modifier and Type | Method and Description |
---|---|
StringOperand<String> |
VariableOperandImpl.name() |
static StringOperand<String> |
Operands.newStringFieldOperand(QueryParameter queryParameter)
Creates a new string operand instance.
|
StringOperand<String> |
VariableOperandImpl.stringValue() |
Modifier and Type | Interface and Description |
---|---|
interface |
StringValue<V>
Defines the interface of a string value.
|
Modifier and Type | Class and Description |
---|---|
class |
StringValueImpl<T> |
Constructor and Description |
---|
StringValueImpl(String name,
ValueConverter<T,String> valueConverter,
StringOperand<T> stringOperand,
boolean supportsOrderBy) |
Modifier and Type | Field and Description |
---|---|
static StringOperand<String> |
AnyWorkObjectDefinition.EXTERNAL_ID
Allows to build predicates testing for certain external work object definition id values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.ID
Allows to build predicates testing for certain work object definition id values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.KEY
Allows to build predicates testing for certain work object definition key values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.NAME
Allows to build predicates testing for certain work object definition name values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.PROVIDER_ID
Allows to build predicates testing for certain work object definition provider id values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.TENANT_ID
Allows to build predicates testing for certain work object definition tenant id values.
|
static StringOperand<String> |
AnyWorkObjectDefinition.TYPE
Allows to build predicates testing for certain work object definition type values.
|
Modifier and Type | Method and Description |
---|---|
StringOperand<String> |
AnyWorkObjectOperandContainer.getAssignedGroupId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getAssigneeId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getDefinitionId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getInitialAssignedGroupId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getInitialAssigneeId() |
StringOperand<String> |
AnyWorkObjectDefinitionOperandContainer.getKey() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getOwnerId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getPreviousAssignedGroupId() |
StringOperand<String> |
AnyWorkObjectOperandContainer.getPreviousAssigneeId() |
Modifier and Type | Method and Description |
---|---|
StringOperand<String> |
EntityOperandContainer.getExternalId() |
StringOperand<String> |
EntityOperandContainer.getGlobalId() |
StringOperand<String> |
EntityOperandContainer.getId() |
StringOperand<String> |
EntityOperandContainer.getName() |
StringOperand<String> |
EntityOperandContainer.getProviderId() |
StringOperand<String> |
EntityOperandContainer.getTenantId() |
StringOperand<String> |
EntityOperandContainer.getType() |
StringOperand<String> |
PropertyOperand.name()
Returns an operand which allows to build predicates testing for the name part of properties.
|
StringOperand<String> |
PropertyOperand.value()
Returns an operand which allows to build predicates testing for the value part of properties.
|
Constructor and Description |
---|
LatestVersionOperand(VersionOperand versionOperand,
StringOperand<String> keyOperand)
Creates a new operand instance.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.