|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTPartConfigSpec | |
com.ptc.core.adapter.server.impl | |
com.ptc.core.htmlcomp.gathering | |
com.ptc.netmarkets.interop | |
com.ptc.windchill.cadx.cancelcheckout | |
com.ptc.windchill.cadx.checkout | |
com.ptc.windchill.cadx.common.pageBuilder | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.cadx.saveas | |
com.ptc.windchill.cadx.wsoption | |
com.ptc.windchill.uwgm.cadx.cancelcheckout | |
com.ptc.windchill.uwgm.common.workspace | |
com.ptc.wvs.client.beans | |
com.ptc.wvs.common.util | |
wt.annotation | |
wt.clients.prodmgmt | |
wt.clients.replication.unit | |
wt.clients.step | |
wt.epm.clients.relateditems | |
wt.epm.workspaces | |
wt.part | Defines WTPart s and WTPartMaster s (
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.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.step | STEP (ISO 10303) Support. |
wt.step.processor | |
wt.vc.config | |
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
Walker s and
Visitor s. |
Uses of WTPartConfigSpec in com.ptc.core.adapter.server.impl |
Methods in com.ptc.core.adapter.server.impl that return WTPartConfigSpec | |
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildConfigSpec(Webject webject)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildEffectivityConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String effDate,
String effCtxt,
String effVal)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildBaselineConfigSpec(Webject webject,
WTPartConfigSpec spec,
String baselineName)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildStandardConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String state,
boolean includePersonal)
|
Methods in com.ptc.core.adapter.server.impl with parameters of type WTPartConfigSpec | |
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildEffectivityConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String effDate,
String effCtxt,
String effVal)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildBaselineConfigSpec(Webject webject,
WTPartConfigSpec spec,
String baselineName)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildStandardConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String state,
boolean includePersonal)
|
Uses of WTPartConfigSpec in com.ptc.core.htmlcomp.gathering |
Methods in com.ptc.core.htmlcomp.gathering that return WTPartConfigSpec | |
static WTPartConfigSpec |
RulesUtilities.createWTPartConfigSpec(ConfigSpec configSpec)
|
Methods in com.ptc.core.htmlcomp.gathering with parameters of type WTPartConfigSpec | |
static Map |
RulesDependencyProcessingHelper.getDependencies(List validSeeds,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
RulesDescriptor rules,
boolean useCollectAll)
Gets an Hashtable with all the dependents for the set of objects passed in. |
static Map |
RulesDependencyProcessingHelper.getDependencies(List validSeeds,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
RulesDescriptor rules)
J-01 ND Support |
Uses of WTPartConfigSpec in com.ptc.netmarkets.interop |
Fields in com.ptc.netmarkets.interop declared as WTPartConfigSpec | |
private WTPartConfigSpec |
NmInteropUtils.InteropConfigSpecs.partCS
|
Methods in com.ptc.netmarkets.interop that return WTPartConfigSpec | |
private static WTPartConfigSpec |
NmInteropUtils.InteropConfigSpecs.getPartConfigSpec(View view)
|
WTPartConfigSpec |
NmInteropUtils.InteropConfigSpecs.getPartConfigSpec()
|
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.cancelcheckout |
Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type WTPartConfigSpec | |
static Object[] |
CancelCheckoutProxy.getObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CancelCheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CancelCheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.checkout |
Fields in com.ptc.windchill.cadx.checkout declared as WTPartConfigSpec | |
private WTPartConfigSpec |
CheckoutDownloadTemplateProcessor.partConfigSpec
|
Methods in com.ptc.windchill.cadx.checkout that return WTPartConfigSpec | |
private static WTPartConfigSpec |
CheckoutDownloadTemplateProcessor.getPartConfigSpecBasedOnWorkspaceView(EPMWorkspace workspace)
|
Methods in com.ptc.windchill.cadx.checkout with parameters of type WTPartConfigSpec | |
static Object[] |
CheckoutProxy.getObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.common.pageBuilder |
Methods in com.ptc.windchill.cadx.common.pageBuilder that return WTPartConfigSpec | |
WTPartConfigSpec |
ActionPageFormProcessor.getPartConfigSpec()
Supported API: false |
Methods in com.ptc.windchill.cadx.common.pageBuilder with parameters of type WTPartConfigSpec | |
Vector |
ActionPageFormProcessor.filterOnConfigSpec(Vector objectsToFilter,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
Locale locale)
Supported API: false |
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that return WTPartConfigSpec | |
static WTPartConfigSpec |
WorkspaceConfigSpecUtilities.createWTPartConfigSpec(WTContainer container)
Create a WTPartConfigSpec object to be associated to a workspace. |
static WTPartConfigSpec |
WorkspaceConfigSpecUtilities.createWTPartSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create SandboxConfigSpec for WTPart. |
static WTPartConfigSpec |
WorkspaceConfigSpecUtilities.createWTPartSandboxConfigSpec(WTContainer container)
Create SandboxConfigSpec for WTPart. |
Methods in com.ptc.windchill.cadx.common.util with parameters of type WTPartConfigSpec | |
private static QueryResult |
ObjectDependencyUtility.getPartsAndDocs(EPMWorkspace workspace,
EPMPopulateRule rule,
List selected,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
private static QueryResult |
ObjectDependencyUtility.getPartsAndDocs(EPMWorkspace workspace,
EPMPopulateRule rule,
WTPart part,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
ObjectDependencyUtility.getPartCentricDependents(List selected,
EPMWorkspace workspace,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
boolean includeAssociated)
|
static Vector |
ObjectDependencyUtility.getPartCentricRequiredDependentsWithParent(List selected,
EPMWorkspace workspace,
EPMDocConfigSpec docConfigSpec,
boolean includeAssociated,
WTPartConfigSpec partConfigSpec)
|
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.saveas |
Fields in com.ptc.windchill.cadx.saveas declared as WTPartConfigSpec | |
private WTPartConfigSpec |
SaveAsFormProcessor.partConfigSpec
|
private WTPartConfigSpec |
PartCentricDependencyTracerForWorkspace.partConfigSpec
|
private WTPartConfigSpec |
PartCentricDependencyTracer.partConfigSpec
|
private WTPartConfigSpec |
DocCentricDependencyTracerForWorkspace.partConfigSpec
|
private WTPartConfigSpec |
DocCentricDependencyTracer.partConfigSpec
|
Methods in com.ptc.windchill.cadx.saveas with parameters of type WTPartConfigSpec | |
static EPMWorkspace |
SaveAsUtils.createADummyWorkspace(EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS)
|
static void |
SaveAsUtils.getRelatedDrawings(Object[] input,
String[] forWhichObjArr,
List associated,
List depsList,
List drawings,
Vector finalVecForSaveAs,
Vector inclusionCriteriaVec,
boolean partCentricProcessing,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
SaveAsUtils.getRelatedDrawings(List input,
List associated,
String forWhichObject,
List depsList,
List drawings,
Vector finalVecForSaveAs,
Vector inclusionCriteriaVec,
boolean partCentricProcessing,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
HashMap map)
|
static DependencyTracerInterface |
DependencyTracerFactory.getDependencyTracer(EPMWorkspace ws,
boolean isPartCentric,
EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS,
Vector selectedObjs)
|
Constructors in com.ptc.windchill.cadx.saveas with parameters of type WTPartConfigSpec | |
PartCentricDependencyTracerForWorkspace(EPMWorkspace ws,
EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS,
Vector selectedObjs)
|
|
PartCentricDependencyTracer(EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS,
Vector selectedObjs)
|
|
DocCentricDependencyTracerForWorkspace(EPMWorkspace ws,
EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS,
Vector selectedObjs)
|
|
DocCentricDependencyTracer(EPMDocConfigSpec epmDocCS,
WTPartConfigSpec wtPartCS,
Vector selectedObjs)
|
Uses of WTPartConfigSpec in com.ptc.windchill.cadx.wsoption |
Fields in com.ptc.windchill.cadx.wsoption declared as WTPartConfigSpec | |
private WTPartConfigSpec |
WsConfigSpecEditUtilities.currentPartConfigSpec
|
private WTPartConfigSpec |
WsConfigSpecEditUtilities.newPartConfigSpec
|
Methods in com.ptc.windchill.cadx.wsoption that return WTPartConfigSpec | |
private WTPartConfigSpec |
WsConfigSpecPrefTemplateProcessor.getCurrentWTPartConfigSpec()
|
static WTPartConfigSpec |
WsConfigSpecEditUtilities.getSessionOnlyOrWorkspacePartConfigSpec(HTTPState a_HTTPState)
For the FormData of specified HTTPState object, check whether 'session only' WTPartConfigSpec oid is found in the FormData key mappings. |
static WTPartConfigSpec |
WsConfigSpecEditUtilities.getSessionOnlyOrWorkspacePartConfigSpec(HTTPState a_HTTPState,
EPMWorkspace a_EPMWorkspace)
|
static WTPartConfigSpec |
WsConfigSpecEditUtilities.getSessionOnlyPartConfigSpec(HTTPState a_HTTPState)
|
Uses of WTPartConfigSpec in com.ptc.windchill.uwgm.cadx.cancelcheckout |
Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type WTPartConfigSpec | |
static Object[] |
CancelCheckoutProxy.getObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CancelCheckoutProxy.getDocObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
static Object[] |
CancelCheckoutProxy.getPartObjectDependencies(EPMWorkspace workspace,
Object[] selectedObjects,
boolean includeInstances,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec)
|
Uses of WTPartConfigSpec in com.ptc.windchill.uwgm.common.workspace |
Methods in com.ptc.windchill.uwgm.common.workspace that return WTPartConfigSpec | |
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartConfigSpec(WTContainer container)
Create a WTPartConfigSpec object to be associated to a workspace. |
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create SandboxConfigSpec for WTPart. |
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartSandboxConfigSpec(WTContainer container)
Create SandboxConfigSpec for WTPart. |
static WTPartConfigSpec |
ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs,
WTPartConfigSpec configSpec)
|
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartConfigSpec(WTContainer container)
Create a WTPartConfigSpec object to be associated to a workspace. |
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartSandboxConfigSpec(WTContainer container,
boolean includePersonalCheckouts)
Create SandboxConfigSpec for WTPart. |
static WTPartConfigSpec |
ConfigSpecHelper.createWTPartSandboxConfigSpec(WTContainer container)
Create SandboxConfigSpec for WTPart. |
static WTPartConfigSpec |
ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs,
WTPartConfigSpec configSpec)
|
Methods in com.ptc.windchill.uwgm.common.workspace with parameters of type WTPartConfigSpec | |
static WTPartConfigSpec |
ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs,
WTPartConfigSpec configSpec)
|
static WTPartConfigSpec |
ConfigSpecHelper.setSandboxCheckpoint(EPMWorkspace epmWs,
WTPartConfigSpec configSpec)
|
Uses of WTPartConfigSpec in com.ptc.wvs.client.beans |
Fields in com.ptc.wvs.client.beans declared as WTPartConfigSpec | |
protected WTPartConfigSpec |
PublishConfigSpec.partConfigSpec
|
Uses of WTPartConfigSpec in com.ptc.wvs.common.util |
Methods in com.ptc.wvs.common.util with parameters of type WTPartConfigSpec | |
static int |
ConfigUtils.getPartTypeId(WTPartConfigSpec cs)
|
static String |
ConfigUtils.getPartTypeInfo(WTPartConfigSpec cs,
String workingIncludedString,
int i,
Locale locale)
|
Uses of WTPartConfigSpec in wt.annotation |
Methods in wt.annotation that return WTPartConfigSpec | |
WTPartConfigSpec |
StructuredAnnotationSet.getConfigspec()
Gets the object for the association that plays role: CONFIGSPEC. |
WTPartConfigSpec |
AnnotationConfigSpec.getConfigspec()
Gets the object for the association that plays role: CONFIGSPEC_ROLE. |
Methods in wt.annotation with parameters of type WTPartConfigSpec | |
void |
StructuredAnnotationSet.setConfigspec(WTPartConfigSpec a_Configspec)
Sets the object for the association that plays role: CONFIGSPEC. |
void |
AnnotationConfigSpec.setConfigspec(WTPartConfigSpec configspec)
Sets the object for the association that plays role: CONFIGSPEC_ROLE. |
static AnnotationConfigSpec |
AnnotationConfigSpec.newAnnotationConfigSpec(StructuredAnnotationSet source,
WTPartConfigSpec configspec)
Default factory for the class. |
Uses of WTPartConfigSpec in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as WTPartConfigSpec | |
private WTPartConfigSpec |
ConfigSpecItem.configSpec
|
Methods in wt.clients.prodmgmt that return WTPartConfigSpec | |
static WTPartConfigSpec |
PartHelper.getConfigSpec()
Returns the WTPartConfigSpec which is stored for the current user. |
static WTPartConfigSpec |
PartHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the given WTPartConfigSpec as the WTPartConfigSpec to be associated with the current user. |
static WTPartConfigSpec |
PartHelper.newConfigSpec(boolean checkedOut,
State newState,
View newView)
Create a ConfigSpec based on the specified state, new, and checkout qualification. |
protected static WTPartConfigSpec |
PartExplorer.retrieveWTPartConfigSpec(ConfigSpec config_spec)
Deprecated. |
static WTPartConfigSpec |
InstanceHelper.getConfigSpec()
Gets the current ConfigSpec for the current user. |
static WTPartConfigSpec |
InstanceHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
WTPartConfigSpec |
ConfigSpecPanel.getConfigurationSpec()
|
WTPartConfigSpec |
ConfigSpecItem.getConfigSpec()
Return the contained ConfigSpec. |
WTPartConfigSpec |
ConfigSpecDialog.getConfigurationSpec()
|
Methods in wt.clients.prodmgmt with parameters of type WTPartConfigSpec | |
static WTPartConfigSpec |
PartHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the given WTPartConfigSpec as the WTPartConfigSpec to be associated with the current user. |
static Explorable[] |
PartHelper.getUses(WTPart part,
WTPartConfigSpec config_spec,
PartExplorer explorer)
Returns an array of Explorable objects retrieved in finding the parts that are used by the given part. |
static WTPart[] |
PartHelper.getAllVersions(WTPartMaster[] masters,
WTPartConfigSpec configSpec)
Return all the versions of the specified PartMaster using the specified WTPartConfigSpec. |
static WTPart[] |
PartHelper.getAllVersions(WTPartMaster master,
WTPartConfigSpec configSpec)
Return all the versions of the specified PartMaster using the specified ConfigSpecItem. |
static WTPartConfigSpec |
InstanceHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
static Explorable[] |
ConfigurationHelper.getUses(WTProductConfiguration configuration,
WTPartConfigSpec configSpec)
Gets the uses WTPartUsageLinks for a Product Configuration. |
void |
ConfigSpecPanel.setConfigurationSpec(WTPartConfigSpec config_spec)
|
void |
ConfigSpecItem.setConfigSpec(WTPartConfigSpec spec)
Set the contained ConfigSpec |
void |
ConfigSpecDialog.setConfigurationSpec(WTPartConfigSpec config_spec)
|
Constructors in wt.clients.prodmgmt with parameters of type WTPartConfigSpec | |
ConfigSpecItem(WTPartConfigSpec spec)
Construct a ConfigSpecItem to contain the specified ConfigSpec. |
Uses of WTPartConfigSpec in wt.clients.replication.unit |
Fields in wt.clients.replication.unit declared as WTPartConfigSpec | |
private WTPartConfigSpec |
ConfigSpecItem.configSpec
|
Methods in wt.clients.replication.unit that return WTPartConfigSpec | |
static WTPartConfigSpec |
UnitHelper.getConfigSpec()
Gets the current ConfigSpec for the current user. |
static WTPartConfigSpec |
UnitHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
static WTPartConfigSpec |
PartHelper.getConfigSpec()
Gets the current ConfigSpec for the current user. |
static WTPartConfigSpec |
PartHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
static WTPartConfigSpec |
PartHelper.newConfigSpec(boolean checkedOut,
State newState,
View newView)
Create a ConfigSpec based on the specified state, new, and checkout qualification. |
WTPartConfigSpec |
ConfigSpecItem.getConfigSpec()
Return the contained ConfigSpec. |
Methods in wt.clients.replication.unit with parameters of type WTPartConfigSpec | |
static WTPartConfigSpec |
UnitHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
static Explorable[] |
UnitHelper.getUses(WTUnit unit,
WTPartConfigSpec configSpec)
Gets the uses WTPartUsageLinks for a unit. |
static WTPartConfigSpec |
PartHelper.setConfigSpec(WTPartConfigSpec spec)
Sets the ConfigSpec for the current principal. |
static Explorable[] |
PartHelper.getUses(WTPart part,
WTPartConfigSpec configSpec)
Gets the uses WTPartUsageLinks for a Part. |
static WTPart[] |
PartHelper.getAllVersions(WTPartMaster[] masters,
WTPartConfigSpec configSpec)
Return all the versions of the specified PartMaster using the specified ConfigSpecItem. |
static WTPart[] |
PartHelper.getAllVersions(WTPartMaster master,
WTPartConfigSpec configSpec)
Return all the versions of the specified PartMaster using the specified ConfigSpecItem. |
void |
ConfigSpecItem.setConfigSpec(WTPartConfigSpec spec)
Set the contained ConfigSpec |
Constructors in wt.clients.replication.unit with parameters of type WTPartConfigSpec | |
ConfigSpecItem(WTPartConfigSpec spec)
Construct a ConfigSpecItem to contain the specified ConfigSpec. |
Uses of WTPartConfigSpec in wt.clients.step |
Fields in wt.clients.step declared as WTPartConfigSpec | |
private WTPartConfigSpec |
STEPExportFrame._configSpec
|
Uses of WTPartConfigSpec in wt.epm.clients.relateditems |
Fields in wt.epm.clients.relateditems declared as WTPartConfigSpec | |
WTPartConfigSpec |
PartCentricProcessor.Options.partConfigSpec
|
Constructors in wt.epm.clients.relateditems with parameters of type WTPartConfigSpec | |
PartCentricProcessor.Options(WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec)
Constructs an Options object tailored towards Part-Centric processing. |
|
PartCentricProcessor.Options(WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec,
EPMFilter filter)
Constructs an Options object tailored towards Part-Centric processing. |
|
PartCentricProcessor.Options(WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec,
EPMFilter filter,
FamilyTableOptions familyTableOptions)
Constructs an Options object tailored towards Part-Centric processing. |
Uses of WTPartConfigSpec in wt.epm.workspaces |
Methods in wt.epm.workspaces that return WTPartConfigSpec | |
WTPartConfigSpec |
WorkspacePartConfigSpec.getPartConfigSpec()
Gets the object for the association that plays role: PART_CONFIG_SPEC_ROLE. |
WTPartConfigSpec |
EPMWorkspace.getPartConfigSpec()
Gets the object for the association that plays role: PART_CONFIG_SPEC. |
Methods in wt.epm.workspaces with parameters of type WTPartConfigSpec | |
void |
WorkspacePartConfigSpec.setPartConfigSpec(WTPartConfigSpec partConfigSpec)
Sets the object for the association that plays role: PART_CONFIG_SPEC_ROLE. |
static WorkspacePartConfigSpec |
WorkspacePartConfigSpec.newWorkspacePartConfigSpec(EPMWorkspace workspace,
WTPartConfigSpec partConfigSpec)
Default factory for the class. |
void |
EPMWorkspace.setPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Sets the object for the association that plays role: PART_CONFIG_SPEC. |
static EPMWorkspace |
EPMWorkspace.newEPMWorkspace(String name,
WTPrincipal principal,
Folder folder,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec)
Supported API: false |
protected void |
EPMWorkspace.initialize(String name,
WTPrincipal principal,
Folder folder,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec)
Deprecated. |
static EPMWorkspace |
EPMWorkspace.newEPMWorkspace(String name,
WTPrincipal principal,
Folder folder,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec,
WTContainer container)
Supported API: true |
protected void |
EPMWorkspace.initialize(String name,
WTPrincipal principal,
Folder folder,
WTPartConfigSpec partConfigSpec,
EPMDocConfigSpec docConfigSpec,
WTContainer container)
Supports initialization, following construction of an instance. |
static WTPart |
BaselineServiceUtility.getFilteredAssociatedPart(QueryResult partDepend,
WTPartConfigSpec partConfigSpec)
|
Uses of WTPartConfigSpec in wt.part |
Methods in wt.part that return WTPartConfigSpec | |
WTPartConfigSpec |
WTPartServiceFwd.findWTPartConfigSpec()
Returns the WTPartConfigSpec for the current principal. |
WTPartConfigSpec |
WTPartServiceFwd.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
WTPartConfigSpec |
WTPartService.findWTPartConfigSpec()
Returns the WTPartConfigSpec for the current principal. |
WTPartConfigSpec |
WTPartService.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
WTPartConfigSpec |
WTPartGetConfigSpecForDelegate.getConfigSpec(WTPart part)
|
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec()
Supported API: true |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartBaselineConfigSpec baseline)
Supported API: true |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartEffectivityConfigSpec effectivity)
Supported API: true |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartStandardConfigSpec standard)
Supported API: true |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(WTPartBaselineConfigSpec baseline,
WTPartEffectivityConfigSpec effectivity,
WTPartStandardConfigSpec standard)
Supported API: true |
static WTPartConfigSpec |
WTPartConfigSpec.newWTPartConfigSpec(SandboxConfigSpec sandbox)
Supported API: true |
WTPartConfigSpec |
StandardWTPartService.findWTPartConfigSpec()
Returns the WTPartConfigSpec for the current principal. |
WTPartConfigSpec |
StandardWTPartService.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
protected WTPartConfigSpec |
StandardWTPartService.intFindWTPartConfigSpec()
|
Methods in wt.part with parameters of type WTPartConfigSpec | |
WTPartConfigSpec |
WTPartServiceFwd.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
void |
WTPartServiceFwd.getMultilevelBomCompare(WTPartMaster part1,
WTPartConfigSpec spec1,
WTPartMaster part2,
WTPartConfigSpec spec2,
int maxDepth,
MultilevelBomCompareVisitor aVisitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
void |
WTPartServiceFwd.getMultilevelWhereUsed(WTPart part,
WTPartConfigSpec spec,
Navigator navigator,
MultilevelWhereUsedVisitor visitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
WTPartConfigSpec |
WTPartService.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
void |
WTPartService.getMultilevelBomCompare(WTPartMaster part1,
WTPartConfigSpec spec1,
WTPartMaster part2,
WTPartConfigSpec spec2,
int maxDepth,
MultilevelBomCompareVisitor aVisitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
void |
WTPartService.getMultilevelWhereUsed(WTPart part,
WTPartConfigSpec spec,
Navigator navigator,
MultilevelWhereUsedVisitor visitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
protected boolean |
WTPartConfigSpec.readVersion(WTPartConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
WTPartConfigSpec |
StandardWTPartService.saveWTPartConfigSpec(WTPartConfigSpec a_PartConfigSpec)
Saves the WTPartConfigSpec for the current principal. |
private QueryResult |
StandardWTPartService.getUsesWTPartsFromLinks(QueryResult partUsageLinks,
WTPartConfigSpec 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. |
void |
StandardWTPartService.getMultilevelBomCompare(WTPartMaster part1,
WTPartConfigSpec spec1,
WTPartMaster part2,
WTPartConfigSpec spec2,
int maxDepth,
MultilevelBomCompareVisitor aVisitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
protected void |
StandardWTPartService.getMultilevelBomDifferences(WTPart part1,
WTPartConfigSpec spec1,
WTPart part2,
WTPartConfigSpec spec2,
int maxDepth,
int currentDepth,
MultilevelBomCompareVisitor aVisitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
void |
StandardWTPartService.getMultilevelWhereUsed(WTPart part,
WTPartConfigSpec spec,
Navigator navigator,
MultilevelWhereUsedVisitor visitor)
Recursively compares parts used by part1 and part2 using config specs 1 and 2 to select the part versions. |
void |
MultilevelWhereUsedVisitor.outputConfigSpec(WTPartConfigSpec spec)
Supported API: true |
void |
MultilevelBomCompareVisitor.startSpecElement(WTPartConfigSpec spec,
int index)
If the two parts are different or the result of comparing their subparts is not empty, then output the XML for these two parts and their sub results. |
void |
MultilevelBomCompareVisitor.endSpecElement(WTPartConfigSpec spec,
int index)
If the two parts are different or the result of comparing their subparts is not empty, then output the XML for these two parts and their sub results. |
Uses of WTPartConfigSpec in wt.replication.export |
Fields in wt.replication.export declared as WTPartConfigSpec | |
private WTPartConfigSpec |
ReplicationWTPartStruct.partConfigSpec
|
Uses of WTPartConfigSpec in wt.replication.unit |
Methods in wt.replication.unit that return WTPartConfigSpec | |
WTPartConfigSpec |
WTUnitServiceFwd.getUnitWTPartConfigSpec(WTUnit a_unit)
Deprecated. |
WTPartConfigSpec |
WTUnitService.getUnitWTPartConfigSpec(WTUnit a_unit)
Deprecated. |
WTPartConfigSpec |
WTUnit.getWtPartConfigSpec()
Deprecated. |
WTPartConfigSpec |
UnitWTPartCSLink.getWtPartConfigSpec()
Gets the object for the association that plays role: WT_PART_CONFIG_SPEC_ROLE. |
protected static WTPartConfigSpec |
UnitConfigSpecOperation.getUnitWTPartConfigSpec(WTUnit a_unit)
|
WTPartConfigSpec |
StandardWTUnitService.getUnitWTPartConfigSpec(WTUnit a_unit)
Deprecated. |
Methods in wt.replication.unit with parameters of type WTPartConfigSpec | |
WTUnit |
WTUnitServiceFwd.setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
WTUnit |
WTUnitService.setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
void |
WTUnit.setWtPartConfigSpec(WTPartConfigSpec a_WtPartConfigSpec)
Deprecated. |
void |
UnitWTPartCSLink.setWtPartConfigSpec(WTPartConfigSpec wtPartConfigSpec)
Sets the object for the association that plays role: WT_PART_CONFIG_SPEC_ROLE. |
static UnitWTPartCSLink |
UnitWTPartCSLink.newUnitWTPartCSLink(WTUnit unit,
WTPartConfigSpec wtPartConfigSpec)
Default factory for the class. |
protected static WTUnit |
UnitConfigSpecOperation.setUnitWTPartConfigSpec(WTUnit a_unit,
WTPartConfigSpec a_WTPartConfigSpec)
|
private static void |
UnitConfigSpecOperation.copyWTPartConfigSpec(WTPartConfigSpec fromCS,
WTPartConfigSpec toCS)
|
WTUnit |
StandardWTUnitService.setUnitWTPartConfigSpec(WTPartConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
Uses of WTPartConfigSpec in wt.sandbox |
Methods in wt.sandbox with parameters of type WTPartConfigSpec | |
Map |
StandardSandboxService.getRefreshCandidates(WTContainerRef sandboxRef,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
boolean isDocCentric)
For all objects shared from PDM to Sandbox, returns newer iterations available in PDM. |
Map |
SandboxServiceFwd.getRefreshCandidates(WTContainerRef sandboxRef,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
boolean isDocCentric)
For all objects shared from PDM to Sandbox, returns newer iterations available in PDM. |
Map |
SandboxService.getRefreshCandidates(WTContainerRef sandboxRef,
EPMDocConfigSpec docConfigSpec,
WTPartConfigSpec partConfigSpec,
boolean isDocCentric)
For all objects shared from PDM to Sandbox, returns newer iterations available in PDM. |
Uses of WTPartConfigSpec in wt.step |
Fields in wt.step declared as WTPartConfigSpec | |
private WTPartConfigSpec |
AssemblyExportSelection._iterationsSelector
|
Constructors in wt.step with parameters of type WTPartConfigSpec | |
AssemblyExportSelection(WTDocument exportToDocument,
String exportSchema,
String contentName,
String stepFileName,
boolean areFilesExported,
WTPartConfigSpec iterationsSelector)
Constructs an assembly export selection |
Uses of WTPartConfigSpec in wt.step.processor |
Fields in wt.step.processor declared as WTPartConfigSpec | |
private WTPartConfigSpec |
ExportTest._defaultConfigSpec
|
Uses of WTPartConfigSpec in wt.vc.config |
Methods in wt.vc.config that return WTPartConfigSpec | |
WTPartConfigSpec |
SetConfigSpecDelegate.getConfigSpec()
|
Uses of WTPartConfigSpec in wt.visitor |
Fields in wt.visitor declared as WTPartConfigSpec | |
private WTPartConfigSpec |
PartConfigSpecNodeExpander.theWTPartConfigSpec
|
Methods in wt.visitor that return WTPartConfigSpec | |
WTPartConfigSpec |
PartConfigSpecNodeExpander.getWTPartConfigSpec()
Gets the object for the association that plays role: theWTPartConfigSpec. |
Methods in wt.visitor with parameters of type WTPartConfigSpec | |
static Navigator |
ProductStructureNavigatorFactory.newPartNavigator(WTPartConfigSpec a_configSpec,
int a_navigatorType)
This method creates a Navigator for traversing the "uses" links of a Part structure. |
void |
PartConfigSpecNodeExpander.setWTPartConfigSpec(WTPartConfigSpec a_WTPartConfigSpec)
Sets the object for the association that plays role: theWTPartConfigSpec. |
Constructors in wt.visitor with parameters of type WTPartConfigSpec | |
PartConfigSpecNodeExpander(WTPartConfigSpec a_partConfigSpec)
Constructs an instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |