Class AuthoringApplicationConfigSpec
java.lang.Object
com.ptc.windchill.cadx.common.picker.AuthoringApplicationConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
@Deprecated
public class AuthoringApplicationConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
Deprecated.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionappendSearchCriteria(QuerySpec querySpec) Deprecated.process(QueryResult results) Deprecated.
-
Method Details
-
appendSearchCriteria
Deprecated.Returns a clone of the passed-in QuerySpec.
Supported API: true- Specified by:
appendSearchCriteriain interfaceConfigSpec- Parameters:
querySpec- A QuerySpec with a target class that is Iterated.- Returns:
- QuerySpec
- Throws:
WTExceptionQueryException- See Also:
-
process
Deprecated.Filters of EPMDocuments that are not of the type specified for authoringApplication.
Supported API: true- Specified by:
processin interfaceConfigSpec- Parameters:
results- QueryResult of iterations to filter. Assumed to be the result of a query that included the additional search conditions applied by appendSearchCriteria. Note that after enumerating through the elements of this QueryResult, it should be reset.- Returns:
- QueryResult
- Throws:
WTException- See Also:
-