Package wt.change2
Class DefaultCIDSDelegate
java.lang.Object
wt.change2.DefaultCIDSDelegate
- All Implemented Interfaces:
CIDSDelegate,wt.services.applicationcontext.ApplicationContextChild
@Deprecated
public class DefaultCIDSDelegate
extends Object
implements wt.services.applicationcontext.ApplicationContextChild, CIDSDelegate
Deprecated.
The CIDSDelegate should only be called when a CIDS is installed.
The com.ptc.windchill.enterprise.cids.delegates.
CILODSNavigationDelegate implementation should be used instead.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetCIForUsageLink(WTPartUsageLink usageLink) Deprecated.Returns the configuration item for a logical CI-DS structure when the usage link links in some fashion (either directly or indirectly) a configuration item and a design solution.getCIsAndUsageLinksForDS(WTPartMaster dsMaster) Deprecated.For the given design solution master, this method returns all configuration items of which the latest iteration of the configuration item is using that design solution as the keys in the result map, with the values in the map being the logical usage links between the CI and the DS.getCIsForDS(WTPartMaster dsMaster) Deprecated.
Supported API: truegetDSsAndUsageLinksForCI(WTPart configItem) Deprecated.For the given configuration item, this method returns all design solutions (latest iteration) used by the configuration item as the keys in the result map, with the values in the map being the logical usage links between the CI and the DS.getDSsForCI(WTPartMaster ciMaster) Deprecated.
Supported API: truegetUsageLinkForCIDS(WTPart ci, WTPart ds) Deprecated.
Supported API: true
-
Method Details
-
getCIsForDS
Deprecated.
Supported API: true- Specified by:
getCIsForDSin interfaceCIDSDelegate- Parameters:
dsMaster-- Returns:
- List
- Throws:
WTExceptionChangeException2
-
getUsageLinkForCIDS
Deprecated.
Supported API: true- Specified by:
getUsageLinkForCIDSin interfaceCIDSDelegate- Parameters:
ci-ds-- Returns:
- WTPartUsageLink
- Throws:
WTException
-
getDSsForCI
Deprecated.
Supported API: true- Specified by:
getDSsForCIin interfaceCIDSDelegate- Parameters:
ciMaster-- Returns:
- List
- Throws:
WTExceptionChangeException2
-
getCIsAndUsageLinksForDS
public Map<WTPart,WTPartUsageLink> getCIsAndUsageLinksForDS(WTPartMaster dsMaster) throws WTException Deprecated.For the given design solution master, this method returns all configuration items of which the latest iteration of the configuration item is using that design solution as the keys in the result map, with the values in the map being the logical usage links between the CI and the DS.
Supported API: true- Specified by:
getCIsAndUsageLinksForDSin interfaceCIDSDelegate- Parameters:
dsMaster- design solution master- Returns:
- Map<WTPart,WTPartUsageLink>
- Throws:
WTException
-
getDSsAndUsageLinksForCI
Deprecated.For the given configuration item, this method returns all design solutions (latest iteration) used by the configuration item as the keys in the result map, with the values in the map being the logical usage links between the CI and the DS.
Supported API: true- Specified by:
getDSsAndUsageLinksForCIin interfaceCIDSDelegate- Parameters:
configItem- configuration item- Returns:
- Map<WTPart,WTPartUsageLink>
- Throws:
WTException
-
getCIForUsageLink
Deprecated.Returns the configuration item for a logical CI-DS structure when the usage link links in some fashion (either directly or indirectly) a configuration item and a design solution. If the usage link does not participate in a CI-DS structure, the method returns null.
Supported API: true- Specified by:
getCIForUsageLinkin interfaceCIDSDelegate- Parameters:
usageLink- Part usage link to check if logically participating in a CI-DS structure.- Returns:
- WTPart
- Throws:
WTException
-