Class Bookmark

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
All Implemented Interfaces:
Externalizable, Serializable, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, 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
Direct Known Subclasses:
wt.workflow.notebook._FolderedBookmark, wt.workflow.notebook._ImportedBookmark

@GenAsPersistable(superClass=wt.workflow.notebook.NotebookComponent.class,interfaces=wt.type.TypeManaged.class,versions=218480053965703777L,properties={@GeneratedProperty(name="url",type=java.net.URL.class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="description",type=java.lang.String.class),@GeneratedProperty(name="creator",type=WTPrincipalReference.class,javaDoc="The creator of the bookmark.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="modifier",type=WTPrincipalReference.class,javaDoc="The modifier of the bookmark.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="D"))},foreignKeys={@GeneratedForeignKey(name="FolderBookmarkLink",foreignKeyRole=@ForeignKeyRole(name="folder",type=wt.workflow.notebook.NotebookFolder.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="bookmark")),@GeneratedForeignKey(name="NotebookBookmarkLink",foreignKeyRole=@ForeignKeyRole(name="notebook",type=Notebook.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="bookmark"))},tableProperties=@TableProperties(compositeIndex15="+folderReference.key.id",compositeIndex16="+notebookReference.key.id"),iconProperties=@IconProperties(standardIcon="netmarkets/images/link_large.gif",openIcon="netmarkets/images/link_large.gif")) public class Bookmark extends wt.workflow.notebook._Bookmark

Use the newBookmark static factory method(s), not the Bookmark 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 wt.workflow.notebook._Bookmark

    CREATOR, DESCRIPTION, EXTERNALIZATION_VERSION_UID, 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.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.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

    Methods inherited from class wt.workflow.notebook._Bookmark

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

    Methods inherited from class wt.workflow.notebook._NotebookComponent

    getContainer, getContainerName, getContainerReference, getDomainRef, getIndexerSet, getName, 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.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity