Uses of Interface
wt.vc.config.ConfigSpec

Packages that use ConfigSpec
com.ptc.core.adapter.server.impl   
com.ptc.core.foundation.configuration.server   
com.ptc.core.foundation.util.common.impl   
com.ptc.core.htmlcomp.gathering   
com.ptc.core.query.report.bom.common This package provides BOM (bill of materials) reporting capabilities via BOMReportHelper.  These reports are produced as XML and then optionally styled with XSLT. 
com.ptc.core.query.report.bom.server   
com.ptc.epm.commands   
com.ptc.epm.commands.transaction   
com.ptc.epm.commands.util   
com.ptc.netmarkets.interop   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.cancelcheckout   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.common.treetable   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.prowtutil   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.update   
com.ptc.windchill.cadx.wsoption   
com.ptc.windchill.classproxy   
com.ptc.windchill.esi.esipart   
com.ptc.windchill.uwgm.cadx.caddoc.mstructrep   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.cadx.config   
com.ptc.windchill.uwgm.common.folder   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.util   
com.ptc.wvs.client.beans   
com.ptc.wvs.common.ui   
com.ptc.wvs.common.util   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.ui   
com.ptc.wvs.server.util   
wt.annotation   
wt.annotation.upgrade   
wt.build   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.clients.prodmgmt   
wt.clients.vc.baseline   
wt.configuration   
wt.dataops.objectcol.dependency   
wt.doc   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.build   
wt.epm.clients.relateditems   
wt.epm.listeners   
wt.epm.query   
wt.epm.retriever   
wt.epm.structure   
wt.epm.util   
wt.epm.workspaces   
wt.graph.processor   
wt.inf.sharing   
wt.ixb.handlers.netmarkets   
wt.ixb.objectset
When an object is given to the export process, the ObjectSet application does the job of navigating through the object’s structure and collecting all of its related objects. 
wt.ixb.objectset.handlers.navigator   
wt.ixb.publicforhandlers Provides APIs to develop IXB plugable components. 
wt.maturity   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.replication.export   
wt.replication.unit   
wt.representation   
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.transfer   
wt.transfer.filter   
wt.vc.baseline
 
wt.vc.config
 
wt.vc.struct
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.visitor Defines the navigator/visitor design pattern for using a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
wt.wvs Interface to Windchill Visualization Services. 
 

Uses of ConfigSpec in com.ptc.core.adapter.server.impl
 

Methods in com.ptc.core.adapter.server.impl that return ConfigSpec
private  ConfigSpec TraversePartUsingConfigSpecWebjectDelegate.getConfigSpec(Webject webject, Persistable target)
           
 

Uses of ConfigSpec in com.ptc.core.foundation.configuration.server
 

Methods in com.ptc.core.foundation.configuration.server that return ConfigSpec
private  ConfigSpec PopulateFromStructureCommandDelegate.getConfigSpec(TypeInstance config_spec_TI)
           
 

Uses of ConfigSpec in com.ptc.core.foundation.util.common.impl
 

Fields in com.ptc.core.foundation.util.common.impl declared as ConfigSpec
static ConfigSpec ConfigSpecRemoteWorker.partConfigSpec
           
 

Methods in com.ptc.core.foundation.util.common.impl that return ConfigSpec
private  ConfigSpec ConfigSpecRemoteWorker.getConfigSpecFromTi(TypeInstance config_spec_ti)
           
 

Uses of ConfigSpec in com.ptc.core.htmlcomp.gathering
 

Fields in com.ptc.core.htmlcomp.gathering declared as ConfigSpec
private  ConfigSpec DependencyTracingDescriptor.configSpec
           
(package private)  ConfigSpec DependencyHelper.docConfigSpec
           
(package private)  ConfigSpec DependencyHelper.partConfigSpec
           
(package private)  ConfigSpec DependencyHelper.wtdocConfigSpec
           
 

Methods in com.ptc.core.htmlcomp.gathering that return ConfigSpec
static ConfigSpec RulesActionHelper.getConfigSpec(HTTPState state, Locale locale)
           
static ConfigSpec RulesActionHelper.getNewEPMDocumentToPDMConfigSpec(List rules, HTTPState state, Properties properties, Locale locale)
          Returns a Model Centric Config Spec that can be used to obtain PDM Objects for NewEPMDocuments.
 ConfigSpec DependencyTracingDescriptor.getConfigSpec()
           
private  ConfigSpec DependencyHelper.getDefaultWTDocumentConfigSpec()
           
private  ConfigSpec DependencyHelper.getUpdatedByWorkspaceConfigSpec(ConfigSpec cs)
           
 

Methods in com.ptc.core.htmlcomp.gathering with parameters of type ConfigSpec
static EPMDocConfigSpec RulesUtilities.createEPMDocConfigSpec(ConfigSpec configSpec)
           
static WTPartConfigSpec RulesUtilities.createWTPartConfigSpec(ConfigSpec configSpec)
           
static void RulesActionHelper.applyToWSConfigSpec(HTTPState state, ConfigSpec configSpec)
           
 void DependencyTracingDescriptor.setConfigSpec(ConfigSpec configSpec)
           
 void DependencyHelper.setDocConfigSpec(ConfigSpec docConfigSpec)
          Set config spec to resolve EPMDocumentMaster during tracing
 void DependencyHelper.setPartConfigSpec(ConfigSpec partConfigSpec)
          Set config spec to resolve WTPartMaster during tracing
 void DependencyHelper.setWTDocumentConfigSpec(ConfigSpec wtdocConfigSpec)
          Set config spec to resolve WTDocumentMaster during tracing
private  String DependencyHelper.getSandboxConfigSpecProperties(ConfigSpec cs)
           
private  ConfigSpec DependencyHelper.getUpdatedByWorkspaceConfigSpec(ConfigSpec cs)
           
 

Constructors in com.ptc.core.htmlcomp.gathering with parameters of type ConfigSpec
DependencyHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
           
DependencyHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, ConfigSpec wtdocConfigSpec)
           
 

Uses of ConfigSpec in com.ptc.core.query.report.bom.common
 

Methods in com.ptc.core.query.report.bom.common that return ConfigSpec
static ConfigSpec BOMReportHelper.getConfigSpecFromCookie(String host, String sessionId, String cookieName)
          Retrieves ConfigSpec from specified wt.templateutil.processor.ServletSessionCookieManager cookie.
 

Methods in com.ptc.core.query.report.bom.common with parameters of type ConfigSpec
static void BOMReportHelper.produceBOMReport(Object rootPartRef, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a hierarchical BOM report for a given part and a given set of ReportTemplates or other Reportables by producing XML data and transforming it with one or more specified XSLT stylesheets.
static void BOMReportHelper.produceConsolidatedBOMReport(Object[] rootPartRefs, double[] partQuantities, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a "consolidated" BOM report for a given part and a given set of ReportTemplates or other Reportables by producing XML data and transforming it with one or more specified XSLT stylesheets.
static void BOMReportHelper.produceMultiBOMDiffReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a multiple BOM comparison BOM report.
static void BOMReportHelper.produceMultiBOMReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          Produce a report consisting of multiple hierarchical BOM reports concatenated together.
 

Uses of ConfigSpec in com.ptc.core.query.report.bom.server
 

Fields in com.ptc.core.query.report.bom.server declared as ConfigSpec
private  ConfigSpec[] MultiBOMDiffSAXSource.configs
          configs - The ConfigSpecs for each BOM being compared.
private  ConfigSpec ConsolidatedBOMSAXSource.configSpec
           
private  ConfigSpec BOMWalker.configSpec
           
private  ConfigSpec BOMReportSAXSource.configSpec
           
 

Methods in com.ptc.core.query.report.bom.server that return ConfigSpec
static ConfigSpec BOMWalker.sanitizeConfigSpec(ConfigSpec configSpec)
          Ensures that the configSpec data member is non-null in all cases.
static ConfigSpec BOMReportService.getConfigSpecFromCookie(String host, String sessionId, String cookieName)
          See BOMReportHelper method of same signature.
 

Methods in com.ptc.core.query.report.bom.server with parameters of type ConfigSpec
 boolean WTPartMasterIdCollector.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Collects master id of 'rootPart'.
 boolean WTPartIdCollector.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Collects id of 'rootPart' if it is a WTPart.
 boolean WTPartBranchIdCollector.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Collects branch id of 'rootPart' if it is a WTPart.
static ConfigSpec BOMWalker.sanitizeConfigSpec(ConfigSpec configSpec)
          Ensures that the configSpec data member is non-null in all cases.
(package private) static WTPart BOMWalker.getIterationFromMaster(WTPartMaster partMaster, ConfigSpec configSpec)
          Simple utility to fetch the correct iteration given a master and config spec.
 boolean BOMVisitorAdaptor.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Returns 'true' to continue traversal of sub-tree.
 void BOMVisitorAdaptor.endBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Does nothing.
 boolean BOMVisitor.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is started.
 void BOMVisitor.endBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is completed.
static void BOMReportService.produceBOMReport(Object rootPartRef, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceConsolidatedBOMReport(Object[] rootPartRefs, double[] partQuantities, ConfigSpec configSpec, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceMultiBOMDiffReport(Object[] rootPartRefs, ConfigSpec[] configs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
static void BOMReportService.produceMultiBOMReport(Object[] rootPartRefs, ConfigSpec[] configSpecs, Object[] reportRefs, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, String[] xsltUrlStrings, boolean doTransformOnClient, WriterProxy writerProxy)
          See BOMReportHelper method of same signature.
 boolean BOMReportMaker.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is started.
 void BOMReportMaker.endBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is completed.
 boolean BOMConsolidator.beginBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is started.
 void BOMConsolidator.endBOM(Part rootPart, ConfigSpec configSpec, int levelLimit)
          Called when BOM traversal is completed.
 

Constructors in com.ptc.core.query.report.bom.server with parameters of type ConfigSpec
MultiBOMDiffSAXSource(WTPartMaster[] partMasters, String[] partNumbers, ConfigSpec[] configs, Reportable[] reportables, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, boolean isStandAlone)
           
ConsolidatedBOMSAXSource(WTPartMaster[] partMasters, String[] partNumbers, double[] partQuantities, ConfigSpec configSpec, Reportable[] reportables, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, boolean isStandAlone)
          Note that partQuantities is optional (in which case all quantities are assumed to be 1
BOMWalker(WTPartMaster partMaster, ConfigSpec configSpec, boolean retrieveOccurenceData)
          Construct a BOM Walker for a given WTPartMaster and ConfigSpec.
BOMReportSAXSource(WTPartMaster partMaster, String partNumber, ConfigSpec configSpec, Reportable[] reportables, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, boolean isStandAlone)
           
BOMReportSAXSource(WTPartMaster partMaster, String partNumber, ConfigSpec configSpec, Reportable[] reportables, int[] reportTypes, Properties reportInputs, Locale locale, int levelLimit, boolean isStandAlone, boolean omitMetadata)
           
 

Uses of ConfigSpec in com.ptc.epm.commands
 

Fields in com.ptc.epm.commands declared as ConfigSpec
private  ConfigSpec ECADCreateNewDesign.configSpec
           
 

Methods in com.ptc.epm.commands with parameters of type ConfigSpec
private static WTKeyedMap ECADNewRevision.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
           
static WTKeyedMap ECADNewRevision.RevisionServer.reviseAll(Collection toRevise, ReviseOptions options, EPMAsStoredConfig storedConfig, ConfigSpec partConfigSpec)
          This method creates a new in-line version of the given EPMDocuments and EPMFamilies as well as new in-line versions of all WTParts that the document builds.
 

Uses of ConfigSpec in com.ptc.epm.commands.transaction
 

Fields in com.ptc.epm.commands.transaction declared as ConfigSpec
(package private)  ConfigSpec ECADTransaction.configSpec
           
private  ConfigSpec BuildTargetOp.configSpec
           
private  ConfigSpec BuildSourceOp.configSpec
           
 

Constructors in com.ptc.epm.commands.transaction with parameters of type ConfigSpec
ECADTransaction(ConfigSpec configSpec)
           
BuildTargetOp(ConfigSpec configSpec)
           
BuildSourceOp(ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.epm.commands.util
 

Methods in com.ptc.epm.commands.util that return ConfigSpec
protected static ConfigSpec PartHelper.createPartConfigSpec(WTContainerRef containerRef, View view)
           
 

Methods in com.ptc.epm.commands.util with parameters of type ConfigSpec
 QueryResult PartHelperDelegate.lookupParts(String[] numbers, ConfigSpec configSpec)
           
protected static QueryResult PartHelper.lookupParts(String[] partNumbers, ConfigSpec configSpec)
           
static QueryResult DocHelper.lookupDocument(String number, ConfigSpec configSpec)
           
static QueryResult DocHelper.lookupDocuments(String[] numbers, ConfigSpec configSpec)
           
 QueryResult DefaultPartHelperDelegate.lookupParts(String[] numbers, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop that return ConfigSpec
private  ConfigSpec StandardNmInteropService.getProjectBaselineConfigSpec(WTContainerRef contRef)
           
 

Methods in com.ptc.netmarkets.interop with parameters of type ConfigSpec
private  Versioned StandardNmInteropService.getObjectForConfigSpec(Mastered master, ConfigSpec cs)
           
private static Collection NmInteropUtils.getInstances(Collection inputObjs, ConfigSpec configSpec, boolean includeAssociated)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.autoassociate
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type ConfigSpec
static WTPart AutoAssociateHelper.getReferencedPart(EPMDocument doc, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc that return ConfigSpec
static ConfigSpec DiffReportSetConfigurationUtilities.getAsStoredConfigSpec(Object doc)
           
static ConfigSpec DiffReportSetConfigurationUtilities.getStandardConfigSpec(String lifeCycleStateName)
           
static ConfigSpec DiffReportSetConfigurationUtilities.getManagedBaselineConfigSpec(String newBaselineNumber)
           
private  ConfigSpec DifferenceReportProcessor.getConfigSpec(String csObject)
           
private  ConfigSpec DifferenceReportProcessor.getConfigSpec()
           
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type ConfigSpec
static EPMDocument EPMGetDepsTemplateProcessor.getCorrectIteration(EPMDocumentMaster doc, Hashtable lookup, ConfigSpec configSpec, ConfigSpec latest)
           
 QueryResult EPMGetDepsTemplateProcessor.compressResultsLinkId(QueryResult links, String role, Hashtable lookup, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.cancelcheckout
 

Fields in com.ptc.windchill.cadx.cancelcheckout declared as ConfigSpec
private  ConfigSpec CancelCheckoutTemplateProcessor.configSpec
           
 

Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type ConfigSpec
static Vector CancelCheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static List[] CancelCheckoutProxy.getAllInstances(List arrayObjects, boolean includeInstances, boolean checkoutMetadata, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.checkout
 

Methods in com.ptc.windchill.cadx.checkout that return ConfigSpec
private  ConfigSpec[] CheckoutDownloadTemplateProcessor.getConfigSpec(String csObject)
           
 

Methods in com.ptc.windchill.cadx.checkout with parameters of type ConfigSpec
private static void CheckoutProxy.extractGenericAndInstancesWithAssociation(ArrayList inputList, ArrayList outputList, EPMWorkspace workspace, boolean includeInstances, ArrayList genericOfSelectedList, ArrayList instanceOfSelectedList, ConfigSpec wsDocConfigSpec, ConfigSpec wsPartConfigSpec, int includeAs)
           
static ArrayList CheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static List[] CheckoutProxy.getAllInstances(List arrayObjects, boolean includeInstances, boolean checkoutMetadata, ConfigSpec docConfigSpec, EPMWorkspace workspace, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static Object[] CheckoutProxy.filterObjectsOnConfigSpecs(Object[] inputObjects, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace ws)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.common
 

Methods in com.ptc.windchill.cadx.common with parameters of type ConfigSpec
static WTPart WTPartUtilities.getWTPart(String number, ConfigSpec configSpec)
          This method finds a part based on its unique number and the config spec.
static WTPart WTPartUtilities.getWTPartInContainers(String partNumber, ConfigSpec configSpec, WTContainerRef[] containersToSearchRefs, boolean isPDMLinkContainer, boolean isPJLContainer, String custClassString, EPMDocument document, boolean onlyInOrgOfDoc)
           
static WTPart WTPartUtilities.getWTPart(String partNumber, ConfigSpec configSpec, WTContainer container, String custClassString, EPMDocument document, boolean onlyInOrgOfDoc)
           
static Object[] ObjectDependencyProcessor.getRelatedDrawings(Object[] selected, boolean includeAssociated, List associatedObjects, List allDependents, ConfigSpec configSpec)
          This method finds out the drawings if any referencing the selected EPM documents and their dependents (if the flag includeDrawingsOfDependents is set) and the parts associated with these drawings (if the flag includeAssociated is set).
static ArrayList ObjectDependencyProcessor.getUsesComponentsForEPMDoc(EPMDocument doc, ConfigSpec docConfigSpec, ArrayList docList)
          This method finds the components used in an assembly structure.
static Map ObjectDependencyProcessor.getRefreshedObjects(Object[] objectsToBeRefreshed, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          This method refreshes the objects passed in the input array based upon the input config spec for parts and documents and the current open workspace and returns a map which has the numbers of the objects as the keys and the objects as the corresponding values.
static Object[] ObjectDependencyProcessor.getRelatedDrawingsRemote(List selected, Boolean includeAssociated, List associatedObjects, List allDependents, ConfigSpec configSpec)
          This method is meant for invocation by the remote method server.
static Map ObjectDependencyProcessor.getRefreshedObjectsRemote(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          This method refreshes the objects passed in the input array based upon the input config spec for parts and documents and the current open workspace and returns a map which has the numbers of the objects as the keys and the objects as the corresponding values.
static EPMDocument EPMDocumentUtilities.getEPMDocument(String number, ConfigSpec configSpec)
          This method finds a document based on its unique number and the config spec.
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
static EPMDocument EPMDocumentUtilities.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static Object[] EPMDocumentUtilities.getCompatibleGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric, WTContainer container)
          This method returns the appropriate version of generic document for the input instance document If any compatible iteration of generic which config spec qualifies is returned If config spec doesnot qualify any iteration then the latest compatible is returned.
static String EPMDocumentUtilities.MapDocumentTypeToPDMObjType(EPMDocument doc, int docType, ConfigSpec configSpec)
           
static Object[] EPMDocumentUtilities.getCompatibleGenericForInstance(EPMDocument instanceDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.common.picker
 

Classes in com.ptc.windchill.cadx.common.picker that implement ConfigSpec
 class AuthoringApplicationConfigSpec
          

Supported API: true

Extendable: false
 class SharedOnlyConfigSpec
          The SharedOnlyConfigSpec uses the CabinetBasedInUseDelegate mechanism to filter out elements that are in a personal cabinet.
 

Uses of ConfigSpec in com.ptc.windchill.cadx.common.treetable
 

Fields in com.ptc.windchill.cadx.common.treetable declared as ConfigSpec
private  ConfigSpec AbstractTreeTableStructureNavigateProcessor.configSpec
           
 

Methods in com.ptc.windchill.cadx.common.treetable that return ConfigSpec
protected  ConfigSpec AbstractTreeTableStructureNavigateProcessor.getConfigSpec()
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.common.util
 

Fields in com.ptc.windchill.cadx.common.util declared as ConfigSpec
(package private)  ConfigSpec[] PageServerHelper.cs
           
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type ConfigSpec
static void UpdateWorkspaceUtilities.updateOnConfigSpec(Object wsObject, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
          

Supported API: false
 boolean[] PageServerHelper.getRefreshedObjects(Object[] objectsToBeRefreshed, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
          Checks if passed objects match the passed config spec
protected  void PageServerHelper.getFilteredIterations(int indCl, List masters, ConfigSpec configSpec, Map filteredIters)
           
static Object[] ObjectDependencyUtility.getRelatedDrawings(Object[] selectedObj, boolean includeAssociated, List associatedObjects, List allDependents, ConfigSpec configSpec)
          

Supported API: false
static Object[] ObjectDependencyUtility.getRelatedDrawings(List selected, boolean includeAssociated, List associatedObjects, List allDependents, ConfigSpec configSpec)
          

Supported API: false
static Vector ObjectDependencyUtility.getRelatedDrawingsWithParent(List selected, boolean includeAssociated, List allDependents, ConfigSpec configSpec)
          

Supported API: false
static Map ObjectDependencyUtility.getRefreshedObjects(Object[] objectsToBeRefreshed, EPMWorkspace workspace, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
          

Supported API: false
static Enumeration ObjectDependencyUtility.getReferedDocuments(EPMDocument a_Doc, ConfigSpec a_ConfigSpec)
          This method returns the documents refered by a drawing.
static List[] ObjectDependencyUtility.getAllInstances(Object[] selected, boolean includeAssociated, List dependents, List excludeObjects, ConfigSpec configSpec, boolean includeInstances, String criteria, boolean isCheckoutMetadata)
          Given an array of selected objects and a list containing all of their dependents as also the config spec for filtering out the documents, this method returns an array of lists.
static List[] ObjectDependencyUtility.getAllInstances(List selected, boolean includeAssociated, List dependents, List excludeObjects, ConfigSpec configSpec, boolean includeInstances, String criteria, boolean isCheckoutMetadata)
          Given an list of selected objects and a list containing all of their dependents as also the config spec for filtering out the documents, this method returns an array of lists.
static Map ObjectDependencyUtility.getGenericDocumentsForInstances(Object[] selected, ConfigSpec configSpec)
          Given an array containing selected objects this method returns a map containing instance documents from the array mapped against their corresponding generics.
static Map ObjectDependencyUtility.getGenericDocumentsForInstances(List selected, ConfigSpec configSpec)
          Given a List containing selected objects this method returns a map containing instance documents from the array mapped against their corresponding generics.
static Object[] ObjectDependencyUtility.getRelatedDrawings(List selected, List associatedObjects, List oldDrawings, boolean includeAssociated, ConfigSpec configSpec)
          

Supported API: false
private static Map ObjectDependencyUtility.getRefreshedObjects(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
           
private static boolean ObjectDependencyUtility.canObjectBeRefreshed(Workable workable, EPMWorkspace workspace, ConfigSpec configSpec)
           
private static boolean ObjectDependencyUtility.isLatestConfigSpec(ConfigSpec configSpec)
           
private static boolean ObjectDependencyUtility.isAnyVersionCheckedOutByUser(RevisionControlled revisionControlled, ConfigSpec configSpec)
           
private static void ObjectDependencyUtility.addFamilyInstancesToInstanceSet(EPMDocument genericDoc, EPMDocument instanceDoc, ConfigSpec docConfigSpec, Set selectedAndDependentsSet, Set instanceSet, Set excludeSet, Set[] objectSets, boolean includeAssociated, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
static EPMDocument[] ObjectDependencyUtility.getFamilyInstances(EPMDocument genericDoc, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric, WTContainer container)
          Obtains all the family instances for the given generic document, filtered using configSpec.
static Vector ObjectDependencyUtility.getAllInstancesWithParent(List selected, boolean includeAssociated, List dependents, ConfigSpec configSpec, boolean includeInstances)
          Given an list of selected objects and a list containing all of their dependents as also the config spec for filtering out the documents, this method returns a Vector of Vectors.
private static void ObjectDependencyUtility.getDependentsOfExternalSiplifiedReps(EPMWorkspace ws, ArrayList externSimpRepsToAdd, ArrayList toAddNonRecursively, ArrayList toAddRecursively, ConfigSpec docConfigSpec)
           
static boolean[] ObjectDependencyUtility.getRefreshedObjects(Object[] objectsToBeRefreshed, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
           
protected static void ObjectDependencyUtility.getFilteredIterations(Class iterCl, List masters, ConfigSpec cs, Map filteredIters)
           
static Map ObjectDependencyUtility.getPartCentricRefreshedObjects(List objectList, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, EPMWorkspace workspace)
           
private static ArrayList ObjectDependencyUtility.getPartCentricAssocPartsAndDocs(ArrayList docs, ConfigSpec partConfigSpec, ArrayList partsToBeProcessed, ArrayList partsNotToBeProcessed)
           
static Object[] ObjectDependencyUtility.getRelatedDrawings(List selected, List associatedObjects, List oldDrawings, boolean includeAssociated, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean partCentric)
           
static List[] ObjectDependencyUtility.getAllInstances(List selected, boolean includeAssociated, List dependents, List excludeObjects, ConfigSpec docConfigSpec, boolean includeInstances, String criteria, boolean isCheckoutMetadata, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static List[] ObjectDependencyUtility.getAllInstances(Object[] selected, boolean includeAssociated, List dependents, List excludeObjects, ConfigSpec docConfigSpec, boolean includeInstances, String criteria, boolean isCheckoutMetadata, ConfigSpec partConfigSpec, boolean isPartCentric)
           
static Vector ObjectDependencyUtility.getUsedByWithParent(List selected, boolean includeAssociated, List allDependents, ConfigSpec configSpec)
           
static Enumeration ObjectDependencyUtility.getRequiredReferedDocuments(EPMDocument a_Doc, ConfigSpec a_ConfigSpec)
          This method returns only the required documents refered by a drawing.
static EPMDocument[] ObjectDependencyUtility.getCompatibleFamilyInstances(EPMDocument genericDoc, ConfigSpec partConfigSpec, ConfigSpec docConfigSpec, boolean isPartCentric)
           
static Collection ObjectDependencyUtility.getRefreshedObjects(Collection objectsToBeRefreshed, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
           
static Iterated GenericUtilities.getIteration(Iterated anyIteration, ConfigSpec configSpec)
          This method obtains the correct iteration of an iterated object based on the input config spec.
 

Constructors in com.ptc.windchill.cadx.common.util with parameters of type ConfigSpec
PageServerHelper(Collection a_selectedObjs, EPMWorkspace a_ws, boolean a_isActiveWs, ConfigSpec a_dcs, ConfigSpec a_pcs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
PageServerHelper(String selectedOIDs, EPMWorkspace a_ws, boolean a_isActiveWs, ConfigSpec a_dcs, ConfigSpec a_pcs, int a_dependentsMode, int a_drawingsMode, int a_instancesMode, int a_businessMode)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.prowtutil
 

Methods in com.ptc.windchill.cadx.prowtutil with parameters of type ConfigSpec
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, ConfigSpec cs, boolean allInfo)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, ConfigSpec cs, boolean allInfo, Folder folder)
           
static Map FamilyUtilities.getFamilyInfo(List documents, EPMWorkspace ws, Map wsContent, ConfigSpec cs, boolean allInfo, Folder folder)
          Retrieve a family info for the given ArrayList of EPMDcouments.
protected static void FamilyUtilities.getConfigSpecContent(Map mastersCS, ConfigSpec cs, int contentType, Map content)
          Builds a map of the respective EPMDocuments for the given ConfigSpec.
protected static EPMDocument FamilyUtilities.getFromMultipleChoice(Map mastersCS, EPMWorkspace ws, ConfigSpec cs, Map[] content, boolean[] isFirstContentCall, ArrayList iters)
          Search the respective iteration among the given iterations using the given workspace and ConfigSpec.
static ArrayList FamilyUtilities.getEPMDocumentsFromFolderAndConfigSpec(Folder folder, ConfigSpec cs, boolean mergeWithLatest)
          Builds the ArrayList of the EPMDocuments from the given Folder with the given ConfigSpec.
 

Uses of ConfigSpec in com.ptc.windchill.cadx.saveas
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type ConfigSpec
static void SaveAsUtils.getAllInstances(List arrayObjects, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric, Vector finalVecForSaveAs, Vector inclusionCriteriaVec, String forWhichObject)
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.update
 

Fields in com.ptc.windchill.cadx.update declared as ConfigSpec
private  ConfigSpec UpdateFamilyEvaluator.configSpec
           
 

Uses of ConfigSpec in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption that return ConfigSpec
 ConfigSpec WsConfigSpecEditUtilities.modifyConfigSpec(String buttonSelected)
          This method modifies the config spec (doc or part) depending upon the valid values entered in the panel and the radio button selection to indicate which type of config spec is to be made active.
private static ConfigSpec WsConfigSpecEditUtilities.getThisSessionOnlyConfigSpec(Properties a_FormData, String configSpecOidKey)
          For the specified FormData object, look for a key mapping for the specified configSpecOidKey.
 

Uses of ConfigSpec in com.ptc.windchill.classproxy
 

Methods in com.ptc.windchill.classproxy with parameters of type ConfigSpec
static EPMDocument CadxClassProxy.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
           
static EPMDocument[] CadxClassProxy.getFamilyInstances(EPMDocument genericDoc, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.windchill.esi.esipart
 

Classes in com.ptc.windchill.esi.esipart that implement ConfigSpec
 class ESIDefaultConfigSpec
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep
 

Fields in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep declared as ConfigSpec
private  ConfigSpec ReportRequest.cspec
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep that return ConfigSpec
 ConfigSpec ReportRequest.getConfigSpec()
           
 

Methods in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep with parameters of type ConfigSpec
 void ReportRequest.setConfigSpec(ConfigSpec c)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep with parameters of type ConfigSpec
ReportRequest(Locale loc, ConfigSpec config)
           
ReportRequest(Locale loc, ConfigSpec config, Object contextObj, List seeds, int maxL)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.cadx.cancelcheckout
 

Fields in com.ptc.windchill.uwgm.cadx.cancelcheckout declared as ConfigSpec
private  ConfigSpec CancelCheckoutTemplateProcessor.configSpec
           
 

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type ConfigSpec
static Vector CancelCheckoutProxy.refreshObjectList(Object[] wsObjectInfo, EPMWorkspace ws, ConfigSpec docCs, ConfigSpec partCs, boolean isPartCentric)
           
static List[] CancelCheckoutProxy.getAllInstances(List arrayObjects, boolean includeInstances, boolean checkoutMetadata, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, boolean isPartCentric)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.cadx.checkout
 

Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type ConfigSpec
private  Collection CheckoutDependencyProcessor.getDBObjsForCachedObjs(Collection cachedObjs, ConfigSpec cs)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.cadx.config
 

Methods in com.ptc.windchill.uwgm.cadx.config that return ConfigSpec
static ConfigSpec SetConfigurationUtilities.getConfigSpec(Object contextObject, HTTPState state, Properties props)
           
static ConfigSpec SetConfigurationUtilities.getAsStoredConfigSpec(Object doc)
           
static ConfigSpec SetConfigurationUtilities.getStandardConfigSpec(String lifeCycleStateName)
           
static ConfigSpec SetConfigurationUtilities.getManagedBaselineConfigSpec(String newBaselineNumber)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.common.folder
 

Methods in com.ptc.windchill.uwgm.common.folder with parameters of type ConfigSpec
 Iterated[] FolderContent.getIterations(ConfigSpec[] cs)
          returns an array of filtered by config spec iteratable objects from iterCl[] presented in folder cs ConfigSpec[]
private  void FolderContent.getIterations(Class iterCl, ConfigSpec cs, Map itersMap)
           
 Iterated[] FolderContent.getIterations(ConfigSpec[] cs)
          returns an array of filtered by config spec iteratable objects from iterCl[] presented in folder cs ConfigSpec[]
private  void FolderContent.getIterations(Class iterCl, ConfigSpec cs, Map itersMap)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.common.pdm
 

Fields in com.ptc.windchill.uwgm.common.pdm declared as ConfigSpec
protected  ConfigSpec AbstractRetriever.configSpec
           
protected  ConfigSpec AbstractRetriever.configSpec
           
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type ConfigSpec
private  void OutOfDateHelper.retrieveLatestObjects(Class iterCl, ConfigSpec cs, Map latestMap)
           
 void AbstractRetriever.setConfigSpec(ConfigSpec configSpec)
           
private  void OutOfDateHelper.retrieveLatestObjects(Class iterCl, ConfigSpec cs, Map latestMap)
           
 void AbstractRetriever.setConfigSpec(ConfigSpec configSpec)
           
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.common.workspace
 

Methods in com.ptc.windchill.uwgm.common.workspace that return ConfigSpec
static ConfigSpec ConfigSpecHelper.getWTDocumentConfigSpec(WTContainer container)
          Create a WTDocumentStandardConfigSpec for the specified container.
static ConfigSpec ConfigSpecHelper.getExtendedSearchConfigSpec(EPMWorkspace epmWorkspace)
          constructs extended config spec suitable for search on bundled servers For standalone servers returns origianl WS config spec
static ConfigSpec ConfigSpecHelper.getWTDocumentConfigSpec(WTContainer container)
          Create a WTDocumentStandardConfigSpec for the specified container.
static ConfigSpec ConfigSpecHelper.getExtendedSearchConfigSpec(EPMWorkspace epmWorkspace)
          constructs extended config spec suitable for search on bundled servers For standalone servers returns origianl WS config spec
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.proesrv.cache
 

Fields in com.ptc.windchill.uwgm.proesrv.cache declared as ConfigSpec
private  ConfigSpec FindIterationsRequestCacheAdapter.configSpec
           
 

Methods in com.ptc.windchill.uwgm.proesrv.cache that return ConfigSpec
private  ConfigSpec FindIterationsRequestCacheAdapter.processConfigSpecOption(RequestContext requestContext, com.ptc.windchill.uwgm.soap.uwgmsvc.FindByConfigSpec option)
           
 ConfigSpec FindIterationsRequestCacheAdapter.getConfigSpec()
          returns ConfigSpec or null if not specified
 ConfigSpec FindIterationsRequestCache.getConfigSpec()
          returns ConfigSpec or null if not specified
 

Uses of ConfigSpec in com.ptc.windchill.uwgm.proesrv.util
 

Methods in com.ptc.windchill.uwgm.proesrv.util with parameters of type ConfigSpec
static WTCollection DependencyHelper.getIterationDependencies(WTCollection seeds, WTContainer container, ConfigSpec cs)
          This method returns the Required Dependents of the collection of objects
 

Uses of ConfigSpec in com.ptc.wvs.client.beans
 

Methods in com.ptc.wvs.client.beans that return ConfigSpec
 ConfigSpec PublishConfigSpec.getEPMActiveConfigSpec()
           
 ConfigSpec PublishConfigSpec.getEPMActiveConfigSpec(boolean allowBaseline)
           
 ConfigSpec PublishConfigSpec.getEPMActiveConfigSpec(boolean allowBaseline, String currentContainerString)
           
 ConfigSpec PublishConfigSpec.getPartActiveConfigSpec()
           
 ConfigSpec PublishConfigSpec.getPartActiveConfigSpec(String currentContainerString)
           
 

Uses of ConfigSpec in com.ptc.wvs.common.ui
 

Methods in com.ptc.wvs.common.ui with parameters of type ConfigSpec
static String Visualizer.getPartStructureED(String objectReference, ConfigSpec configSpec, Integer levels)
          Returns ED file content for viewing the WTPart structure.
 boolean Publisher.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, boolean defaultRep, String repName, String repDescription, int structureType)
          Attempts to publish a Representable generating a Representation

Supported API: false
 boolean Publisher.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType)
          Attempts to publish a Representable generating a Representation

Supported API: false
 boolean Publisher.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString)
          Attempts to publish a Representable generating a Representation

Supported API: false
 boolean Publisher.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString, int jobSource)
          Attempts to publish a Representable generating a Representation

Supported API: false
private  Object[] Publisher.doClientPublish(boolean viewableLink, boolean forceRepublish, String docObjectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString, int jobSource)
           
 String[] Publisher.getCADRepList(String objRef, ConfigSpec cs, Locale locale)
          Gets the potential list of CAD "reps" that the user can choose to publish.
 

Uses of ConfigSpec in com.ptc.wvs.common.util
 

Classes in com.ptc.wvs.common.util that implement ConfigSpec
 class ConfigSpecProxy
           
 

Fields in com.ptc.wvs.common.util declared as ConfigSpec
private  ConfigSpec ConfigSpecProxy.configSpec
           
 

Methods in com.ptc.wvs.common.util that return ConfigSpec
 ConfigSpec ConfigSpecProxy.getConfigSpec()
           
 

Methods in com.ptc.wvs.common.util with parameters of type ConfigSpec
 void ConfigSpecProxy.setConfigSpec(ConfigSpec cs)
           
 

Constructors in com.ptc.wvs.common.util with parameters of type ConfigSpec
ConfigSpecProxy(ConfigSpec cs)
           
ConfigSpecProxy(ConfigSpec cs, int t)
           
ConfigSpecProxy(ConfigSpec cs, int t, String ccs)
           
 

Uses of ConfigSpec in com.ptc.wvs.server.loader
 

Fields in com.ptc.wvs.server.loader declared as ConfigSpec
private  ConfigSpec PartGenericStructure.partConfig
           
 

Methods in com.ptc.wvs.server.loader that return ConfigSpec
 ConfigSpec PartGenericStructure.getConfigSpec()
           
private  ConfigSpec PartGenericStructure.getConfigSpec(WTProductInstance2 productInstance)
           
static ConfigSpec EDRPartHelper.selectDefaultPartConfigSpec(Representable part, EDRLogger logger)
           
static ConfigSpec EDRPartHelper.selectDefaultPartConfigSpec(Representable part, EDRLogger logger, WTContainerRef currentContainerRef)
           
 

Methods in com.ptc.wvs.server.loader with parameters of type ConfigSpec
 void PartGenericStructure.setConfigSpec(ConfigSpec c)
           
static void PartGenericStructure.addNonBuiltParts(DefaultMutableTreeNode n, Representable p, ConfigSpec partConfig)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, int levels, HTTPResponse response, String sid)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid)
           
static String PartGenericStructure.getPartStructureED(Persistable p, ConfigSpec partConfigSpec, String configString, WTContainerRef currentContainer, WTPart startPart, PartPathOccurrence startPath, int levels, HTTPResponse response, String sid, DefaultMutableTreeNode[] rootArray)
           
 int EDRLoader.start(Representable p, WTObject d, ConfigSpec configSpec, ConfigSpec partConfigSpec, int structureType)
           
 int EDRLoader.start(boolean calledFromPublisher, Representable p, WTObject d, ConfigSpec configSpec, ConfigSpec partConfigSpec, int structureType)
           
static Representation EDRHelper.startCreateRepresentation(Representable part, RepresentationContributor doc, ConfigSpec configSpec, ConfigSpec partConfigSpec, String repName, String repDesc, int structureType)
           
static Representation EDRHelper.startCreateRepresentation(Representable part, RepresentationContributor doc, ConfigSpec configSpec, ConfigSpec partConfigSpec, String repName, String repDesc, int structureType, String cadPartName, String cadFormName, boolean isPosAssy)
           
 void EdFile.processEdFileFromURLs(Representation toRep, Representable part, int structureType, ConfigSpec partConfigSpec, boolean deleteHtmldoc)
           
 void EdFile.processEdFileFromURLs(Representation toRep, Representable part, int structureType, ConfigSpec partConfigSpec, boolean deleteHtmldoc, boolean deleteIgnoreOnMerge)
           
 

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

Fields in com.ptc.wvs.server.publish declared as ConfigSpec
(package private)  ConfigSpec PublishJob.configSpec
           
(package private)  ConfigSpec PublishJob.partConfigSpec
           
 

Methods in com.ptc.wvs.server.publish that return ConfigSpec
 ConfigSpec PublishJob.getConfigSpec()
           
 ConfigSpec PublishJob.getPartConfigSpec()
           
static ConfigSpec PublishConfigHelper.selectPublishEPMConfigSpec(ConfigSpec incs, EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectDefaultEPMConfigSpec(EPMDocument doc, boolean allowAsStored, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectAsStoredEPMConfigSpec(EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectPublishPartConfigSpec(ConfigSpec incs, Representable part, PublishJob publishJob)
           
 

Methods in com.ptc.wvs.server.publish with parameters of type ConfigSpec
static EPMDocument WildfireDownload.getEPMDocument(String number, ConfigSpec configSpec)
          This method finds a document based on its unique number and the config spec.
private  EPMDocument WildfireDownload.getGenericForInstance(EPMDocument instanceDoc, ConfigSpec configSpec)
          This method returns the appropriate version of generic document for the input instance document (if any) by applying the input config specs.
protected  void StandardPublishService.processCheckInEvent(Vector objects, ConfigSpec configSpec)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger, String cadPartName, String cadFormName)
           
static int PublishHelper.storeRepresentation(WTObject doc, Representable part, File tempDir, boolean storeEDZ, boolean createThumbnail, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType, PublishJob logger, String cadPartName, String cadFormName, boolean isPosAssy)
           
static int PublishHelper.getAdditionalFiles(Object xmlDocument, File tempDir, FileConvert conv, ConfigSpec publishJobCS)
           
static int PublishHelper.getFilesForNodeList(NodeList nodelist, File tempDir, FileConvert conv, ConfigSpec configSpec)
           
static ConfigSpec PublishConfigHelper.selectPublishEPMConfigSpec(ConfigSpec incs, EPMDocument doc, PublishJob publishJob)
           
static ConfigSpec PublishConfigHelper.selectPublishPartConfigSpec(ConfigSpec incs, Representable part, PublishJob publishJob)
           
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType)
          First checks to see if there is viewable data which is suitable if so this is returned.
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString)
          First checks to see if there is viewable data which is suitable if so this is returned.
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, String objectReference, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString, int jobSource)
          First checks to see if there is viewable data which is suitable if so this is returned.
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, Persistable p, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType)
          First checks to see if there is viewable data which is suitable if so this is returned.
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, Persistable p, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString)
          First checks to see if there is viewable data which is suitable if so this is returned.
static Object[] Publish.doPublish(boolean viewableLink, boolean forceRepublish, Persistable p, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean defaultRep, String repName, String repDescription, int structureType, String actionString, int jobSource)
          First checks to see if there is viewable data which is suitable if so this is returned.
static String[] Publish.getCADRepList(String objRef, ConfigSpec cs, Locale locale)
          Gets the potential list of CAD "reps" that the user can choose to publish.
static String[] Publish.getCADRepList(Persistable p, ConfigSpec cs, Locale locale)
           
static void CadPositioningAssembly.setBranchLink(Hashtable p, EPMDocument epmDoc, Representable repable, ConfigSpec cs)
           
static String[] CadConvertUG.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
static String[] CadConvertSOLIDWORKS.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
static String[] CadConvertPROEForDLL.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private  boolean CadConvertPROEForDLL.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory)
           
private  boolean CadConvertPROEForDLL.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory, String authFileName)
           
static String[] CadConvertPROE.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
private  boolean CadConvertPROE.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory)
           
private  boolean CadConvertPROE.downloadWithFileAdapter(EPMDocument thisDoc, ConfigSpec epmConfig, File directory, String authFileName)
           
static String[] CadConvertPRODESKTOP.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
static String[] CadConvertINVENTOR.getCADRepList(EPMDocument d, ConfigSpec cs, Locale locale)
           
 

Constructors in com.ptc.wvs.server.publish with parameters of type ConfigSpec
PublishJob(boolean forceRepublish, String docRef, ConfigSpec configSpec, ConfigSpec partConfigSpec, boolean repDefault, String repName, String repDescription, int structureType)
           
 

Uses of ConfigSpec in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui with parameters of type ConfigSpec
static String UIHelper.getPartStructureED(String objRef, ConfigSpec configSpec, Integer levels)
           
 

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

Methods in com.ptc.wvs.server.util that return ConfigSpec
static ConfigSpec RepUpdateUtils.prepareConfigSpec(ConfigSpec cs, Representable rep)
           
static ConfigSpec PublishUtils.createEPMDocConfigSpec(ConfigSpec incs)
           
static ConfigSpec PublishUtils.getConfigSpecFor(Iterated p)
           
static ConfigSpec PublishUtils.getConfigSpecFor(Iterated p, WTContainerRef currentContainerRef)
           
 

Methods in com.ptc.wvs.server.util with parameters of type ConfigSpec
static ConfigSpec RepUpdateUtils.prepareConfigSpec(ConfigSpec cs, Representable rep)
           
static ConfigSpec PublishUtils.createEPMDocConfigSpec(ConfigSpec incs)
           
static EPMDocument PublishUtils.getDocFromMaster(Mastered dm, ConfigSpec cs)
           
static EPMFamilyTable PublishUtils.findFamilyTableFromEPMDocument(EPMDocument doc, ConfigSpec cs)
           
static Persistable[] PublishUtils.findGenericFromInstance(EPMDocument it, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromGeneric(EPMDocument gen, String itname, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromGeneric(EPMDocument gen, String itname, ConfigSpec cs, boolean useCADName)
           
static Persistable[] PublishUtils.findInstanceFromFamilyTable(EPMFamilyTable ft, String itname, ConfigSpec cs)
           
static Persistable[] PublishUtils.findInstanceFromFamilyTable(EPMFamilyTable ft, String itname, ConfigSpec cs, boolean useCADName)
           
static String[] FileHelper.getFileContent(ContentHolder doc, boolean getPrimary, boolean getSecondary, File tempDir, ConfigSpec cs, int depType)
           
static String[] FileHelper.getFileContent(ContentHolder doc, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType)
           
static String[] FileHelper.getFileContent(ContentHolder doc, boolean getPrimary, boolean getSecondary, File tempDir, ConfigSpec cs, int depType, FileConvert conv)
           
static String[] FileHelper.getFileContent(ContentHolder doc, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv)
           
static String[] FileHelper.getFileContent(ContentHolder doc, ContentRoleType role, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv)
           
static String[] FileHelper.Server.getFileContent(ContentHolder doc, ContentRoleType role, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv)
           
private static String FileHelper.Server.getFileContentInternal(ContentHolder doc, ContentRoleType role, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv, Vector v)
           
static void DocumentHelper.addReferencesAndDescribesDocuments(DefaultMutableTreeNode n, WTPart part, ConfigSpec configSpec)
           
static void DocumentHelper.addReferencesDocuments(DefaultMutableTreeNode n, WTPart part, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in wt.annotation
 

Constructors in wt.annotation with parameters of type ConfigSpec
AnnotationConfigSpecNodeExpander(ConfigSpec a_configSpec)
          Constructs an instance.
 

Uses of ConfigSpec in wt.annotation.upgrade
 

Methods in wt.annotation.upgrade with parameters of type ConfigSpec
private static TypeInstance AnnotationSetMigrator.translateConfigSpec(ConfigSpec config_spec)
           
 

Uses of ConfigSpec in wt.build
 

Methods in wt.build with parameters of type ConfigSpec
 QueryResult StandardBuildService.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 BuildTarget StandardBuildService.buildTarget(BuildTarget target, ConfigSpec configSpec)
          

Supported API: false
 WTValuedMap StandardBuildService.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
 QueryResult StandardBuildService.buildTargetsForSource(WTCollection sources, ConfigSpec configSpec)
          

Supported API: false
 QueryResult StandardBuildService.buildTarget(BuildTarget[] targets, ConfigSpec configSpec)
          Deprecated.  
 QueryResult StandardBuildService.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
protected  WTCollection StandardBuildService.build(WTCollection buildRules, ConfigSpec configSpec)
           
 WTValuedMap MigrationBuildUtility.buildTargetsForSource(WTCollection sources, ConfigSpec configSpec)
          

Supported API: false
private  WTCollection MigrationBuildUtility.build(WTKeyedMap rulesInfo, ConfigSpec configSpec)
           
 QueryResult BuildServiceFwd.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 BuildTarget BuildServiceFwd.buildTarget(BuildTarget target, ConfigSpec configSpec)
          

Supported API: false
 WTValuedMap BuildServiceFwd.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
 QueryResult BuildServiceFwd.buildTargetsForSource(WTCollection sources, ConfigSpec configSpec)
          

Supported API: false
 QueryResult BuildServiceFwd.buildTarget(BuildTarget[] targets, ConfigSpec configSpec)
          Deprecated.  
 QueryResult BuildServiceFwd.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
 QueryResult BuildService.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 BuildTarget BuildService.buildTarget(BuildTarget target, ConfigSpec configSpec)
          

Supported API: false
 WTValuedMap BuildService.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
 QueryResult BuildService.buildTargetsForSource(WTCollection sources, ConfigSpec configSpec)
          

Supported API: false
 QueryResult BuildService.buildTarget(BuildTarget[] targets, ConfigSpec configSpec)
          Deprecated.  
 QueryResult BuildService.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
 BuildTarget[] BuildDelegate.build(WTCollection rules, ConfigSpec configSpec)
          

Supported API: false
 

Uses of ConfigSpec in wt.change2
 

Classes in wt.change2 that implement ConfigSpec
 class Changeable2ConfigSpec
          Returns all latest iterations for a master except those latest iterations not owned by the current principal (either checked-out to another user or stored in a personal cabinet).
 

Methods in wt.change2 with parameters of type ConfigSpec
private static List CMIIBaselineHelper.getVersions(Mastered m, ConfigSpec lrcs, ConfigSpec lcs, boolean releasedOnly)
           
 

Uses of ConfigSpec in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as ConfigSpec
private  ConfigSpec PartItem.configurationSpec
           
protected  ConfigSpec PartExplorer.configurationSpec
          Deprecated.  
(package private)  ConfigSpec OpenAnnotationDialog.configSpec
           
(package private)  ConfigSpec DeleteAnnotationDialog.configSpec
           
(package private)  ConfigSpec CreateConfigurationFrame.configSpec
           
 

Methods in wt.clients.prodmgmt that return ConfigSpec
 ConfigSpec PartItem.getConfigurationSpec()
           
 ConfigSpec PartExplorerFrame.getCurrentConfigSpec()
          Public method for retrieving the configuration specification used in the current PIE window.
 ConfigSpec PartExplorer.getConfigurationSpec()
          Deprecated. Returns the configuration specification being used by this window to control which versions of parts are selected when the part structure is expanded.
 ConfigSpec InstanceExplorer.getConfigurationSpec()
          Returns the configuration specification being used by this window to control which versions of parts are selected when the part structure is expanded.
 ConfigSpec CreateConfigurationFrame.getConfigSpec()
          Get the ConfigSpec
(package private) static ConfigSpec ConfiguredPartHelper.getConfigSpec(WTProductConfiguration productConfiguration)
           
 ConfigSpec ConfigurationExplorer.getConfigurationSpec()
          Returns the configuration specification being used by this window to control which versions of parts are selected when the part structure is expanded.
(package private) static ConfigSpec AllocatedPartHelper.getConfigSpec(WTProductInstance2 product_instance)
           
 

Methods in wt.clients.prodmgmt with parameters of type ConfigSpec
 void PartItem.setConfigurationSpec(ConfigSpec config_spec)
          Sets the configuration specification to be used when getting the child parts used by this part.
static Explorable[] PartHelper.getUses(WTPart part, PartExplorer explorer, ConfigSpec config_spec)
          Returns an array of Explorable objects retrieved by getting the children of given part using the given ConfigSpec.
static WTPart[] PartHelper.getAllPartVersions(WTPartMaster master, ConfigSpec config_spec)
           
static WTPart[] PartHelper.getAllPartVersions(WTPartMaster[] masters, ConfigSpec config_spec)
           
 void PartExplorerFrame.setConfigurationSpec(ConfigSpec config_spec)
          Public method for explicitly setting the configuration specification to be used in getting versions of parts.
 void PartExplorer.setConfigurationSpec(ConfigSpec config_spec)
          Deprecated.  
protected static WTPartConfigSpec PartExplorer.retrieveWTPartConfigSpec(ConfigSpec config_spec)
          Deprecated.  
 void OpenAnnotationDialog.setConfigSpec(ConfigSpec config_spec)
           
 void DeleteAnnotationDialog.setConfigSpec(ConfigSpec config_spec)
           
 void CreateConfigurationFrame.setConfigSpec(ConfigSpec config_spec)
          Set the ConfigSpec
 

Uses of ConfigSpec in wt.clients.vc.baseline
 

Fields in wt.clients.vc.baseline declared as ConfigSpec
private  ConfigSpec BaselinePopulateQueryListener.configSpec
           
private  ConfigSpec BaselineOperation.configSpec
           
 

Methods in wt.clients.vc.baseline that return ConfigSpec
 ConfigSpec BaselineTaskPanel.getConfigSpec()
           
 

Constructors in wt.clients.vc.baseline with parameters of type ConfigSpec
BaselinePopulateQueryListener(Persistable a_root, Applet a_applet, ConfigSpec a_configSpec)
           
BaselineOperation(Baseline baseline, int operation, Persistable root, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in wt.configuration
 

Classes in wt.configuration that implement ConfigSpec
 class BaselineConfigurationConfigSpec
          The config spec used by a BaselineConfigurationVersion to traverse its structure.
 class ConfigurationMemberConfigSpec
          

Supported API: true

Extendable: false
 class ConfigurationVisitor
          

Supported API: true

Extendable: false
 class RemoveConfigurationVisitor
          

Supported API: true

Extendable: false
 class SerialNumberedConfiguredInstanceConfigSpec
          The config spec used by SerialNumberedConfiguredInstanceVersion objects.
 

Fields in wt.configuration declared as ConfigSpec
private  ConfigSpec ConfigurationVisitor.navigatorSpec
           
 

Methods in wt.configuration that return ConfigSpec
 ConfigSpec SerialNumberedConfiguredInstanceVersionGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
           
 ConfigSpec SerialNumberedConfiguredInstanceVersionGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
           
 ConfigSpec BaselineConfigurationVersionGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
           
 ConfigSpec BaselineConfigurationVersionGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
           
 

Methods in wt.configuration with parameters of type ConfigSpec
 BaselineConfigurationVersion StandardConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Populates the configuration, starting at the configured version.
 BaselineConfigurationVersion StandardConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Repopulate the configuration, starting at the configured version.
 BaselineConfigurationVersion StandardConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion StandardConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 BaselineConfigurationVersion StandardConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Populates the configuration, starting at the version.
 BaselineConfigurationVersion StandardConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Repopulate the configuration, starting at the version.
protected  Navigator StandardConfigurationService.getNavigator(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
           
 BaselineConfigurationVersion ConfigurationServiceFwd.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Populates the configuration, starting at the configured version.
 BaselineConfigurationVersion ConfigurationServiceFwd.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Repopulate the configuration, starting at the configured version.
 BaselineConfigurationVersion ConfigurationServiceFwd.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationServiceFwd.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationServiceFwd.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Populates the configuration, starting at the version.
 BaselineConfigurationVersion ConfigurationServiceFwd.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Repopulate the configuration, starting at the version.
 BaselineConfigurationVersion ConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Populates the configuration, starting at the configured version.
 BaselineConfigurationVersion ConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Repopulate the configuration, starting at the configured version.
 BaselineConfigurationVersion ConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Populates the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, Mastered master)
          Repopulate the configuration, starting at the master.
 BaselineConfigurationVersion ConfigurationService.populateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Populates the configuration, starting at the version.
 BaselineConfigurationVersion ConfigurationService.repopulateConfiguration(BaselineConfigurationVersion configuration, ConfigSpec configSpec, ConfigurationManageable version)
          Repopulate the configuration, starting at the version.
 Navigator ConfigurationDelegate.getNavigator(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
          Returns the navigator used to populate a configuration.
 

Constructors in wt.configuration with parameters of type ConfigSpec
StandardConfigurationService.RecurseOperation(BaselineConfigurationVersion a_configuration, ConfigurationManageable a_root, ConfigSpec a_configSpec, Visitor a_visitor)
           
ConfigurationVisitor(BaselineConfigurationVersion configuration, ConfigSpec navigatorSpec, StandardConfigurationService service)
          

Supported API: false
ConfigurationVisitor(BaselineConfigurationVersion configuration, ConfigSpec navigatorSpec, StandardConfigurationService service, boolean repopulate)
          

Supported API: false
 

Uses of ConfigSpec in wt.dataops.objectcol.dependency
 

Methods in wt.dataops.objectcol.dependency with parameters of type ConfigSpec
protected static WTCollection DependencyHelper.findDeps(WTCollection seeds, ConfigSpec spec, boolean collectRequired, boolean setGetSeedAssociated, boolean includeDrawings, boolean includeInstances, boolean isCentric, boolean isCadCentric, Class[] nodeClasses, Class[] linkClasses, WTCollection output)
           
 

Uses of ConfigSpec in wt.doc
 

Classes in wt.doc that implement ConfigSpec
 class WTDocumentConfigSpec
          The config spec for use by WTDocuments.
 class WTDocumentStandardConfigSpec
          A ConfigSpec used to filter WTDocuments based on their life cycle state and work in progress state.
 

Fields in wt.doc declared as ConfigSpec
private  ConfigSpec SetDocConfigSpecDelegate.ConfigSpecHolder.configSpec
           
private  ConfigSpec DocumentStructureProcessor.configSpec
           
private  ConfigSpec DocConfigSpecProcessor.configSpec
           
 

Methods in wt.doc that return ConfigSpec
 ConfigSpec WTDocumentGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
           
 ConfigSpec WTDocumentGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
           
 ConfigSpec WTDocumentConfigSpec.getActive()
          Get the active ConfigSpec.
 ConfigSpec SetDocConfigSpecDelegate.ConfigSpecHolder.getConfigSpec()
          Returns the ConfigSpec associated with this ConfigSpecHolder.
protected  ConfigSpec DocumentStructureProcessor.getConfigSpec()
          Returns the Configuration Specification used to show the structure.
protected  ConfigSpec DocConfigSpecProcessor.getConfigSpec()
          Returns the Configuration Specification used to initially populate the form fields.
 

Methods in wt.doc with parameters of type ConfigSpec
 void SetDocConfigSpecDelegate.setConfigSpec(ConfigSpec config_spec)
           
static String SetDocConfigSpecDelegate.getEncodedConfigSpec(ConfigSpec config_spec)
          Returns the given ConfigSpec encoded in a String using base-64 encoding.
static Navigator DocumentStructureNavigatorFactory.newNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of a Document structure via the generic IteratedUsageLink class.
static Navigator DocumentStructureNavigatorFactory.newDocumentNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of a Document structure.
 

Uses of ConfigSpec in wt.eff
 

Classes in wt.eff that implement ConfigSpec
 class EffConfigSpec
          A primitive config spec used to filter based on an Eff, its EffContext and a value for which the EffManagedVersion should be effective.
 class EffConfigSpecGroup
          A container config spec allowing multiple PersistableEffConfigSpecs to be considered.
 class PersistableEffConfigSpec
          Persistent wrapper of an EffConfigSpec (which is ObjectMappable).
 

Uses of ConfigSpec in wt.enterprise
 

Methods in wt.enterprise with parameters of type ConfigSpec
private  void PartReferencesProcessor.printTableRow(WTDocumentMaster reference, ConfigSpec configSpec, PrintWriter out, Locale locale)
          

Supported API: false

Extendable: false
private  void PartReferencesProcessor.printVersionCell(Master reference, ConfigSpec configSpec, PrintWriter out, Locale locale)
          

Supported API: false

Extendable: false
 

Uses of ConfigSpec in wt.epm
 

Classes in wt.epm that implement ConfigSpec
 class EPMDocConfigSpec
          The config spec for use by EPMDocs.
 

Methods in wt.epm that return ConfigSpec
 ConfigSpec EPMDocGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec EPMDocGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
 ConfigSpec EPMDocConfigSpec.getActive()
          Get the active ConfigSpec.
 

Methods in wt.epm with parameters of type ConfigSpec
protected static QueryResult ReviseManagerUtility.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use ReviseManagerUtility.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
protected static QueryResult ReviseManagerUtility.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
protected static QueryResult ReviseManagerUtility.reviseFamilyAndParts(EPMFamily family, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
protected static QueryResult ReviseManagerUtility.reviseAll(Collection toRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMStandardDocumentManager.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMStandardDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 QueryResult EPMStandardDocumentManager.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMStandardDocumentManager.reviseFamilyAndParts(EPMFamily family, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMStandardDocumentManager.reviseAll(Collection toRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
static List EPMFamily.findFamilies(Collection documents, ConfigSpec configSpec)
          Finds all families in the given collection of documents.
private static List EPMFamily.findInstances(Collection documents, ConfigSpec configSpec)
           
private static List EPMFamily.findGenerics(Collection documents, ConfigSpec configSpec)
           
 QueryResult EPMDocumentManagerFwd.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMDocumentManagerFwd.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 QueryResult EPMDocumentManagerFwd.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMDocumentManagerFwd.reviseFamilyAndParts(EPMFamily family, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMDocumentManagerFwd.reviseAll(Collection toRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMDocumentManager.revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. Use EPMDocumentManager.reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
 QueryResult EPMDocumentManager.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMDocumentManager.reviseFamilyAndParts(EPMFamily family, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 QueryResult EPMDocumentManager.reviseAll(Collection toRevise, ReviseOptions options, ConfigSpec partConfigSpec)
          Deprecated. at R8.0, use reviseALL( WTKeyedMap)
 

Uses of ConfigSpec in wt.epm.build
 

Methods in wt.epm.build with parameters of type ConfigSpec
 BuildTarget[] EPMBuildDelegate.build(WTCollection rules, ConfigSpec configSpec)
          

Supported API: false
protected  Hashtable EPMBuildDelegate.getChildren(WTCollection rules, ConfigSpec configSpec)
          Get all the children used by familyInstance in doc.
 

Uses of ConfigSpec in wt.epm.clients.relateditems
 

Fields in wt.epm.clients.relateditems declared as ConfigSpec
private  ConfigSpec PartCentricProcessor.partConfigSpec
           
private  ConfigSpec PartCentricProcessor.docConfigSpec
           
private  ConfigSpec DocCentricProcessor.configSpec
           
 

Uses of ConfigSpec in wt.epm.listeners
 

Fields in wt.epm.listeners declared as ConfigSpec
private  ConfigSpec EPMEventServiceEvent.configSpec
           
 

Methods in wt.epm.listeners that return ConfigSpec
 ConfigSpec EPMEventServiceEvent.getConfigSpec()
          Gets the value of the attribute: configSpec.
 

Methods in wt.epm.listeners with parameters of type ConfigSpec
 void EPMStandardEventServiceManager.dispatchCheckInCompleteEvent(Vector checkedInObjects, ConfigSpec configSpec)
          Dispatches a EPMEventServiceEvent to indicate that the checkin is complete (added to workspace if needed, build process complete)

Supported API: false
 void EPMEventServiceFwd.dispatchCheckInCompleteEvent(Vector checkedInObjects, ConfigSpec configSpec)
          Dispatches a EPMEventServiceEvent to indicate that the checkin is complete (added to workspace if needed, build process complete)

Supported API: false
 void EPMEventService.dispatchCheckInCompleteEvent(Vector checkedInObjects, ConfigSpec configSpec)
          Dispatches a EPMEventServiceEvent to indicate that the checkin is complete (added to workspace if needed, build process complete)

Supported API: true
 

Constructors in wt.epm.listeners with parameters of type ConfigSpec
EPMEventServiceEvent(String eventType, Vector checkedInObjects, ConfigSpec confSpec)
          Deprecated. in X-05, please use EPMEventServiceEvent(String eventType, WTCollection checkedInObjects, ConfigSpec confSpec)
EPMEventServiceEvent(String eventType, WTCollection checkedInObjects, ConfigSpec confSpec)
          

Supported API: false
 

Uses of ConfigSpec in wt.epm.query
 

Methods in wt.epm.query that return ConfigSpec
 ConfigSpec WorkspaceConfigSpecHandler.getConfigSpec(List params)
          getConfigSpec
abstract  ConfigSpec QueryNodes.ConfigSpecLineNode.getConfigSpec(QueryNodes.QueryScope scope)
           
 ConfigSpec QueryNodes.ObjectConfigSpecLineNode.getConfigSpec(QueryNodes.QueryScope scope)
           
 ConfigSpec QueryNodes.StringConfigSpecLineNode.getConfigSpec(QueryNodes.QueryScope scope)
           
 ConfigSpec LatestConfigSpecHandler.getConfigSpec(List params)
          getConfigSpec
 ConfigSpec GeneralConfigSpecHandler.getConfigSpec(List params)
          getConfigSpec
 ConfigSpec ConfigSpecHandler.getConfigSpec(List params)
           
 ConfigSpec BaselineConfigSpecHandler.getConfigSpec(List params)
          getConfigSpec
 

Methods in wt.epm.query with parameters of type ConfigSpec
protected  QueryResult Query.processConfigSpecLine(QuerySpec querySpec, int iteratedSelectIndex, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in wt.epm.retriever
 

Classes in wt.epm.retriever that implement ConfigSpec
 class LatestConfigSpecWithoutWorkingCopies
           
 

Fields in wt.epm.retriever declared as ConfigSpec
(package private)  ConfigSpec DependencyRetrieverHelper.docConfigSpec
           
(package private)  ConfigSpec DependencyRetrieverHelper.partConfigSpec
           
(package private)  ConfigSpec DependencyRetrieverHelper.wtdocConfigSpec
           
(package private)  ConfigSpec DependencyRetrieverHelper.docConfigSpec
           
(package private)  ConfigSpec DependencyRetrieverHelper.partConfigSpec
           
(package private)  ConfigSpec DependencyRetrieverHelper.wtdocConfigSpec
           
 

Methods in wt.epm.retriever with parameters of type ConfigSpec
 void EPMRetriever.addConfigSpec(ConfigSpec spec)
           
 void EPMRetriever.addConfigSpec(String alias, ConfigSpec spec)
           
private  QueryResult EPMRetriever.processByConfigSpec(ObjectIdentifier masterId, ConfigSpec configSpec, QueryResult qr, int iterInd)
           
 void DependencyRetrieverHelper.addAuxConfigSpec(ConfigSpec acs)
           
private  void DependencyRetrieverHelper.addConfigSpec(EPMRetriever retriever, ConfigSpec cs, String alias)
           
 void EPMRetriever.addConfigSpec(ConfigSpec spec)
           
 void EPMRetriever.addConfigSpec(String alias, ConfigSpec spec)
           
private  QueryResult EPMRetriever.processByConfigSpec(ObjectIdentifier masterId, ConfigSpec configSpec, QueryResult qr, int iterInd)
           
 void DependencyRetrieverHelper.addAuxConfigSpec(ConfigSpec acs)
           
private  void DependencyRetrieverHelper.addConfigSpec(EPMRetriever retriever, ConfigSpec cs, String alias)
           
 

Constructors in wt.epm.retriever with parameters of type ConfigSpec
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec)
           
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
           
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, ConfigSpec wtdocConfigSpec)
           
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec)
           
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec)
           
DependencyRetrieverHelper(WTCollection seeds, ConfigSpec docConfigSpec, ConfigSpec partConfigSpec, ConfigSpec wtdocConfigSpec)
           
 

Uses of ConfigSpec in wt.epm.structure
 

Methods in wt.epm.structure with parameters of type ConfigSpec
 QueryResult EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 WTKeyedMap EPMStructureServiceFwd.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 WTKeyedMap EPMStructureServiceFwd.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureServiceFwd.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 WTKeyedMap EPMStructureServiceFwd.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStructureServiceFwd.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 QueryResult EPMStructureServiceFwd.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateMasterToIteration(QueryResult objects, Class linkClass, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Mastered objects from the supplied Persistable objects and finds the appropriate iterations for those Mastered objects by applying the configSpec.
 QueryResult EPMStructureServiceFwd.navigateToIteration(QueryResult objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Iterated objects from the supplied Persistable objects and finds the appropriate Iterated objects by applying the configSpec.
 QueryResult EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 WTKeyedMap EPMStructureService.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 WTKeyedMap EPMStructureService.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 EPMRecursiveResultSet EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStructureService.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 WTKeyedMap EPMStructureService.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 QueryResult EPMStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStructureService.navigateMasterToIteration(QueryResult objects, Class linkClass, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Mastered objects from the supplied Persistable objects and finds the appropriate iterations for those Mastered objects by applying the configSpec.
 QueryResult EPMStructureService.navigateToIteration(QueryResult objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Iterated objects from the supplied Persistable objects and finds the appropriate Iterated objects by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 WTKeyedMap EPMStandardStructureService.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
 QueryResult EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for the DocumentMasters by applying the configSpec.
 WTKeyedMap EPMStandardStructureService.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 EPMRecursiveResultSet EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStandardStructureService.navigateUsesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the USES role of the EPMMemberLink and finds the appropriate iterations for those EPMDocumentMasters by applying the configSpec.
 EPMRecursiveResultSet EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, ConfigSpec configSpec, int depth)
          Deprecated. at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
 EPMRecursiveResultSet EPMStandardStructureService.navigateReferencesToIteration(EPMDocument document, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec, int depth)
          Navigate the REFERENCES role of the EPMReferenceLink and finds the appropriate iterations for those DocumentMasters by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateGenericToIteration(EPMDocument variant, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration of the generic for this variant by applying the configSpec.
 WTKeyedMap EPMStandardStructureService.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 QueryResult EPMStandardStructureService.navigateContains(EPMFamilyTable container, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Deprecated.  
 QueryResult EPMStandardStructureService.navigateContainedIn(EPMDocument contained, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the CONTAINED_IN role of the EPMContainedInLink and finds the appropriate iterations of the "container" EPM family table by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateMasterToIteration(QueryResult objects, Class linkClass, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Mastered objects from the supplied Persistable objects and finds the appropriate iterations for those Mastered objects by applying the configSpec.
 QueryResult EPMStandardStructureService.navigateToIteration(QueryResult objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the links of the specified class to Iterated objects from the supplied Persistable objects and finds the appropriate Iterated objects by applying the configSpec.
(package private) static EPMRecursiveResultSet EPMRecursiveQueryUtility.navigateDownRecursive(EPMDocument doc, QuerySpec querySpec, boolean onlyOther, ConfigSpec spec, Class linkClass, String roleName, int depth, Hashtable objects)
           
protected static WTKeyedMap EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the given iteration-to-master relationship.
protected static QueryResult EPMNavigateUtility.navigateMasterToIteration(EPMNavigateUtility.IdSet objectIdSet, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the given relationship to the other side Mastered objects.
protected static QueryResult EPMNavigateUtility.navigateToIteration(EPMNavigateUtility.IdSet objectIdSet, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the given relationship to the other side Iterated objects.
private static QueryResult EPMNavigateUtility.findIterationsOf(EPMNavigateUtility.IdSet masterIdSet, Class iteratedClass, ConfigSpec configSpec)
          Find all iterations of the given masters selected by the supplied configuration spec.
private  void AssociatedObjects.findRelatedObjects(List iterations, Class linkClass, ConfigSpec configSpec)
           
 

Constructors in wt.epm.structure with parameters of type ConfigSpec
RelatedDrawings(ConfigSpec configSpec)
           
NavigateCollectors.Iterations(ConfigSpec configSpec, Collection collection)
          With this constructor, the class will add the config spec selected iterations of the other-side masters to the given Collection.
NavigateCollectors.Iterations(ConfigSpec configSpec, WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the config spec selected iterations of the other-side masters to the given WTKeyedMap.
NavigateCollectors.LinksIterations(ConfigSpec configSpec, Collection collection)
          With this constructor, the class will pair the links with the config spec selected iterations of the other-side masters and add the pair to the given Collection.
NavigateCollectors.LinksIterations(ConfigSpec configSpec, WTKeyedMap map)
          With this constructor, the class will pair the links with the config spec selected iterations of the other-side masters and add the pair to the given WTKeyedMap.
DependencyGraph(ConfigSpec configSpec)
           
 

Uses of ConfigSpec in wt.epm.util
 

Classes in wt.epm.util that implement ConfigSpec
 class EPMConfigSpecFilter
          Filters results of baseConfigSpec using epmFilter.
 

Fields in wt.epm.util declared as ConfigSpec
private  ConfigSpec EPMConfigSpecFilter.baseConfigSpec
           
private  ConfigSpec EPMCache.IterationCache.configSpec
           
 

Methods in wt.epm.util that return ConfigSpec
static ConfigSpec EPMQueryHelper.lookupConfigSpec(EPMWorkspace workspace)
           
 ConfigSpec EPMConfigSpecFilter.getBaseConfigSpec()
          Gets the value of the attribute: baseConfigSpec.
 

Methods in wt.epm.util with parameters of type ConfigSpec
static QueryResult EPMQueryUtility.findIterationsOf(List masterIds, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupDocuments(Collection documents, ConfigSpec configSpec, EPMWorkspace ws)
           
static QueryResult EPMQueryHelper.lookupDocuments(Vector docs, ConfigSpec configSpec, EPMWorkspace ws)
           
static QueryResult EPMQueryHelper.lookupContainedInLinks(Collection familyTables, ConfigSpec configSpec)
          This method returns list of documents from the Family Tables which do not present in the collection of docs
static QueryResult EPMQueryHelper.lookupFamilyTableMembers(Collection familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupInstancesAndContainedInLinks(Collection familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupInstancesAndContainedInLinks(QueryResult familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupTopGenericAndContainedInLink(Collection familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupTopGenericAndContainedInLink(QueryResult familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupMembersAndContainedInLinks(Collection familyTables, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupMembersAndContainedInLinks(QueryResult familyTables, ConfigSpec configSpec)
           
private static QueryResult EPMQueryHelper.lookupMembersAndContainedInLinks(QueryResult familyTables, ConfigSpec configSpec, QuerySpec querySpec)
           
static QueryResult EPMQueryHelper.lookupVariantLinks(Collection instances, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupVariantLinks(Collection instances, boolean onlyOtherSide, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupVariantLinks(QueryResult instances, ConfigSpec configSpec)
           
static QueryResult EPMQueryHelper.lookupVariantLinks(QueryResult instances, boolean onlyOtherSide, ConfigSpec configSpec)
           
static Map EPMQueryHelper.lookupGenerics(Collection instances, ConfigSpec configSpec)
          Method returns Map where key is instance CADName and value is correspondent generic EPMDocument
static Map EPMQueryHelper.lookupDependencyLinks(List documents, boolean getDocuments, ConfigSpec configSpec)
           
static void EPMQueryHelper.copyAndSaveEPMSepFamilyTables(Collection familyTablesToCopy, Collection moveLinksFor, ConfigSpec configSpec)
          This method clones and stores FamilyTable including all it's containedIn links and returns new FamilyTable
 void EPMConfigSpecFilter.setBaseConfigSpec(ConfigSpec a_BaseConfigSpec)
          Sets the value of the attribute: baseConfigSpec.
 

Constructors in wt.epm.util with parameters of type ConfigSpec
EPMConfigSpecFilter(ConfigSpec baseConfigSpec, EPMFilter epmFilter)
          

Supported API: false
EPMCache.IterationCache(ConfigSpec configSpec)
          Using the given config spec, constructs an Iteration Cache.
EPMCache.IterationCache(ConfigSpec configSpec, Collection objects)
          Using the given config spec, constructs an Iteration Cache and adds the collection of Iterated objects to its cache.
 

Uses of ConfigSpec in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement ConfigSpec
 class EPMAsStoredConfigSpec
          The EPMAsStoredConfigSpec can be applied to Baselineables to filter those elements based on membership in an EPMAsStoredConfig.
 class WorkspaceConfigSpec
          This config spec filters objects based on its checkout info and its workspace checkpoint.
 

Fields in wt.epm.workspaces declared as ConfigSpec
private  ConfigSpec WorkspaceConfigSpec.configSpec
           
 

Methods in wt.epm.workspaces that return ConfigSpec
 ConfigSpec WorkspaceConfigSpec.getConfigSpec()
          Gets the value of the attribute: configSpec.
protected static ConfigSpec BaselineServiceUtility.getConfigSpec(EPMWorkspace workspace)
           
 

Methods in wt.epm.workspaces with parameters of type ConfigSpec
 void WorkspaceConfigSpec.setConfigSpec(ConfigSpec a_ConfigSpec)
          Sets the value of the attribute: configSpec.
private  void WorkspaceConfigSpec.configSpecValidate(ConfigSpec a_ConfigSpec)
           
static EPMAsStoredConfig EPMAsStoredHelper.createEPMAsStoredConfig(Collection checkinObjects, ConfigSpec configSpec, boolean isSBCheckin)
          Returns an EPMAsStoredConfig created for the given checkInObjects.
protected static QueryResult BaselineServiceUtility.getRelatedItems(QueryResult objects, boolean required, ConfigSpec configSpec, EPMWorkspace workspace)
           
protected static void BaselineServiceUtility.traceDependencies(QueryResult objects, boolean required, ConfigSpec configSpec, EPMWorkspace workspace, HashMap visited, HashMap dependencyList)
           
protected static QueryResult BaselineServiceUtility.getDependencies(QueryResult epmDocs, ConfigSpec configSpec, boolean required, boolean onlyOtherSide)
           
protected static QueryResult BaselineServiceUtility.navigate(QueryResult epmDocs, Class linkClass, ConfigSpec configSpec, boolean required, boolean onlyOtherSide)
           
protected static QueryResult BaselineServiceUtility.getDependencies(QueryResult wtDocs, ConfigSpec configSpec, boolean onlyOtherSide)
           
protected static QueryResult BaselineServiceUtility.getPartDependencies(QueryResult wtParts, ConfigSpec configSpec, boolean onlyOtherSide)
           
private static void BaselineServiceUtility.tracePartDependencies(QueryResult objects, ConfigSpec configSpec, EPMWorkspace workspace, HashMap visited, HashMap dependencyList)
           
 

Constructors in wt.epm.workspaces with parameters of type ConfigSpec
WorkspaceConfigSpec(EPMWorkspace workspace, ConfigSpec configSpec)
          

Supported API: false
 

Uses of ConfigSpec in wt.graph.processor
 

Methods in wt.graph.processor with parameters of type ConfigSpec
 ObjectGraph ObjectGraphTemplateProcessor.process(ObjectGraph graph, Persistable root, String graphImpl, String nodeImpl, String edgeImpl, boolean previewMode, int type, ConfigSpec config)
          

Supported API: false
 

Uses of ConfigSpec in wt.inf.sharing
 

Methods in wt.inf.sharing with parameters of type ConfigSpec
 WTCollection StandardDataSharingService.getSharedFolderContents(Folder folder, ConfigSpec config_spec, Class[] obj_classes)
          Returns shared folder content given a Folder and a {@link wt.config.ConfigSpec).
private  QuerySpec StandardDataSharingService.getFolderContentQS(Folder folder, ConfigSpec config_spec, Class obj_class)
           
 WTCollection DataSharingServiceFwd.getSharedFolderContents(Folder folder, ConfigSpec config_spec, Class[] obj_classes)
          Returns shared folder content given a Folder and a {@link wt.config.ConfigSpec).
 WTCollection DataSharingService.getSharedFolderContents(Folder folder, ConfigSpec config_spec, Class[] obj_classes)
          Returns shared folder content given a Folder and a {@link wt.config.ConfigSpec).
 

Uses of ConfigSpec in wt.ixb.handlers.netmarkets
 

Fields in wt.ixb.handlers.netmarkets declared as ConfigSpec
private  ConfigSpec NmIXExportParameters.cs
           
 

Methods in wt.ixb.handlers.netmarkets that return ConfigSpec
static ConfigSpec ProjectIXUtils.getConfigSpecForSandbox(WTContainerRef contRef)
           
 ConfigSpec NmIXExportParameters.getConfigSpec()
           
 

Methods in wt.ixb.handlers.netmarkets with parameters of type ConfigSpec
private  void NmIXExportParameters.initialize(WTContainerRef contRef, File tmpFile, String generatorId, Persistable pers, ConfigSpec spec)
           
 void NmIXExportParameters.setConfigSpec(ConfigSpec spec)
           
 

Uses of ConfigSpec in wt.ixb.objectset
 

Methods in wt.ixb.objectset that return ConfigSpec
private static ConfigSpec ObjectSetHelper.getConfigSpec(Object obj)
           
private static ConfigSpec ObjectSetHelper.getPartConfigSpec(WTPart part)
           
private static ConfigSpec ObjectSetHelper.getWTDocConfigSpec(WTDocument doc)
           
private static ConfigSpec ObjectSetHelper.getEPMDocConfigSpec(EPMDocument doc)
           
 

Methods in wt.ixb.objectset with parameters of type ConfigSpec
static ObjectSetGenerator ObjectSetHelper.newObjectSetGenerator(String generatorId, WTContainerRef container, ConfigSpec configSpec)
           
 void ObjectSetGeneratorTemplate.setConfigSpec(ConfigSpec configSpec)
          Set ConfigSpec for this object set generator.
 void ObjectSetGenerator.setConfigSpec(ConfigSpec configSpec)
          Set ConfigSpec for this object set generator.
 

Uses of ConfigSpec in wt.ixb.objectset.handlers.navigator
 

Fields in wt.ixb.objectset.handlers.navigator declared as ConfigSpec
protected  ConfigSpec ProductStructureNavigatorWithEPM.customPartConfigSpec
           
private  ConfigSpec ProductStructureNavigator.customPartConfigSpec
           
 

Methods in wt.ixb.objectset.handlers.navigator that return ConfigSpec
protected  ConfigSpec ProductStructureNavigatorWithEPM.getPartConfigSpec()
           
protected  ConfigSpec ProductStructureNavigatorWithEPM.getWTDocConfigSpec()
           
protected  ConfigSpec ProductStructureNavigatorWithEPM.getEPMDocConfigSpec()
           
protected  ConfigSpec ProductStructureNavigator.getPartConfigSpec()
           
protected  ConfigSpec ProductStructureNavigator.getWTDocConfigSpec()
           
protected  ConfigSpec EPMProductStructureNavigator.getEPMDocConfigSpec()
           
 

Methods in wt.ixb.objectset.handlers.navigator with parameters of type ConfigSpec
 void ProductStructureNavigatorWithEPM.setConfigSpec(ConfigSpec configSpec)
          Sets customized configSpec to be used during navigation from part master to version.
 void ProductStructureNavigator.setConfigSpec(ConfigSpec configSpec)
          Sets configSpec to be used during navigation from part master to version.
 

Uses of ConfigSpec in wt.ixb.publicforhandlers
 

Methods in wt.ixb.publicforhandlers with parameters of type ConfigSpec
static Iterated ReferenceHndHelper.getObjectFromMasterAndConfigSpec(Mastered master, ConfigSpec configSpec)
           
 

Uses of ConfigSpec in wt.maturity
 

Classes in wt.maturity that implement ConfigSpec
 class PromotionNoticeConfigSpec
          

Supported API: true

Extendable: false
 

Methods in wt.maturity with parameters of type ConfigSpec
 void StandardMaturityService.generateViewables(WTCollection collection, PromotionNotice thePN, ConfigSpec configSpec, boolean defaultRep)
          Generate ProductView viewables.
 void MaturityServiceFwd.generateViewables(WTCollection collection, PromotionNotice thePN, ConfigSpec configSpec, boolean defaultRep)
          Generate ProductView viewables.
 void MaturityService.generateViewables(WTCollection collection, PromotionNotice thePN, ConfigSpec configSpec, boolean defaultRep)
          Generate ProductView viewables.
 

Uses of ConfigSpec in wt.part
 

Classes in wt.part that implement ConfigSpec
private static class StandardPartDocService.LatestReleasedConfigSpec
           
 class WTPartBaselineConfigSpec
          This class implements a ConfigSpec to filter Iterations that belong to a Baseline.
 class WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 class WTPartEffectivityConfigSpec
          A ConfigSpec used to filter WTParts based on their PDM Effectivity and membership in a view.
 class WTPartStandardConfigSpec
          A ConfigSpec used to filter WTParts based on their life cycle state, membership in a view, and work in progress state.
 

Fields in wt.part declared as ConfigSpec
private  ConfigSpec ProductStructureProcessor.configSpec
          Deprecated.  
private  ConfigSpec PartOccurrenceProcessor.configSpec
          Deprecated.  
private  ConfigSpec BOMTemplateProcessor.configSpec
          Deprecated.  
 

Methods in wt.part that return ConfigSpec
 ConfigSpec WTPartGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
           
 ConfigSpec WTPartGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
           
 ConfigSpec WTPartConfigSpec.getActive()
          Get the active ConfigSpec.
private  ConfigSpec StandardWTPartService.getConfigSpec(WTProductConfiguration productConfiguration)
           
private  ConfigSpec StandardWTPartService.getConfigSpec(WTProductInstance2 productInstance)
           
protected  ConfigSpec ProductStructureProcessor.getConfigSpec()
          Deprecated. Returns the Configuration Specification used to show the product structure.
protected  ConfigSpec ProductStructureProcessor.getConfigSpec(WTProductInstance2 productInstance)
          Deprecated. Returns the Configuration Specification used to show the product structure.
protected  ConfigSpec ProductStructureProcessor.getDefaultConfigSpec(WTProductInstance2 prodInst)
          Deprecated.  
protected  ConfigSpec ProductStructureProcessor.getExistingConfigSpec()
          Deprecated.  
protected  ConfigSpec ProductStructureProcessor.getConfigSpecForReferencesDocuments()
          Deprecated.  
 ConfigSpec MultilevelWhereUsedProcessor.getConfigSpec()
           
 ConfigSpec MultilevelWhereUsedProcessor.getConfigSpec(String encodedConfigSpec)
           
 ConfigSpec MultilevelBomCompareQueryProcessor.getConfigSpec(String encodedConfigSpec)
           
 ConfigSpec MultilevelBomCompareProcessor.getConfigSpec1()
           
 ConfigSpec MultilevelBomCompareProcessor.getConfigSpec2()
           
 ConfigSpec MultilevelBomCompareProcessor.getConfigSpec(String encodedConfigSpec)
           
 ConfigSpec BOMTemplateProcessor.getConfigSpec()
          Deprecated. This method returns the config spec.
 

Methods in wt.part with parameters of type ConfigSpec
 Navigator WTProductConfigurationConfigurationDelegate.getNavigator(BaselineConfigurationVersion configuration, ConfigSpec configSpec)
           
 QueryResult WTPartServiceFwd.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Persistable[][][] WTPartServiceFwd.getUsesWTParts(WTList parts, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 Persistable[][][] WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTList parts, List pathOccurrences, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartServiceFwd.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 void WTPartServiceFwd.getMultilevelBomCompare(WTPartMaster part1, ConfigSpec spec1, WTPartMaster part2, ConfigSpec spec2, int maxDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration WTPartServiceFwd.littlePop(WTProductConfiguration productConfiguration, Persistable startingNode, boolean repop, ConfigSpec configSpec)
          

Supported API: false
 QueryResult WTPartService.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Persistable[][][] WTPartService.getUsesWTParts(WTList parts, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 Persistable[][][] WTPartService.getUsesWTPartsWithOccurrences(WTList parts, List pathOccurrences, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult WTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 void WTPartService.getMultilevelBomCompare(WTPartMaster part1, ConfigSpec spec1, WTPartMaster part2, ConfigSpec spec2, int maxDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration WTPartService.littlePop(WTProductConfiguration productConfiguration, Persistable startingNode, boolean repop, ConfigSpec configSpec)
          

Supported API: false
 void WTPartEffectivityConfigSpec.checkAttributes(ConfigSpec configSpec)
          Validate the state of this instance of WTPartEffectivityConfigSpec prior to persisting WTPartConfigSpec.
 QueryResult StandardWTPartService.getUsesWTParts(WTPart part, ConfigSpec configSpec)
          Applies the configSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position.
 Persistable[][][] StandardWTPartService.getUsesWTParts(WTList parts, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 Persistable[][][] StandardWTPartService.getUsesWTPartsWithOccurrences(WTList parts, List pathOccurrences, ConfigSpec configSpec)
          Navigates from many used-by parts to their uses part masters and applies a ConfigSpec to select the iterations of the uses parts.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 QueryResult StandardWTPartService.getUsesWTPartsWithAllOccurrences(WTPart part, ConfigSpec configSpec, PartPathOccurrence subPathOccurrence)
          This method applies the ConfigSpec to the result of navigating the WTPartUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTPartUsageLinks are at position 0 (and their occurrenceVector is populated with occurrences), the corresponding WTParts (or WTPartMasters if there is no corresponding part) in position 1.
 void StandardWTPartService.getMultilevelBomCompare(WTPartMaster part1, ConfigSpec spec1, WTPartMaster part2, ConfigSpec spec2, int maxDepth, MultilevelBomCompareVisitor aVisitor)
          Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions.
 WTProductConfiguration StandardWTPartService.littlePop(WTProductConfiguration productConfiguration, Persistable startingNode, boolean repop, ConfigSpec configSpec)
          

Supported API: false
protected  WTValuedMap StandardWTPartService.filteredIterationsKeyedByMaster(WTCollection masters, ConfigSpec configSpec)
          Applys a config spec to the masters and returns a map where the keys are the masters from the input and values are the iterations selected by the config spec.
private  QueryResult StandardWTPartService.getUsesWTPartsFromLinks(QueryResult partUsageLinks, ConfigSpec configSpec)
          This method is useful when you have one part and several config specs and you want to use getUsesWTPartMasters to get the uses masters in one call and then use those masters to get the parts for each config spec.
protected  void ProductStructureProcessor.setConfigSpec(ConfigSpec aConfigSpec)
          Deprecated. Setter for the configSpec attribute.
protected  WTProductInstance2 ProductStructureProcessor.getConfigSpecSelectedProductInstance(WTProductInstance2 productInstance, ConfigSpec configSpec)
          Deprecated.  
 String MultilevelWhereUsedProcessor.getXML(WTPart part, ConfigSpec spec, Locale locale)
           
 void MultilevelBomCompareVisitor.startSpecElement(ConfigSpec spec, int index)
           
 void MultilevelBomCompareVisitor.endSpecElement(ConfigSpec spec, int index)
           
protected  HTMLTemplate MultilevelBomCompareQueryProcessor.getConfigSpecDisplayTemplate(ConfigSpec spec, Locale locale)
          Returns the HTMLTemplate for displaying the properties of the configuration specification
 void BOMTemplateProcessor.setConfigSpec(ConfigSpec configSpec)
          Deprecated. This method sets the config spec.
 

Uses of ConfigSpec in wt.replication.export
 

Methods in wt.replication.export with parameters of type ConfigSpec
private  void ReplicationWTPartStruct.setNavigator(Persistable a_object, ConfigSpec a_configSpec)
           
private  void ReplicationEPMDocStruct.setNavigator(Persistable a_object, ConfigSpec a_configSpec)
           
 

Uses of ConfigSpec in wt.replication.unit
 

Fields in wt.replication.unit declared as ConfigSpec
private  ConfigSpec UnitConfigSpecOperation.newConfigSpec
           
 

Constructors in wt.replication.unit with parameters of type ConfigSpec
UnitConfigSpecOperation(ConfigSpec a_configSpec, WTUnit a_unit, int a_mode)
           
 

Uses of ConfigSpec in wt.representation
 

Fields in wt.representation declared as ConfigSpec
private  ConfigSpec RepresentationServiceEvent.configSpec
           
 

Methods in wt.representation that return ConfigSpec
 ConfigSpec RepresentationServiceEvent.getConfigSpec()
          Get the ConfigSpec from the Event

Supported API: false
 

Methods in wt.representation with parameters of type ConfigSpec
 void StandardRepresentationService.emitReadyToPublishEvent(Vector objects, ConfigSpec configSpec)
          

Supported API: false
 void RepresentationServiceFwd.emitReadyToPublishEvent(Vector objects, ConfigSpec configSpec)
          

Supported API: false
 void RepresentationService.emitReadyToPublishEvent(Vector objects, ConfigSpec configSpec)
          

Supported API: false
 

Constructors in wt.representation with parameters of type ConfigSpec
RepresentationServiceEvent(String eventType, Vector objectsToPublish, ConfigSpec configSpec)
          Constructs a RepresentationServiceEvent

Supported API: false
 

Uses of ConfigSpec in wt.sandbox
 

Classes in wt.sandbox that implement ConfigSpec
 class SandboxConfigSpec
          A ConfigSpec implementation with the essentially the following logic.
 

Fields in wt.sandbox declared as ConfigSpec
private  ConfigSpec SandboxConfigSpec.userConfigSpec
           
 

Methods in wt.sandbox that return ConfigSpec
 ConfigSpec SandboxConfigSpec.getUserConfigSpec()
          Gets the value of the attribute: userConfigSpec; A ConfigSpec via which iterations will be selected when neither the sandbox nor its baseline contains an appropriate iteration.
 

Methods in wt.sandbox with parameters of type ConfigSpec
protected static Map SandboxRefreshUtility.refresh(WTContainerRef sandboxRef, ConfigSpec configSpec, ConfigSpec otherConfigSpec, boolean isDocCentric)
          For all objects shared from PDM to Sandbox, checks if newer iterations are available in PDM and Returns Map of ObjectReference of shared Iteration in Sandbox as key and new iteration as value.
 void SandboxConfigSpec.setUserConfigSpec(ConfigSpec a_UserConfigSpec)
          Sets the value of the attribute: userConfigSpec; A ConfigSpec via which iterations will be selected when neither the sandbox nor its baseline contains an appropriate iteration.
static SandboxConfigSpec SandboxConfigSpec.newSandboxConfigSpec(WTContainerRef sandboxContainer, boolean useSandboxBaseline, boolean includePersonalCheckouts, WTPrincipalReference principal, ConfigSpec userConfigSpec)
          A ConfigSpec via which iterations will be selected when neither the sandbox nor its baseline contains an appropriate iteration.
 

Uses of ConfigSpec in wt.transfer
 

Methods in wt.transfer with parameters of type ConfigSpec
 void TransferServiceFwd.exportObjects(ExportSpec spec, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 void TransferServiceFwd.exportObjects(ExportSpec spec, TransferFilter template, ConfigSpec configBasis)
          

Supported API: false
 void TransferServiceFwd.exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 void TransferService.exportObjects(ExportSpec spec, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 void TransferService.exportObjects(ExportSpec spec, TransferFilter template, ConfigSpec configBasis)
          

Supported API: false
 void TransferService.exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 void StandardTransferService.exportObjects(ExportSpec spec, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 void StandardTransferService.exportObjects(ExportSpec spec, TransferFilter template, ConfigSpec configBasis)
          

Supported API: false
 void StandardTransferService.exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis, ConfigSpec configBasis)
          

Supported API: false
 

Uses of ConfigSpec in wt.transfer.filter
 

Fields in wt.transfer.filter declared as ConfigSpec
private  ConfigSpec ExportObjectGraphTemplate.configBasis
           
 

Methods in wt.transfer.filter that return ConfigSpec
 ConfigSpec ExportObjectGraphTemplate.getConfigBasis()
          Gets the object for the association that plays role: CONFIG_BASIS.
 

Methods in wt.transfer.filter with parameters of type ConfigSpec
 void ExportObjectGraphTemplate.setConfigBasis(ConfigSpec a_ConfigBasis)
          Sets the object for the association that plays role: CONFIG_BASIS.
 

Uses of ConfigSpec in wt.vc.baseline
 

Methods in wt.vc.baseline with parameters of type ConfigSpec
 Baseline StandardBaselineService.populateBaseline(Persistable a_object, Baseline a_baseline, ConfigSpec a_configSpec)
          Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the ConfigSpec.
 Baseline BaselineServiceFwd.populateBaseline(Persistable a_object, Baseline a_baseline, ConfigSpec a_configSpec)
          Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the ConfigSpec.
 Baseline BaselineService.populateBaseline(Persistable a_object, Baseline a_baseline, ConfigSpec a_configSpec)
          Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the ConfigSpec.
 

Uses of ConfigSpec in wt.vc.config
 

Subinterfaces of ConfigSpec in wt.vc.config
 interface PersistableConfigSpec
          Implementations of this interface are used as other side objects in various associations of the wt.viewmarkup package.
 interface SQLFunctionConfigSpec
          

Supported API: false

Extendable: false
 

Classes in wt.vc.config that implement ConfigSpec
 class BaselineConfigSpec
          The BaselineConfigSpec can be applied to Baselineables to filter those elements based on membership in a baseline.
 class EffectivityConfigSpec
          The EffectivityConfigSpec can be used to filter elements to return only those that are effective, given a date/unit value and (possibly) a configuration item.
 class InUseConfigSpec
          The InUseConfigSpec uses the InUseDelegate mechanism to filter out elements that are in use by other principals.
 class IteratedFolderedConfigSpec
          The IteratedFolderedConfigSpec can be used to filter IteratedFoldered elements based on folder location.
 class LatestConfigSpec
          Returns, in priority order, the latest iteration for a master owned by the current principal, the latest iteration by comparing the iterationIdentifier's series value if not owned by the current principal, or the latest by create Timestamp if the series values are equivalent.
 class LifeCycleConfigSpec
          The LifeCycleConfigSpec can be applied to LifeCycleManaged elements to filter them based on life cycle state.
 class MultipleLatestConfigSpec
          Returns all latest iterations for a master except those latest iterations not owned by the current principal (either checked-out to another user or stored in a personal cabinet).
 class MultipleOwnershipIndependentLatestConfigSpec
          This MultipleOwnershipIndependentLatestConfigSpec is similiar to the MultipleLatestConfigSpec, except that it does not take ownership into account.
 class OwnershipIndependentLatestConfigSpec
          This OwnershipIndependentLatestConfigSpec is similiar to the LatestConfigSpec, except that it does not take ownership into account.
 class ViewConfigSpec
          The ViewConfigSpec can be used to filter ViewManageable elements based on view membership.
 

Fields in wt.vc.config declared as ConfigSpec
private  ConfigSpec SetProductInstanceConfigSpecDelegate.ConfigSpecHolder2.configSpec
           
private  ConfigSpec SetConfigSpecDelegate.ConfigSpecHolder.configSpec
           
private  ConfigSpec ConfigSpecProcessor.configSpec
           
 

Methods in wt.vc.config that return ConfigSpec
 ConfigSpec StandardConfigService.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec StandardConfigService.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
 ConfigSpec SetProductInstanceConfigSpecDelegate.ConfigSpecHolder2.getConfigSpec()
          Returns the ConfigSpec associated with this ConfigSpecHolder2.
 ConfigSpec SetConfigSpecDelegate.ConfigSpecHolder.getConfigSpec()
          Returns the ConfigSpec associated with this ConfigSpecHolder.
 ConfigSpec GetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec GetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
 ConfigSpec DefaultGetConfigSpecForDelegate.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec DefaultGetConfigSpecForDelegate.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
protected  ConfigSpec ConfigSpecProcessor.getConfigSpec()
          Returns the Configuration Specification used to initially populate the form fields.
 ConfigSpec ConfigServiceFwd.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec ConfigServiceFwd.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
 ConfigSpec ConfigService.getConfigSpecFor(Iterated iteration)
          

Supported API: false
 ConfigSpec ConfigService.getDefaultConfigSpecFor(Class masterOrIterationClass)
          

Supported API: false
 

Methods in wt.vc.config with parameters of type ConfigSpec
 QueryResult StandardConfigService.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 QueryResult StandardConfigService.filteredIterationsOf(QueryResult masters, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given QueryResult of Mastered objects and are valid for the given ConfigSpec.
 QueryResult StandardConfigService.queryIterations(QuerySpec querySpec, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that will be selcted by the given QuerySpec and are valid for the given ConfigSpec.
 void SetProductInstanceConfigSpecDelegate.setConfigSpec(ConfigSpec config_spec)
           
static String SetProductInstanceConfigSpecDelegate.getEncodedConfigSpec(ConfigSpec config_spec)
          Returns the given ConfigSpec encoded in a String using base-64 encoding.
 void SetConfigSpecDelegate.setConfigSpec(ConfigSpec config_spec)
           
static String SetConfigSpecDelegate.getEncodedConfigSpec(ConfigSpec config_spec)
          Returns the given ConfigSpec encoded in a String using base-64 encoding.
 QueryResult ConfigServiceFwd.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 QueryResult ConfigServiceFwd.filteredIterationsOf(QueryResult masters, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given QueryResult of Mastered objects and are valid for the given ConfigSpec.
 QueryResult ConfigServiceFwd.queryIterations(QuerySpec querySpec, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that will be selcted by the given QuerySpec and are valid for the given ConfigSpec.
 QueryResult ConfigService.filteredIterationsOf(Mastered master, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given Mastered object and are valid for the given ConfigSpec.
 QueryResult ConfigService.filteredIterationsOf(QueryResult masters, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that are related to the given QueryResult of Mastered objects and are valid for the given ConfigSpec.
 QueryResult ConfigService.queryIterations(QuerySpec querySpec, ConfigSpec configSpec)
          Returns a QueryResult of Iterated objects that will be selcted by the given QuerySpec and are valid for the given ConfigSpec.
 

Uses of ConfigSpec in wt.vc.struct
 

Classes in wt.vc.struct that implement ConfigSpec
private  class StandardStructService.ProjectTerminalConfigSpec
          Navigates should not return terminal iterations (unless we're starting from one) or project versions (unless we're starting from one, in which case we want to return only those in the same project).
 

Fields in wt.vc.struct declared as ConfigSpec
private  ConfigSpec StandardStructService.ProjectTerminalConfigSpec.businessConfigSpec
           
 

Methods in wt.vc.struct with parameters of type ConfigSpec
 QueryResult StructServiceFwd.navigateUsedByToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructServiceFwd.navigateUsedByToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructServiceFwd.navigateUsedByToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructServiceFwd.navigateUsesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the uses role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructServiceFwd.navigateUsesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructServiceFwd.navigateUsesToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructServiceFwd.navigateReferencesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the references role of the IteratedReferenceLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructServiceFwd.navigateReferencesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructServiceFwd.navigateReferencesToIteration(Iterated iteration, Class iteratedReferenceLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructService.navigateUsedByToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructService.navigateUsedByToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructService.navigateUsedByToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructService.navigateUsesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the uses role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructService.navigateUsesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructService.navigateUsesToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructService.navigateReferencesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the references role of the IteratedReferenceLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StructService.navigateReferencesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StructService.navigateReferencesToIteration(Iterated iteration, Class iteratedReferenceLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StandardStructService.navigateUsedByToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StandardStructService.navigateUsedByToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StandardStructService.navigateUsedByToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StandardStructService.navigateUsesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the uses role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StandardStructService.navigateUsesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StandardStructService.navigateUsesToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StandardStructService.navigateReferencesToIteration(Iterated iteration, ConfigSpec configSpec)
          Navigates the references role of the IteratedReferenceLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations.
 QueryResult StandardStructService.navigateReferencesToIteration(Iterated iteration, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 QueryResult StandardStructService.navigateReferencesToIteration(Iterated iteration, Class iteratedReferenceLinkClass, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec.
 

Constructors in wt.vc.struct with parameters of type ConfigSpec
StandardStructService.ProjectTerminalConfigSpec(Persistable originatingObject, ConfigSpec businessConfigSpec)
           
 

Uses of ConfigSpec in wt.viewmarkup
 

Methods in wt.viewmarkup that return ConfigSpec
 ConfigSpec ViewMarkUpServiceFwd.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
protected  ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
protected  ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
 ConfigSpec ViewMarkUpServiceFwd.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.getDerivedFromConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of derivedFromConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.getRepresentableConfigSpec(DerivedImage derivedImage)
          Gets the WTObject playing the role of representableConfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
protected  ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
protected  ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
 

Methods in wt.viewmarkup with parameters of type ConfigSpec
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec ViewMarkUpServiceFwd.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
protected  ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
protected  ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpServiceFwd.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec ViewMarkUpServiceFwd.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpServiceFwd.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage ViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom)
          Store a DerivedImage in the database without any content..
 DerivedImage StandardViewMarkUpService.storeDerivedImage(Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, ConfigSpec representableConfigSpec, ConfigSpec derivedFromConfigSpec, RepresentationContributor derivedFrom, String CADFormName, String CADPartName)
          Store a DerivedImage in the database without any content..
 ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of derivedFromonfigSpec for the passed DerivedImage.
 ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpec(ConfigSpec configSpec, DerivedImage derivedImage)
          Copies the passed ConfigSpec and stores it as the object playing the role of representableConfigSpec for the passed DerivedImage.
protected  ConfigSpec StandardViewMarkUpService.setRepresentableConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
protected  ConfigSpec StandardViewMarkUpService.setDerivedFromConfigSpecInternal(ConfigSpec configSpec, DerivedImage derivedImage, boolean check)
           
 

Uses of ConfigSpec in wt.visitor
 

Fields in wt.visitor declared as ConfigSpec
private  ConfigSpec OccurrencedPartConfigSpecNodeExpander.theConfigSpec
           
private  ConfigSpec ConfigSpecNodeExpander.theConfigSpec
           
private  ConfigSpec BasicExpander.spec
           
 

Methods in wt.visitor that return ConfigSpec
 ConfigSpec OccurrencedPartConfigSpecNodeExpander.getConfigSpec()
          Gets the object for the association that plays role: theConfigSpec.
 ConfigSpec ConfigSpecNodeExpander.getConfigSpec()
          Gets the object for the association that plays role: theConfigSpec.
 

Methods in wt.visitor with parameters of type ConfigSpec
static Navigator ProductStructureNavigatorFactory.newEPMDocNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of an EPMDocumentt structure.
static Navigator ProductStructureNavigatorFactory.newEPMDocReqNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of an EPMDocumentt structure which are marked as "REQUIRED".
static Navigator ProductStructureNavigatorFactory.newNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of a Product structure via the generic IteratedUsageLink class.
static Navigator ProductStructureNavigatorFactory.newPartNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "uses" links of a Part structure.
static Navigator ProductStructureNavigatorFactory.newReverseNavigator(ConfigSpec a_configSpec, int a_navigatorType)
          This method creates a Navigator for traversing the "used by" links of a Product structure via the generic IteratedUsageLink class.
static Navigator ProductStructureNavigatorFactory.newEPMDocNavigator(EPMWorkspace ws, ConfigSpec a_configSpec, int a_navigatorType)
           
static Navigator ProductStructureNavigatorFactory.newEPMDocReqNavigator(EPMWorkspace ws, ConfigSpec a_configSpec, int a_navigatorType)
           
 void OccurrencedPartConfigSpecNodeExpander.setConfigSpec(ConfigSpec a_ConfigSpec)
          Sets the object for the association that plays role: theConfigSpec.
 void ConfigSpecNodeExpander.setConfigSpec(ConfigSpec a_ConfigSpec)
          Sets the object for the association that plays role: theConfigSpec.
 

Constructors in wt.visitor with parameters of type ConfigSpec
ReverseConfigSpecNodeExpander(ConfigSpec a_configSpec)
          Constructs an instance.
EPMDocReqNodeExpander(ConfigSpec a_ConfigSpec)
          Constructs an instance

Supported API: true
EPMDocReqNodeExpander(EPMWorkspace ws, ConfigSpec a_ConfigSpec)
           
EPMDocConfigSpecNodeExpander(ConfigSpec a_ConfigSpec)
          Constructs an instance

Supported API: true
EPMDocConfigSpecNodeExpander(EPMWorkspace ws, ConfigSpec a_ConfigSpec)
           
ConfigSpecNodeExpander(ConfigSpec a_configSpec)
          Constructs an instance.
BasicExpander(ConfigSpec spec)
           
 

Uses of ConfigSpec in wt.wvs
 

Methods in wt.wvs with parameters of type ConfigSpec
static boolean PIEVisualizer.launchProductView(Applet applet, Object obj, ConfigSpec configSpec, int levels)
          Launch ProductView from an Applet

Supported API: false
static boolean PIEVisualizer.launchProductViewRef(Applet applet, String objRef, ConfigSpec configSpec, int levels)
          Launch ProductView from an Applet

Supported API: false
static boolean PIEVisualizer.launchProductView(Applet applet, Object obj, ConfigSpec configSpec, Object startPartObj, Object startPathObj, int levels)
          Launch ProductView from an Applet

Supported API: false
private static String PIEVisualizer.getConfigSpecString(ConfigSpec configSpec)