Class WorkSetCompServiceCommand
java.lang.Object
com.ptc.windchill.enterprise.workSet.commands.WorkSetCompServiceCommand
- All Implemented Interfaces:
Serializable,RemoteAccess
Query class used to obtain the contents for tables of and related to
Supported API: true
Extendable: true
wt.change2.workset.WTWorkSet. such as related component and
related Work Sets of components used by the information pages.
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from interface wt.method.RemoteAccess
versionID -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResultgetAssociatedComponents(WTWorkSet workSet) Retrieves the associated components of a Work Set.static QueryResultRetrieves the associated reference documents of a Work Set.static QueryResultRetrieves the related Work Sets of a context object if the context object is a changeable type.
-
Method Details
-
getAssociatedComponents
Retrieves the associated components of a Work Set.
Supported API: true- Parameters:
workSet- The Work Set object.- Returns:
- a query result of the associated components.
- Throws:
WTException
-
getRelatedWorkSets
Retrieves the related Work Sets of a context object if the context object is a changeable type. Related Work Sets include Work Sets the context object is a component of or Work Sets a WTDocument references
Supported API: true- Parameters:
cb- The client data.- Returns:
- a query result of the related Work Sets.
- Throws:
WTException
-
getReferenceDocuments
Retrieves the associated reference documents of a Work Set.
Supported API: true- Parameters:
cb- The client data.- Returns:
- a query result of the associated reference documents.
- Throws:
WTException
-