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:
  • Field Summary

    EXTERNALIZATION_VERSION_UID, RELATION

    Fields inherited from class wt.workflow.notebook._WfFolderedBookmark

    OBJECT, OBJECT_REFERENCE, OID

    Fields inherited from class wt.workflow.notebook._Bookmark

    CREATOR, DESCRIPTION, FOLDER, FOLDER_REFERENCE, MODIFIER, NOTEBOOK, NOTEBOOK_REFERENCE, URL

    Fields inherited from class wt.workflow.notebook.NotebookComponent

    OLD_FORMAT_VERSION_UID

    Fields inherited from class wt.workflow.notebook._NotebookComponent

    NAME

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.folder._Foldered

    CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDER

    Fields inherited from interface wt.index._Indexable

    INDEXER_SET

    Fields inherited from interface wt.ownership._Ownable

    OWNERSHIP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.folder.CabinetBased

    FOLDER_PATH, LOCATION, NAME

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    initialize(String name, ObjectReference objectRef)
    Supports initialization, following construction of an instance.


    Supported API: true
    getClassInfo, getConceptualClassname, getRelation, getType, readExternal, readExternal, readVersion, setRelation, super_readExternal_NetworkLink, super_readVersion_NetworkLink, super_writeExternal_NetworkLink, writeExternal, writeExternal

    Methods inherited from class wt.workflow.notebook.WfFolderedBookmark

    newWfFolderedBookmark

    Methods inherited from class wt.workflow.notebook._WfFolderedBookmark

    getObject, getObjectReference, getOid, readVersion, setObject, setObjectReference, setOid, super_readExternal_WfFolderedBookmark, super_readVersion_WfFolderedBookmark, super_writeExternal_WfFolderedBookmark

    Methods inherited from class wt.workflow.notebook.FolderedBookmark

    getCabinetReference, getFolderPath, getLocation, getName, initialize, newFolderedBookmark

    Methods inherited from class wt.workflow.notebook._FolderedBookmark

    getCabinet, getCabinetName, getFolderingInfo, getParentFolder, readVersion, setFolderingInfo, super_readExternal_FolderedBookmark, super_readVersion_FolderedBookmark, super_writeExternal_FolderedBookmark

    Methods inherited from class wt.workflow.notebook.Bookmark

    getParent, initialize, newBookmark, newBookmark

    Methods inherited from class wt.workflow.notebook._Bookmark

    getCreator, getDescription, getFolder, getFolderReference, getModifier, getNotebook, getNotebookReference, getUrl, readVersion, setCreator, setDescription, setFolder, setFolderReference, setModifier, setNotebook, setNotebookReference, setUrl, super_readExternal_Bookmark, super_readVersion_Bookmark, super_writeExternal_Bookmark

    Methods inherited from class wt.workflow.notebook._NotebookComponent

    getContainer, getContainerName, getContainerReference, getDomainRef, getIndexerSet, getOwnership, isInheritedDomain, readVersion, setContainer, setContainerReference, setDomainRef, setIndexerSet, setInheritedDomain, setName, setOwnership, super_readExternal_NotebookComponent, super_readVersion_NotebookComponent, super_writeExternal_NotebookComponent

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.admin._DomainAdministered

    getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity
  • 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