Class AccountabilityBean
java.lang.Object
com.ptc.windchill.associativity.accountability.AccountabilityBean
Bean to store all selection of roots, NCs and paths required to create Accountability map.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: true
Supported API: truevoidsetDownstreamNC(NavigationCriteria downstreamNC)
Supported API: truevoidsetKeyToAssociativePathsMap(Map<AccountabilityKeyType, Set<AssociativePath>> keyToAssociativePathsMap)
Supported API: truevoidsetUpstreamNC(NavigationCriteria upstreamNC)
Supported API: true
-
Constructor Details
-
AccountabilityBean
public AccountabilityBean()
Supported API: true
-
-
Method Details
-
getKeyToAssociativePathsMap
Supported API: true -
setKeyToAssociativePathsMap
public void setKeyToAssociativePathsMap(Map<AccountabilityKeyType, Set<AssociativePath>> keyToAssociativePathsMap)
Supported API: true -
getUpstreamNC
Supported API: true -
getDownstreamNC
Supported API: true
-