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 Details

    • newNetworkLink

      public static NetworkLink newNetworkLink(String name, ObjectReference objectRef) throws WTException


      Supported API: true
      Parameters:
      name -
      objectRef -
      Returns:
      NetworkLink
      Throws:
      WTException
    • initialize

      protected void initialize(String name, ObjectReference objectRef) throws WTException
      Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

      Supported API: true
      Overrides:
      initialize in class wt.workflow.notebook.WfFolderedBookmark
      Parameters:
      name -
      objectRef -
      Throws:
      WTException