Package wt.workflow.notebook
Class Notebook
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.notebook._NotebookComponent
wt.workflow.notebook.NotebookComponent
wt.workflow.notebook._Notebook
wt.workflow.notebook.Notebook
- 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.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,wt.workflow.collaboration._CollaborationContainer,CollaborationContainer,wt.workflow.notebook._NotebookIfc,wt.workflow.notebook.NotebookIfc
@GenAsPersistable(superClass=wt.workflow.notebook.NotebookComponent.class,interfaces=wt.workflow.notebook.NotebookIfc.class,versions=-4358607121103546068L,properties={@GeneratedProperty(name="description",type=java.lang.String.class),@GeneratedProperty(name="closed",type=boolean.class,accessors=@PropertyAccessors(getAccess=PRIVATE))})
public class Notebook
extends wt.workflow.notebook._Notebook
Use the newNotebook static factory method(s), not the Notebook
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._Notebook
CLOSED, DESCRIPTION, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.workflow.notebook.NotebookComponent
OLD_FORMAT_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.workflow.collaboration._CollaborationContainer
DEFINITION, DEFINITION_REFERENCEFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.index._Indexable
INDEXER_SETFields inherited from interface wt.notify._Notifiable
EVENT_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.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITYFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: true
Supported API: true
Supported API: trueMethods inherited from class wt.workflow.notebook._Notebook
getClassInfo, getConceptualClassname, getDefinition, getDefinitionReference, getDescription, getEventSet, getType, readExternal, readExternal, readVersion, setDefinition, setDefinitionReference, setDescription, setEventSet, super_readExternal_Notebook, super_readVersion_Notebook, super_writeExternal_Notebook, writeExternal, writeExternalMethods 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_NotebookComponentMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, 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.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
getFolders
Supported API: true- Returns:
- Enumeration
- Throws:
WTException
-
getBookmarks
Supported API: true- Returns:
- Enumeration
- Throws:
WTException
-
getChildren
Supported API: true- Returns:
- Vector
- Throws:
WTException
-
getParent
Supported API: true- Returns:
- CollaborationContainer
- Throws:
WTException
-