|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrganizationOwned | |
com.ptc.core.foundation.saveas.client | |
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.doc | |
wt.epm | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
wt.inf.container | |
wt.inf.library | |
wt.inf.team | |
wt.ixb.publicforhandlers | Provides APIs to develop IXB plugable components. |
wt.maturity | |
wt.org | |
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.pdmlink | |
wt.projmgmt.admin |
Uses of OrganizationOwned in com.ptc.core.foundation.saveas.client |
Methods in com.ptc.core.foundation.saveas.client with parameters of type OrganizationOwned | |
protected NmTextBox |
PDMLinkPasteTable.getOrgIdCell(NmCommandBean cb,
int row,
String appID,
OrganizationOwned wtObj,
boolean isChecked)
|
Uses of OrganizationOwned in wt.change2 |
Classes in wt.change2 that implement OrganizationOwned | |
class |
ChangeIssue
The abstract level representation of a change issue. |
class |
ChangeOrder2
The abstract level representation of a change order. |
class |
ChangeRequest2
The abstract level representation of a change request. |
class |
WTChangeIssue
A Windchill provided reference implementation of a ChangeIssue. |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
class |
WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. |
Uses of OrganizationOwned in wt.doc |
Classes in wt.doc that implement OrganizationOwned | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
class |
WTDocumentMaster
Reference implementation of DocumentMaster. |
Uses of OrganizationOwned in wt.epm |
Classes in wt.epm that implement OrganizationOwned | |
class |
EPMDocument
Use the newEPMDocument static factory method(s), not the
EPMDocument constructor, to construct instances of this
class. |
class |
EPMDocumentMaster
The Master of an EPMDocument. |
Uses of OrganizationOwned in wt.federation |
Classes in wt.federation that implement OrganizationOwned | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
class |
ProxyDocumentMaster
Use the newProxyDocumentMaster static factory method(s),
not the ProxyDocumentMaster constructor, to construct instances
of this class. |
class |
ProxyPartMaster
Use the newProxyPartMaster static factory method(s), not
the ProxyPartMaster constructor, to construct instances
of this class. |
Uses of OrganizationOwned in wt.inf.container |
Subinterfaces of OrganizationOwned in wt.inf.container | |
interface |
WTContainer
Implementors of WTContainer should create a new WTContainerInfo
in their initializer:
protected void initialize() throws WTException {
super.initialize();
try {
setContainerInfo(WTContainerInfo.newWTContainerInfo());
}
catch (WTPropertyVetoException wtpve) {
throw new WTException(wtpve);
}
}
Supported API: true Extendable: false |
Classes in wt.inf.container that implement OrganizationOwned | |
class |
ExchangeContainer
A special type of container that is used as the root of a given installation's container hierarchy. |
class |
OrgContainer
A container for an organization's business and administrative objects. |
Uses of OrganizationOwned in wt.inf.library |
Classes in wt.inf.library that implement OrganizationOwned | |
class |
WTLibrary
Use the newWTLibrary static factory method(s), not the WTLibrary
constructor, to construct instances of this class. |
Uses of OrganizationOwned in wt.inf.team |
Subinterfaces of OrganizationOwned in wt.inf.team | |
interface |
ContainerTeamManaged
Supported API: true Extendable: false |
Uses of OrganizationOwned in wt.ixb.publicforhandlers |
Methods in wt.ixb.publicforhandlers with parameters of type OrganizationOwned | |
static String |
IxbHndHelper.getGlobalOrgIdForObject(OrganizationOwned obj)
|
Uses of OrganizationOwned in wt.maturity |
Classes in wt.maturity that implement OrganizationOwned | |
class |
PromotionNotice
The implementation of PromotionNotices. |
Uses of OrganizationOwned in wt.org |
Subinterfaces of OrganizationOwned in wt.org | |
interface |
OrganizationOwnedImpl
This interface is designed to be implemented by business object e.g. |
interface |
OrganizationOwnedMaster
This interface is designed to be implemented by Mastered objects. |
interface |
OrganizationOwnedVersion
This interface is designed to be implemented by Versioned objects (e.g. |
Methods in wt.org with parameters of type OrganizationOwned | |
String |
StandardOrganizationServicesManager.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
String |
OrganizationServicesManagerFwd.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
String |
OrganizationServicesManager.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
String |
StandardOrganizationServicesManager.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
String |
OrganizationServicesManagerFwd.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
String |
OrganizationServicesManager.getOrganizationUniqueIdentifier(OrganizationOwned object)
Returns organization unique identifier without applying access rules restrictions. |
Uses of OrganizationOwned in wt.part |
Classes in wt.part that implement OrganizationOwned | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTPartMaster
This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTPart s which represent the various stages (versions
or iterations) of change for the changeable aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTProductConfiguration
Use the newWTProductConfiguration static factory method(s),
not the WTProductConfiguration constructor, to construct
instances of this class. |
class |
WTProductConfigurationMaster
Use the newWTProductConfigurationMaster static factory method(s),
not the WTProductConfigurationMaster constructor, to construct
instances of this class. |
class |
WTProductInstance2
Use the newWTProductInstance2 static factory method(s),
not the WTProductInstance2 constructor, to construct instances
of this class. |
class |
WTProductInstanceMaster
Use the newWTProductInstanceMaster static factory method(s),
not the WTProductInstanceMaster constructor, to construct
instances of this class. |
class |
WTProductMaster
Use the newWTProductMaster static factory method(s), not
the WTProductMaster constructor, to construct instances
of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
class |
WTSerialNumberedPartMaster
Use the newWTSerialNumberedPartMaster static factory method(s),
not the WTSerialNumberedPartMaster constructor, to construct
instances of this class. |
Uses of OrganizationOwned in wt.pdmlink |
Classes in wt.pdmlink that implement OrganizationOwned | |
class |
PDMLinkProduct
Use the newPDMLinkProduct static factory method(s), not
the PDMLinkProduct constructor, to construct instances of
this class. |
Uses of OrganizationOwned in wt.projmgmt.admin |
Classes in wt.projmgmt.admin that implement OrganizationOwned | |
class |
Project2
Project2 represents a"temporary endeavor undertaken to create
a unique product or service." As such it has start and end dates. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |