public class WorkObjectDefinitionQueryHints extends CommonQueryHints
Defines query hints that can be used in work object definition queries.
Modifier and Type | Field and Description |
---|---|
static QueryHint |
INCLUDE_PARENT_PROPERTIES
A hint to include the parent properties in the query results.
|
static QueryHint |
OMIT_PROPERTIES
A hint to omit the properties from the query results.
|
static QueryHint |
OMIT_RESOURCE_STRING
A hint to omit the (potentially very large) resource string from the query results.
|
OMIT_ALL_RELATIONS
Constructor and Description |
---|
WorkObjectDefinitionQueryHints() |
public static final QueryHint OMIT_PROPERTIES
A hint to omit the properties from the query results.
public static final QueryHint OMIT_RESOURCE_STRING
A hint to omit the (potentially very large) resource string from the query results.
public static final QueryHint INCLUDE_PARENT_PROPERTIES
A hint to include the parent properties in the query results.
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.