|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResultSpec
This interface provides the abstraction for specifying the results of
a type based query. The results are specified in terms of AttributeTypeIdentifiers
which identify the attributes that should be returned when the query
is executed.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ADVANCED_QUERY_ENABLED
Label for the attribute; Indicates if the results are enabled for advanced query features. |
static String |
EXCLUDED_TYPES
Label for the attribute; Specifies an array of TypeIdentifiers that should be excluded when processing the query. |
static String |
TARGET_DATA_TYPE_IDENTIFIERS
Label for the attribute; The list of target TypeIdentifiers that is are used as AttributeTypeIdentifier context data types. |
| Method Summary | |
|---|---|
TypeIdentifier[] |
getExcludedTypes()
Gets the value of the attribute: EXCLUDED_TYPES. |
TypeIdentifier[] |
getTargetDataTypeIdentifiers()
Gets the value of the attribute: TARGET_DATA_TYPE_IDENTIFIERS. |
boolean |
isAdvancedQueryEnabled()
Gets the value of the attribute: ADVANCED_QUERY_ENABLED. |
void |
setExcludedTypes(TypeIdentifier[] a_ExcludedTypes)
Sets the value of the attribute: EXCLUDED_TYPES. |
| Field Detail |
|---|
static final String TARGET_DATA_TYPE_IDENTIFIERS
static final String ADVANCED_QUERY_ENABLED
static final String EXCLUDED_TYPES
| Method Detail |
|---|
TypeIdentifier[] getTargetDataTypeIdentifiers()
throws WTException
WTExceptionboolean isAdvancedQueryEnabled()
TypeIdentifier[] getExcludedTypes()
void setExcludedTypes(TypeIdentifier[] a_ExcludedTypes)
throws WTPropertyVetoException
a_ExcludedTypes -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||