Uses of Interface
wt.epm.familytable.EPMFamilyTable

Packages that use EPMFamilyTable
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.epm
 
wt.epm.familytable   
wt.epm.ndi.impl   
wt.epm.structure   
wt.epm.upload   
wt.epm.util   
wt.epm.workspaces   
wt.ixb.epm.handlers   
 

Uses of EPMFamilyTable in com.ptc.wvs.server.publish
 

Fields in com.ptc.wvs.server.publish declared as EPMFamilyTable
private  EPMFamilyTable CadConvertUG.familyTable
           
private  EPMFamilyTable CadConvertSOLIDWORKS.familyTable
           
private  EPMFamilyTable CadConvertPROE.familyTable
           
private  EPMFamilyTable CadConvertPRODESKTOP.familyTable
           
private  EPMFamilyTable CadConvertINVENTOR.familyTable
           
private  EPMFamilyTable CadConvertCATIAV5.familyTable
           
 

Methods in com.ptc.wvs.server.publish with parameters of type EPMFamilyTable
private static String CadConvertUG.getUGWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
private  EPMDocument CadConvertUG.findIBAMatchingReferenceEPMDoc(EPMFamilyTable ft, String instname)
           
private static String CadConvertSOLIDWORKS.getSOLIDWORKSWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
private static String[] CadConvertPROE.getPROEWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
private static String CadConvertPRODESKTOP.getPRODESKTOPWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
private static String CadConvertINVENTOR.getINVENTORWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
private static String CadConvertCATIAV5.getCATIAWindchillName(EPMDocument nameDoc, EPMFamilyTable ft)
           
 

Uses of EPMFamilyTable in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util that return EPMFamilyTable
static EPMFamilyTable PublishUtils.findFamilyTableFromEPMDocument(EPMDocument doc, ConfigSpec cs)
           
 

Methods in com.ptc.wvs.server.util with parameters of type EPMFamilyTable
static Persistable[] PublishUtils.findInstanceFromFamilyTable(EPMFamilyTable ft, String itname, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromFamilyTable(EPMFamilyTable ft, String itname, ConfigSpec cs, boolean useCADName)
           
 

Uses of EPMFamilyTable in wt.epm
 

Fields in wt.epm declared as EPMFamilyTable
private  EPMFamilyTable EPMFamily.familyTable
           
 EPMFamilyTable EPMFamily.FamilyTableSnapshot.familyTable
           
 

Methods in wt.epm that return EPMFamilyTable
 EPMFamilyTable EPMFamily.getFamilyTable()
          Returns the family table (container) associated with this family.
static EPMFamilyTable EPMFamily.getLatestFamilyTable(Collection familyTables)
          Returns "latest" family table object for a given family table collection
 

Methods in wt.epm with parameters of type EPMFamilyTable
static EPMFamily.FamilyTableSnapshot EPMFamily.findFamilyTableMembers(EPMFamilyTable familyTable)
           
static EPMDocument EPMFamily.findFamilyTableTopGeneric(EPMFamilyTable familyTable)
           
static EPMFamily.FamilyTableSnapshot EPMFamily.findFamilyTableInstances(EPMFamilyTable familyTable)
           
static EPMFamily.FamilyTableQueryByFamilyTable EPMFamily.createQueryByFamilyTable(EPMFamilyTable familyTable)
           
 

Constructors in wt.epm with parameters of type EPMFamilyTable
EPMFamily(EPMFamilyTable familyTable)
          Constructs an complete and compatible EPMFamily.
EPMFamily(EPMFamilyTable familyTable, Collection members)
          Constructs an EPMFamily.
EPMFamily(EPMFamilyTable familyTable, Collection members, boolean checkCompleteness)
          Constructs an EPMFamily.
EPMFamily(EPMFamilyTable familyTable, EPMDocument topGeneric, Collection instances, boolean checkCompleteness)
          Constructs an EPMFamily.
EPMFamily.FamilyTableQueryByFamilyTable(EPMFamilyTable familyTable)
           
 

Uses of EPMFamilyTable in wt.epm.familytable
 

Classes in wt.epm.familytable that implement EPMFamilyTable
 class EPMSepFamilyTable
           Use the newEPMSepFamilyTable static factory method(s), not the EPMSepFamilyTable constructor, to construct instances of this class.
 

Methods in wt.epm.familytable that return EPMFamilyTable
 EPMFamilyTable EPMFamilyTableColumn.getFamilyTable()
          Gets the object for the association that plays role: FAMILY_TABLE.
static EPMFamilyTable EPMFamilyCopyForwardHelper.getLatestFamilyTable(Collection familyTables)
          Returns "latest" family table object for a given family table collection
 EPMFamilyTable EPMColumnFamilyTableLink.getFamilyTable()
          Gets the object for the association that plays role: FAMILY_TABLE_ROLE.
 

Methods in wt.epm.familytable with parameters of type EPMFamilyTable
 void EPMStandardFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
static EPMFamilyTableReference EPMFamilyTableReference.newEPMFamilyTableReference(String name, String title, int type, int attribute, EPMFamilyTable familyTable)
          

Supported API: false
protected  void EPMFamilyTableReference.initialize(String name, String title, int type, int attribute, EPMFamilyTable familyTable)
          Supports initialization, following construction of an instance.
static EPMFamilyTableParameter EPMFamilyTableParameter.newEPMFamilyTableParameter(String name, String title, int type, int attribute, EPMParameterDefinition definition, EPMFamilyTable familyTable)
          

Supported API: false
protected  void EPMFamilyTableParameter.initialize(String name, String title, int type, int attribute, EPMParameterDefinition definition, EPMFamilyTable familyTable)
          Supports initialization, following construction of an instance.
static EPMFamilyTableMember EPMFamilyTableMember.newEPMFamilyTableMember(String name, String title, int type, int attribute, EPMFamilyTable familyTable)
          

Supported API: false
protected  void EPMFamilyTableMember.initialize(String name, String title, int type, int attribute, EPMFamilyTable familyTable)
          Supports initialization, following construction of an instance.
static EPMFamilyTableMasterFamilyTableLink EPMFamilyTableMasterFamilyTableLink.newEPMFamilyTableMasterFamilyTableLink(EPMFamilyTableMaster familyTableMaster, EPMFamilyTable familyTable)
          Default factory for the class.
 void EPMFamilyTableManagerFwd.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
 void EPMFamilyTableManager.removeFromFamily(EPMWorkspace workspace, EPMFamilyTable familyTable, WTCollection instanceMasters)
          Removes a collection of family table instances from a family table by removing the EPMContainedIn links between the instance and the family table.
static EPMFamilyTableFeature EPMFamilyTableFeature.newEPMFamilyTableFeature(String name, String title, int type, int attribute, EPMFeatureDefinition definition, EPMFamilyTable familyTable)
          

Supported API: false
protected  void EPMFamilyTableFeature.initialize(String name, String title, int type, int attribute, EPMFeatureDefinition definition, EPMFamilyTable familyTable)
          Supports initialization, following construction of an instance.
 void EPMFamilyTableColumn.setFamilyTable(EPMFamilyTable a_FamilyTable)
          Sets the object for the association that plays role: FAMILY_TABLE.
static EPMFamilyTableAttribute EPMFamilyTableAttribute.newEPMFamilyTableAttribute(String name, String title, int type, int attribute, Object definition, EPMFamilyTable familyTable)
          

Supported API: false
protected  void EPMFamilyTableAttribute.initialize(String name, String title, int type, int attribute, Object definition, EPMFamilyTable familyTable)
          Supports initialization, following construction of an instance.
 void EPMColumnFamilyTableLink.setFamilyTable(EPMFamilyTable familyTable)
          Sets the object for the association that plays role: FAMILY_TABLE_ROLE.
static EPMColumnFamilyTableLink EPMColumnFamilyTableLink.newEPMColumnFamilyTableLink(EPMFamilyTable familyTable, EPMFamilyTableColumn column)
          Default factory for the class.
 

Uses of EPMFamilyTable in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as EPMFamilyTable
private  EPMFamilyTable EPMNDFamilyTableMemberImpl.familyTable
           
 

Methods in wt.epm.ndi.impl that return EPMFamilyTable
 EPMFamilyTable NDICache.getFamilyTable(EPMDocument document)
          Returns documents EPMFamilyTable in workspace
 EPMFamilyTable NDICache.findFamilyTable(EPMFamilyTable familyTable)
           
 

Methods in wt.epm.ndi.impl with parameters of type EPMFamilyTable
 WTCollection NDICache.getAllInstances(EPMFamilyTable ft)
          Returns all documents that are member of given EPMFamilyTable
 WTCollection NDICache.getInstances(EPMDocument generic, EPMFamilyTable ft)
          Returns one level instances of given generic in the given family table.
private  WTSet NDICache.getContainedIn(EPMFamilyTable ft)
           
 WTCollection NDICache.getFTColumns(EPMFamilyTable ft)
           
 EPMFamilyTable NDICache.findFamilyTable(EPMFamilyTable familyTable)
           
 EPMNDFamilyTableMember EPMDownloadData.getEPMNDFamilyTableMember(EPMFamilyTable familyTable, EPMDocument document)
          Returns EPMNDFamilyTableMember for specified Family table and document.
 

Constructors in wt.epm.ndi.impl with parameters of type EPMFamilyTable
EPMNDFamilyTableMemberImpl(NDICache cache, EPMDocument document, EPMFamilyTable ft)
           
 

Uses of EPMFamilyTable in wt.epm.structure
 

Fields in wt.epm.structure declared as EPMFamilyTable
private  EPMFamilyTable CopyManagerUtility.Cache.CacheFamily.familyTable
           
(package private)  EPMFamilyTable CopyManagerUtility.TopGeneric.familyTable
           
 

Methods in wt.epm.structure that return EPMFamilyTable
 EPMFamilyTable EPMContainedIn.getContainedIn()
          Gets the object for the association that plays role: CONTAINED_IN_ROLE.
private static EPMFamilyTable CopyManagerUtility.getFamilyTable(EPMDocument document)
           
protected  EPMFamilyTable CopyManagerUtility.Cache.CacheFamily.getFamilyTable()
           
 

Methods in wt.epm.structure with parameters of type EPMFamilyTable
 QueryResult EPMStructureServiceFwd.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINS role of an EPMContainedInLink.
 QueryResult EPMStructureServiceFwd.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 QueryResult EPMStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINS role of an EPMContainedInLink.
 QueryResult EPMStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 QueryResult EPMStandardStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the CONTAINS role of an EPMContainedInLink.
 QueryResult EPMStandardStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 EPMContainedIn EPMStandardStructureService.copyContainedInLink(EPMContainedIn link, EPMDocument contains, EPMFamilyTable container)
          Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in.
 EPMContainedIn EPMSrvStructureService.copyContainedInLink(EPMContainedIn link, EPMDocument contains, EPMFamilyTable container)
          Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in.
 void EPMContainedIn.setContainedIn(EPMFamilyTable containedIn)
          Sets the object for the association that plays role: CONTAINED_IN_ROLE.
static EPMContainedIn EPMContainedIn.newEPMContainedIn(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType)
          Constructs an EPMContainedIn link that associates two EPMDocuments where one holds an object contained in the other, such as a family instance and its family table.
protected  void EPMContainedIn.initialize(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType)
          Supports initialization, following construction of an instance.
protected  void EPMContainedIn.initialize(EPMDocument containedObject, EPMFamilyTable container, String identifier, EPMContainedObjectType containedType, boolean isGeometryModified)
           
protected  void CopyManagerUtility.Cache.CacheFamily.setFamilyTable(EPMFamilyTable familyTable)
           
 

Uses of EPMFamilyTable in wt.epm.upload
 

Methods in wt.epm.upload that return EPMFamilyTable
 EPMFamilyTable CacheFamilyTable.getFamilyTable()
           
 EPMFamilyTable CacheDocument.getFamilyTable()
           
 EPMFamilyTable Cache.getFamilyTableByObjectIdentifier(ObjectIdentifier id)
           
 EPMFamilyTable Cache.getFamilyTableByMasterObjectIdentifier(ObjectIdentifier id)
           
 

Methods in wt.epm.upload with parameters of type EPMFamilyTable
 Cache.CacheFamilyTable Cache.cacheFamilyTable(EPMFamilyTable familyTable)
           
 

Constructors in wt.epm.upload with parameters of type EPMFamilyTable
CacheFamilyTable(Cache cache, EPMFamilyTable familyTable)
           
Cache.CacheFamilyTable(Cache cache, EPMFamilyTable familyTable)
           
 

Uses of EPMFamilyTable in wt.epm.util
 

Fields in wt.epm.util declared as EPMFamilyTable
 EPMFamilyTable FamilyUtility.ContainerPair.container
           
 

Methods in wt.epm.util that return EPMFamilyTable
 EPMFamilyTable EPMCacheInterface.getFamilyTableByObjectIdentifier(ObjectIdentifier id)
           
 EPMFamilyTable EPMCacheInterface.getFamilyTableByMasterObjectIdentifier(ObjectIdentifier id)
           
 

Methods in wt.epm.util with parameters of type EPMFamilyTable
static EPMDocument EPMQueryHelper.lookupTopGeneric(EPMFamilyTable familyTable)
           
 

Constructors in wt.epm.util with parameters of type EPMFamilyTable
FamilyUtility.ContainerPair(EPMDocument containedObj, EPMFamilyTable container)
           
 

Uses of EPMFamilyTable in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return EPMFamilyTable
 EPMFamilyTable EPMFamilyTableBaselineMember.getMember()
          Gets the object for the association that plays role: MEMBER_ROLE.
 

Methods in wt.epm.workspaces with parameters of type EPMFamilyTable
 QueryResult EPMStandardBaselineService.getBaselines(EPMFamilyTable familyTable)
          

Supported API: false
 QueryResult EPMStandardBaselineService.getBaselines(EPMFamilyTable familyTable, Class baselineClass)
          

Supported API: false
 boolean EPMStandardBaselineService.isInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
 boolean EPMStandardBaselineService.isAnyIterationInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
private  EPMFamilyTableBaselineMember EPMStandardBaselineService.findAnyFTIteration(EPMFamilyTable a_familyTable, Baseline a_baseline)
          Returns the BaselineMember object (if it exists) for the Baselineable and Baseline.
private  EPMFamilyTableBaselineMember EPMStandardBaselineService.find(EPMFamilyTable a_memberFT, Baseline a_baseline)
          Returns the BaselineMember object (if it exists) for the Baselineable and Baseline.
 void EPMFamilyTableBaselineMember.setMember(EPMFamilyTable member)
          Sets the object for the association that plays role: MEMBER_ROLE.
static EPMFamilyTableBaselineMember EPMFamilyTableBaselineMember.newEPMFamilyTableBaselineMember(Baseline baseline, EPMFamilyTable member)
          Default factory for the class.
 QueryResult EPMBaselineServiceFwd.getBaselines(EPMFamilyTable familyTable)
          

Supported API: false
 QueryResult EPMBaselineServiceFwd.getBaselines(EPMFamilyTable familyTable, Class baselineClass)
          

Supported API: false
 boolean EPMBaselineServiceFwd.isInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
 boolean EPMBaselineServiceFwd.isAnyIterationInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
 QueryResult EPMBaselineService.getBaselines(EPMFamilyTable familyTable)
          

Supported API: false
 QueryResult EPMBaselineService.getBaselines(EPMFamilyTable familyTable, Class baselineClass)
          

Supported API: false
 boolean EPMBaselineService.isInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
 boolean EPMBaselineService.isAnyIterationInBaseline(EPMFamilyTable familyTable, Baseline baseline)
          

Supported API: false
protected static EPMFamilyTableBaselineMember BaselineServiceUtility.findAnyFTIteration(EPMFamilyTable a_familyTable, Baseline a_baseline)
          Returns the BaselineMember object (if it exists) for the Baselineable and Baseline.
 

Uses of EPMFamilyTable in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers with parameters of type EPMFamilyTable
static Map EPMHndHelper.getDefinitions(Class definitionClass, EPMFamilyTable ft)
          Returns a map of definitions indexed by their names associated with the given family table master.
static Map EPMHndHelper.getFamilyTableColumns(EPMFamilyTable ft)
          Returns all family table columns associated with the given family table object.