Class SharedOnlyConfigSpec

java.lang.Object
com.ptc.windchill.cadx.common.picker.SharedOnlyConfigSpec
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable, ConfigSpec

@Deprecated public class SharedOnlyConfigSpec extends Object implements ConfigSpec, ObjectMappable, Externalizable
Deprecated.
The SharedOnlyConfigSpec uses the CabinetBasedInUseDelegate mechanism to filter out elements that are in a personal cabinet.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • process

      public QueryResult process(QueryResult results) throws WTException
      Deprecated.
      Returns a sub-set of the QueryResult, containing only those versions that are not in a personal cabinet.

      Supported API: true
      Specified by:
      process in interface ConfigSpec
      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: