|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassificationStruct | |
com.ptc.windchill.counterpart | |
wt.csm.navigation | |
wt.csm.navigation.service |
Uses of ClassificationStruct in com.ptc.windchill.counterpart |
Methods in com.ptc.windchill.counterpart that return ClassificationStruct | |
private ClassificationStruct[] |
cWTMetadata.getStructures()
|
Methods in com.ptc.windchill.counterpart with parameters of type ClassificationStruct | |
private ClassificationNodeDefaultView[] |
cWTMetadata.getNodeViews(ClassificationStruct struct,
HashMap idMap,
HashMap childNodeMap,
HashMap constraintMap)
Queries the database for all classification nodes for a given structure. |
Uses of ClassificationStruct in wt.csm.navigation |
Methods in wt.csm.navigation that return ClassificationStruct | |
ClassificationStruct |
RefDefClassifStruct.getClassifStruct()
Gets the object for the association that plays role: CLASSIF_STRUCT_ROLE. |
ClassificationStruct |
ClassNavStructClassStruct.getClassStruct()
Gets the object for the association that plays role: CLASS_STRUCT_ROLE. |
ClassificationStruct |
ClassifStructClassifNode.getClassifStruct()
Gets the object for the association that plays role: CLASSIF_STRUCT_ROLE. |
static ClassificationStruct |
ClassificationStruct.newClassificationStruct(String className,
ReferenceDefinition referenceDef)
Supported API: false |
static ClassificationStruct |
ClassificationStruct.newClassificationStruct()
Supported API: false |
ClassificationStruct |
ClassificationNode.getClassifStruct()
Gets the object for the association that plays role: CLASSIF_STRUCT. |
ClassificationStruct |
ClassificationNavStruct.getClassStruct()
Gets the object for the association that plays role: CLASS_STRUCT. |
Methods in wt.csm.navigation with parameters of type ClassificationStruct | |
void |
RefDefClassifStruct.setClassifStruct(ClassificationStruct classifStruct)
Sets the object for the association that plays role: CLASSIF_STRUCT_ROLE. |
static RefDefClassifStruct |
RefDefClassifStruct.newRefDefClassifStruct(ReferenceDefinition refDef,
ClassificationStruct classifStruct)
Default factory for the class. |
void |
ClassNavStructClassStruct.setClassStruct(ClassificationStruct classStruct)
Sets the object for the association that plays role: CLASS_STRUCT_ROLE. |
static ClassNavStructClassStruct |
ClassNavStructClassStruct.newClassNavStructClassStruct(ClassificationNavStruct classNavStruct,
ClassificationStruct classStruct)
Default factory for the class. |
void |
ClassifStructClassifNode.setClassifStruct(ClassificationStruct classifStruct)
Sets the object for the association that plays role: CLASSIF_STRUCT_ROLE. |
static ClassifStructClassifNode |
ClassifStructClassifNode.newClassifStructClassifNode(ClassificationStruct classifStruct,
ClassificationNode classifNode)
Default factory for the class. |
protected boolean |
ClassificationStruct.readVersion(ClassificationStruct thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static ClassificationNode |
ClassificationNodeObjectLocator.getClassificationNodeByPath(String nodePathNames,
ClassificationStruct classStruct)
|
void |
ClassificationNode.setClassifStruct(ClassificationStruct a_ClassifStruct)
Sets the object for the association that plays role: CLASSIF_STRUCT. |
static ClassificationNode |
ClassificationNode.newClassificationNode(String name,
ClassificationNode parent,
ClassificationStruct classStruct)
Supported API: false |
protected void |
ClassificationNode.initialize(String name,
ClassificationNode parent,
ClassificationStruct classStruct)
Supports initialization, following construction of an instance. |
void |
ClassificationNavStruct.setClassStruct(ClassificationStruct a_ClassStruct)
Sets the object for the association that plays role: CLASS_STRUCT. |
static ClassificationNavStruct |
ClassificationNavStruct.newClassificationNavStruct(String name,
DirectQueryTarget directQueryTarget,
ClassificationStruct classificationStruct)
Supported API: false |
protected void |
ClassificationNavStruct.initialize(String name,
DirectQueryTarget directQueryTarget,
ClassificationStruct classificationStruct)
Supports initialization, following construction of an instance. |
Uses of ClassificationStruct in wt.csm.navigation.service |
Fields in wt.csm.navigation.service declared as ClassificationStruct | |
private static ClassificationStruct[] |
ClassificationDBService.classificationStructures
|
Methods in wt.csm.navigation.service with parameters of type ClassificationStruct | |
static ClassificationStructDefaultView |
ClassificationObjectsFactory.newClassificationStructDefaultView(ClassificationStruct classification)
Supported API: false |
protected boolean |
ClassificationDBService.isInUse(ClassificationStruct struct)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |