|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemotelyLinkable | |
wt.doc | |
wt.epm | |
wt.epm.familytable | |
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.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.inf.container | |
wt.inf.library | |
wt.inf.team | |
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 | |
wt.ufid | Uses the
UfidService (and server-side-only
wt.ufid.UfidServiceSvr ) to manage the Universal Federated Identifier
for Federatable objects. |
wt.vc | |
wt.vc.baseline |
Uses of RemotelyLinkable in wt.doc |
Classes in wt.doc that implement RemotelyLinkable | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
class |
WTDocumentMaster
Reference implementation of DocumentMaster. |
Uses of RemotelyLinkable in wt.epm |
Classes in wt.epm that implement RemotelyLinkable | |
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 RemotelyLinkable in wt.epm.familytable |
Classes in wt.epm.familytable that implement RemotelyLinkable | |
class |
EPMSepFamilyTable
Use the newEPMSepFamilyTable static factory method(s), not
the EPMSepFamilyTable constructor, to construct instances
of this class. |
class |
EPMSepFamilyTableMaster
Use the newEPMSepFamilyTableMaster static factory method(s),
not the EPMSepFamilyTableMaster constructor, to construct
instances of this class. |
Uses of RemotelyLinkable in wt.federation |
Classes in wt.federation that implement RemotelyLinkable | |
class |
LightweightProxy
Use the newLightweightProxy static factory method(s), not
the LightweightProxy constructor, to construct instances
of this class. |
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 |
ProxyGroup
Proxy group of users. |
class |
ProxyPartMaster
Use the newProxyPartMaster static factory method(s), not
the ProxyPartMaster constructor, to construct instances
of this class. |
class |
ProxyUser
Use the newProxyUser static factory method(s), not the ProxyUser
constructor, to construct instances of this class. |
Uses of RemotelyLinkable in wt.fv |
Classes in wt.fv that implement RemotelyLinkable | |
class |
StreamIdentity
Use the newStreamIdentity static factory method(s), not
the StreamIdentity constructor, to construct instances of
this class. |
Uses of RemotelyLinkable in wt.inf.container |
Subinterfaces of RemotelyLinkable 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 RemotelyLinkable | |
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 RemotelyLinkable in wt.inf.library |
Classes in wt.inf.library that implement RemotelyLinkable | |
class |
WTLibrary
Use the newWTLibrary static factory method(s), not the WTLibrary
constructor, to construct instances of this class. |
Uses of RemotelyLinkable in wt.inf.team |
Subinterfaces of RemotelyLinkable in wt.inf.team | |
interface |
ContainerTeamManaged
Supported API: true Extendable: false |
Uses of RemotelyLinkable in wt.org |
Classes in wt.org that implement RemotelyLinkable | |
class |
WTGroup
Group of users. |
class |
WTOrganization
Use the newWTOrganization static factory method(s), not
the WTOrganization constructor, to construct instances of
this class. |
class |
WTPrincipal
Abstract class that represents a user or a group of users. |
class |
WTUser
The WTUser class represents users of the system. |
Uses of RemotelyLinkable in wt.part |
Classes in wt.part that implement RemotelyLinkable | |
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 |
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 RemotelyLinkable in wt.pdmlink |
Classes in wt.pdmlink that implement RemotelyLinkable | |
class |
PDMLinkProduct
Use the newPDMLinkProduct static factory method(s), not
the PDMLinkProduct constructor, to construct instances of
this class. |
Uses of RemotelyLinkable in wt.projmgmt.admin |
Classes in wt.projmgmt.admin that implement RemotelyLinkable | |
class |
Project2
Project2 represents a"temporary endeavor undertaken to create
a unique product or service." As such it has start and end dates. |
Uses of RemotelyLinkable in wt.ufid |
Subinterfaces of RemotelyLinkable in wt.ufid | |
interface |
Federatable
Supported API: false Extendable: false |
Uses of RemotelyLinkable in wt.vc |
Classes in wt.vc that implement RemotelyLinkable | |
class |
ControlBranch
Use the newControlBranch static factory method(s), not the
ControlBranch constructor, to construct instances of this
class. |
Uses of RemotelyLinkable in wt.vc.baseline |
Classes in wt.vc.baseline that implement RemotelyLinkable | |
class |
ManagedBaseline
This class is an implementation of a Baseline. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |