|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Source | |
com.ptc.windchill.cadx.autoassociate | |
com.ptc.windchill.cadx.common | |
com.ptc.windchill.uwgm.common.autoassociate | |
com.ptc.windchill.uwgm.task.autoassociate | |
wt.clients.prodmgmt | |
wt.clients.replication.unit | |
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. |
Uses of Source in com.ptc.windchill.cadx.autoassociate |
Methods in com.ptc.windchill.cadx.autoassociate with parameters of type Source | |
WTPart |
DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
WTPart |
AutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
static WTPart |
AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc,
String aPartNumber,
String aPartName,
String folderOID,
PartType aPartType,
EPMWorkspace ws,
Source a_source,
QuantityUnit a_defaultUnits)
|
private static WTPart |
AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag,
EPMDocument document,
String aPartNumber,
String aPartName,
PartType aPartType,
EPMWorkspace ws,
Source a_source,
QuantityUnit a_defaultUnits,
String folderOID)
|
Uses of Source in com.ptc.windchill.cadx.common |
Methods in com.ptc.windchill.cadx.common with parameters of type Source | |
static WTPart |
WTPartUtilities.createNewPart(String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization org,
WTContainer container,
Source a_source,
QuantityUnit a_defaultUnits)
|
static WTPart |
WTPartUtilities.createNewPart(String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization org,
WTContainer container,
Source a_source,
QuantityUnit a_defaultUnits,
boolean deferSaving)
|
Uses of Source in com.ptc.windchill.uwgm.common.autoassociate |
Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type Source | |
static WTPart |
AutoAssociateHelper.createAutoAssociatePart(EPMDocument doc,
String aPartNumber,
String aPartName,
String folderOID,
PartType aPartType,
EPMWorkspace ws,
Source a_source,
QuantityUnit a_defaultUnits)
|
private static WTPart |
AutoAssociateHelper.createNewPartIfPossible(AutoAssociatePartFinderCreator adag,
EPMDocument document,
String aPartNumber,
String aPartName,
PartType aPartType,
EPMWorkspace ws,
Source a_source,
QuantityUnit a_defaultUnits,
String folderOID)
|
Uses of Source in com.ptc.windchill.uwgm.task.autoassociate |
Fields in com.ptc.windchill.uwgm.task.autoassociate declared as Source | |
(package private) Source |
AutoAssociateTask.AutoAssociateTaskExecutor.part_source
|
Methods in com.ptc.windchill.uwgm.task.autoassociate with parameters of type Source | |
WTPart |
DefaultAutoAssociatePartFinderCreator.createNewWTPart(EPMDocument epmDoc,
String a_PartNumber,
String a_PartName,
PartType a_PartType,
String a_folderOID,
EPMWorkspace a_CurrentWS,
WTOrganization a_org,
Source a_source,
QuantityUnit a_defaultUnits)
|
Uses of Source in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as Source | |
private Source |
PartItem.source
The source. |
Methods in wt.clients.prodmgmt that return Source | |
Source |
PartItem.getSource()
Returns the current source of this PartItem. |
Methods in wt.clients.prodmgmt with parameters of type Source | |
void |
PartItem.setSource(Source source)
Sets the source of this partitem. |
Uses of Source in wt.clients.replication.unit |
Fields in wt.clients.replication.unit declared as Source | |
private Source |
PartItem.source
The source. |
Methods in wt.clients.replication.unit that return Source | |
Source |
UnitItem.getSource()
JHB removed Returns the current source of this UnitItem. |
Source |
PartItem.getSource()
Returns the current source of this PartItem. |
Methods in wt.clients.replication.unit with parameters of type Source | |
void |
UnitItem.setSource(Source source)
|
void |
PartItem.setSource(Source source)
Sets the source of this partitem. |
Uses of Source in wt.part |
Fields in wt.part declared as Source | |
private Source |
WTPart.source
|
static Source |
Source.MAKE
MAKE indicates that an object is made. |
static Source |
Source.BUY
BUY indicates that the object is purchased. |
Methods in wt.part that return Source | |
Source |
WTPart.getSource()
Gets the object for the association that plays role: SOURCE. |
static Source |
Source.newSource(int secretHandshake)
Used by EnumeratedType for constructing instances of Source, from a resource bundle. |
static Source |
Source.toSource(String internal_value)
Returns the Source instance for the internal_value argument. |
static Source |
Source.getSourceDefault()
Returns the default value (instance) for the Source set. |
static Source[] |
Source.getSourceSet()
Returns a copy of the set of valid values (instances) for the Source class. |
Methods in wt.part with parameters of type Source | |
void |
WTPart.setSource(Source a_Source)
Sets the object for the association that plays role: SOURCE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |