Uses of Interface
wt.workflow.notebook.NotebookIfc

Packages that use NotebookIfc
wt.workflow.notebook   
 

Uses of NotebookIfc in wt.workflow.notebook
 

Classes in wt.workflow.notebook that implement NotebookIfc
 class Notebook
           Use the newNotebook static factory method(s), not the Notebook constructor, to construct instances of this class.
 

Methods in wt.workflow.notebook that return NotebookIfc
 NotebookIfc NotebookSubjectLink.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 NotebookIfc NotebookSubject.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 NotebookIfc NotebookDefInstanceLink.getInst()
          Gets the object for the association that plays role: INST_ROLE.
 NotebookIfc IteratedNotebookSubjectLink.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 NotebookIfc NotebookSubjectLink.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 NotebookIfc NotebookSubject.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 NotebookIfc NotebookDefInstanceLink.getInst()
          Gets the object for the association that plays role: INST_ROLE.
 NotebookIfc IteratedNotebookSubjectLink.getNotebook()
          Gets the object for the association that plays role: NOTEBOOK_ROLE.
 

Methods in wt.workflow.notebook with parameters of type NotebookIfc
 void StandardNotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookSubjectLink.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
static NotebookSubjectLink NotebookSubjectLink.newNotebookSubjectLink(NotebookIfc notebook, SubjectOfNotebook subject)
          Default factory for the class.
 void NotebookSubject.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
 void NotebookServiceFwd.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookDefInstanceLink.setInst(NotebookIfc inst)
          Sets the object for the association that plays role: INST_ROLE.
static NotebookDefInstanceLink NotebookDefInstanceLink.newNotebookDefInstanceLink(NotebookIfc inst, NotebookTemplate definition)
          Default factory for the class.
 void IteratedNotebookSubjectLink.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
static IteratedNotebookSubjectLink IteratedNotebookSubjectLink.newIteratedNotebookSubjectLink(NotebookIfc notebook, IteratedSubjectOfNotebook subject)
          Default factory for the class.
 void StandardNotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookSubjectLink.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
static NotebookSubjectLink NotebookSubjectLink.newNotebookSubjectLink(NotebookIfc notebook, SubjectOfNotebook subject)
          Default factory for the class.
 void NotebookSubject.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
 void NotebookServiceFwd.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 void NotebookDefInstanceLink.setInst(NotebookIfc inst)
          Sets the object for the association that plays role: INST_ROLE.
static NotebookDefInstanceLink NotebookDefInstanceLink.newNotebookDefInstanceLink(NotebookIfc inst, NotebookTemplate definition)
          Default factory for the class.
 void IteratedNotebookSubjectLink.setNotebook(NotebookIfc notebook)
          Sets the object for the association that plays role: NOTEBOOK_ROLE.
static IteratedNotebookSubjectLink IteratedNotebookSubjectLink.newIteratedNotebookSubjectLink(NotebookIfc notebook, IteratedSubjectOfNotebook subject)
          Default factory for the class.