Package | Description |
---|---|
com.edorasware.api.query |
Work object query support.
|
Modifier and Type | Field and Description |
---|---|
static QueryHint |
WorkObjectQueryHints.INCLUDE_HIDDEN_VARIABLES
A hint to include the hidden variables when executing a domain object query.
|
static QueryHint |
WorkObjectDefinitionQueryHints.INCLUDE_PARENT_PROPERTIES
A hint to include the parent properties in the query results.
|
static QueryHint |
WorkObjectQueryHints.INCLUDE_PARENT_VARIABLES
A hint to include the parent variables in the query results.
|
static QueryHint |
CommonQueryHints.OMIT_ALL_RELATIONS |
static QueryHint |
WorkObjectQueryHints.OMIT_IDENTITY_LINKS
A hint to omit the identity links (candidate users and candidate groups) from the query results.
|
static QueryHint |
WorkObjectDefinitionQueryHints.OMIT_PROPERTIES
A hint to omit the properties from the query results.
|
static QueryHint |
WorkObjectDefinitionQueryHints.OMIT_RESOURCE_STRING
A hint to omit the (potentially very large) resource string from the query results.
|
static QueryHint |
WorkObjectQueryHints.OMIT_VARIABLES
A hint to omit the variables when executing a domain object query.
|
Modifier and Type | Method and Description |
---|---|
static QueryHint |
QueryHint.get(String value)
Returns a new instance with the given value.
|
QueryHint |
VariableRestrictionQueryHintFactory.matching(Predicate predicate)
Creates a query hint which restricts the variables to be loaded based on the given predicate (white list semantics).
|
QueryHint |
VariableRestrictionQueryHintFactory.matching(String... variableNames)
Creates a query hint which restricts the variables to be loaded based on the given names.
|
QueryHint |
VariableRestrictionQueryHintFactory.matching(String variableName)
Creates a query hint which restricts the variable to be loaded based on the given name.
|
QueryHint |
VariableRestrictionQueryHintFactory.matching(ValueAccessor<?>... valueAccessors)
Creates a query hint which restricts the variables to be loaded based on the given value accessors.
|
Modifier and Type | Method and Description |
---|---|
Set<QueryHint> |
Query.getHints()
The hints to apply when executing the query.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.hints(QueryHint hint)
Sets a single query execution hint.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.hints(Collection<QueryHint> hints)
Sets query execution hints.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.