Uses of Class
com.ptc.windchill.upgrade.modeldiff.SchemaResults

Packages that use SchemaResults
com.ptc.windchill.upgrade.modeldiff   
com.ptc.windchill.upgrade.tool   
 

Uses of SchemaResults in com.ptc.windchill.upgrade.modeldiff
 

Fields in com.ptc.windchill.upgrade.modeldiff declared as SchemaResults
private  SchemaResults UpgradeSchema.schemaResults_
           
(package private)  SchemaResults CompareSchemaReportXml.schemaResults_
           
private  SchemaResults CompareSchema.schemaResults_
           
private  SchemaResults AddConstraints.schemaResults_
           
 

Methods in com.ptc.windchill.upgrade.modeldiff that return SchemaResults
(package private)  SchemaResults CompareSchemaReportXml.getSchemaResults()
           
 

Methods in com.ptc.windchill.upgrade.modeldiff with parameters of type SchemaResults
 void UpgradeSchemaListener.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.
(package private) static void GuiManager.updateGuiWithSchemaResults(SchemaResults x)
           
(package private)  void CompareSchemaReportXml.setSchemaResults(SchemaResults x)
           
 void CompareSchemaListener.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.
 void AddConstraintsListener.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.
 

Uses of SchemaResults in com.ptc.windchill.upgrade.tool
 

Fields in com.ptc.windchill.upgrade.tool declared as SchemaResults
private  SchemaResults UpgradeSchemaState.schemaResults_
           
private  SchemaResults UpgradeSchemaCompleted.schemaResults_
           
private  SchemaResults CompareSchemaState.schemaResults_
           
private  SchemaResults CompareSchemaCompleted.schemaResults_
           
private  SchemaResults AddConstraintsState.schemaResults_
           
private  SchemaResults AddConstraintsCompleted.schemaResults_
           
 

Methods in com.ptc.windchill.upgrade.tool with parameters of type SchemaResults
 void UpgradeSchemaState.UpgradeSchemaProgressDisplayAdapter.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.
 void CompareSchemaState.CompareSchemaProgressDisplayAdapter.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.
 void AddConstraintsState.AddConstraintsProgressDisplayAdapter.setSchemaResults(SchemaResults x)
          Holds a variety of schema results from ModelDiff that the GUI should display.