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:
-
Field Summary
Fields inherited from class com.ptc.core.relcontext.server._NetworkLink
EXTERNALIZATION_VERSION_UID, RELATIONFields inherited from class wt.workflow.notebook._WfFolderedBookmark
OBJECT, OBJECT_REFERENCE, OIDFields inherited from class wt.workflow.notebook._Bookmark
CREATOR, DESCRIPTION, FOLDER, FOLDER_REFERENCE, MODIFIER, NOTEBOOK, NOTEBOOK_REFERENCE, URLFields inherited from class wt.workflow.notebook.NotebookComponent
OLD_FORMAT_VERSION_UIDFields inherited from class wt.workflow.notebook._NotebookComponent
NAMEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATION, NAMEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
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 com.ptc.core.relcontext.server._NetworkLink
getClassInfo, getConceptualClassname, getRelation, getType, readExternal, readExternal, readVersion, setRelation, super_readExternal_NetworkLink, super_readVersion_NetworkLink, super_writeExternal_NetworkLink, writeExternal, writeExternalMethods inherited from class wt.workflow.notebook.WfFolderedBookmark
newWfFolderedBookmarkMethods inherited from class wt.workflow.notebook._WfFolderedBookmark
getObject, getObjectReference, getOid, readVersion, setObject, setObjectReference, setOid, super_readExternal_WfFolderedBookmark, super_readVersion_WfFolderedBookmark, super_writeExternal_WfFolderedBookmarkMethods inherited from class wt.workflow.notebook.FolderedBookmark
getCabinetReference, getFolderPath, getLocation, getName, initialize, newFolderedBookmarkMethods inherited from class wt.workflow.notebook._FolderedBookmark
getCabinet, getCabinetName, getFolderingInfo, getParentFolder, readVersion, setFolderingInfo, super_readExternal_FolderedBookmark, super_readVersion_FolderedBookmark, super_writeExternal_FolderedBookmarkMethods inherited from class wt.workflow.notebook.Bookmark
getParent, initialize, newBookmark, newBookmarkMethods 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_BookmarkMethods 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_NotebookComponentMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.admin._DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomainMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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
-