Package com.ptc.core.relcontext.server
Class NetworkLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.notebook._NotebookComponent
wt.workflow.notebook.NotebookComponent
wt.workflow.notebook._Bookmark
wt.workflow.notebook.Bookmark
wt.workflow.notebook._FolderedBookmark
wt.workflow.notebook.FolderedBookmark
wt.workflow.notebook._WfFolderedBookmark
wt.workflow.notebook.WfFolderedBookmark
com.ptc.core.relcontext.server._NetworkLink
com.ptc.core.relcontext.server.NetworkLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.type._TypeManaged,wt.type.TypeManaged
@GenAsPersistable(superClass=wt.workflow.notebook.WfFolderedBookmark.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="relation",type=NetworkRelation.class,javaDoc="relationship type - RELATED is the only OOB value provided"))
public class NetworkLink
extends com.ptc.core.relcontext.server._NetworkLink
Connects WTContainers to WTContainers. Used to represent the network
of programs, projects, libraries and products
Use the newNetworkLink static factory method(s), not the
NetworkLink constructor, to construct instances of this
class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(String name, ObjectReference objectRef) Supports initialization, following construction of an instance.static NetworkLinknewNetworkLink(String name, ObjectReference objectRef)
Supported API: trueMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newNetworkLink
Supported API: true- Parameters:
name-objectRef-- Returns:
- NetworkLink
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classwt.workflow.notebook.WfFolderedBookmark- Parameters:
name-objectRef-- Throws:
WTException
-