|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.query.common.DefaultResultSpec
public class DefaultResultSpec
This class provides a default "wrapper" implementation based on an existing
AttributeTypeIdentiferList.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.query.common.ResultSpec |
|---|
ADVANCED_QUERY_ENABLED, EXCLUDED_TYPES, TARGET_DATA_TYPE_IDENTIFIERS |
| Constructor Summary | |
|---|---|
DefaultResultSpec(AttributeTypeIdentifier[] a_attributeTypeIdentifier)
Supported API: true |
|
DefaultResultSpec(com.ptc.core.meta.common.AttributeTypeIdentifierList a_list)
Supported API: true |
|
| Method Summary | |
|---|---|
TypeIdentifier[] |
getExcludedTypes()
Gets the value of the attribute: excludedTypes; Specifies an array of TypeIdentifiers that should be excluded when processing the query. |
TypeIdentifier[] |
getTargetDataTypeIdentifiers()
Gets the value of the attribute: targetDataTypeIdentifiers; The list of target TypeIdentifiers that is are used as AttributeTypeIdentifier context data types. |
boolean |
isAdvancedQueryEnabled()
Gets the value of the attribute: advancedQueryEnabled; Indicates if the results are enabled for advanced query features. |
void |
setExcludedTypes(TypeIdentifier[] a_ExcludedTypes)
Sets the value of the attribute: excludedTypes; Specifies an array of TypeIdentifiers that should be excluded when processing the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultResultSpec(com.ptc.core.meta.common.AttributeTypeIdentifierList a_list)
a_list - The list that this instance "wraps".public DefaultResultSpec(AttributeTypeIdentifier[] a_attributeTypeIdentifier)
a_attributeTypeIdentifier - The array that this instance "wraps".| Method Detail |
|---|
public TypeIdentifier[] getExcludedTypes()
getExcludedTypes in interface ResultSpec
public void setExcludedTypes(TypeIdentifier[] a_ExcludedTypes)
throws WTPropertyVetoException
setExcludedTypes in interface ResultSpeca_ExcludedTypes -
WTPropertyVetoException
public TypeIdentifier[] getTargetDataTypeIdentifiers()
throws WTException
getTargetDataTypeIdentifiers in interface ResultSpecWTExceptionpublic boolean isAdvancedQueryEnabled()
isAdvancedQueryEnabled in interface ResultSpec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||