Uses of Interface
wt.workflow.notebook.SubjectOfNotebook

Packages that use SubjectOfNotebook
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.doc   
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.inf.container   
wt.inf.library   
wt.inf.team   
wt.maturity   
wt.meeting Uses the MeetingService to manage Meetings of various MeetingTypes having Agendas and producing Minutes, in particular MeetingCenterMeetings with their associated MeetingCenterMeetingInfo (also see the WebexOperationHelper). 
wt.meeting.actionitem   
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.pdmlink   
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.resource   
wt.replication.unit   
wt.vc.baseline
 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.notebook   
 

Uses of SubjectOfNotebook in wt.change2
 

Classes in wt.change2 that implement SubjectOfNotebook
 class ChangeIssue
          The abstract level representation of a change issue.
 class ChangeOrder2
          The abstract level representation of a change order.
 class ChangeRequest2
          The abstract level representation of a change request.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of SubjectOfNotebook in wt.doc
 

Classes in wt.doc that implement SubjectOfNotebook
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of SubjectOfNotebook in wt.effectivity
 

Classes in wt.effectivity that implement SubjectOfNotebook
 class ConfigurationItem
          This is a product that is planned for manufacture with various EffectivityManageables having Effectivitys under which specific versions are used to manufacture the product.
 

Uses of SubjectOfNotebook in wt.enterprise
 

Classes in wt.enterprise that implement SubjectOfNotebook
 class Managed
          This wt.lifecycle.LifeCycleManged first class information object is Foldered for organizational purposes and DomainAdministered; it is a non-revisable object that the system manages and controls via business rules, notifications, access control, indexing, etc.
 class RevisionControlled
          This wt.lifecycle.LifeCycleManged first class information object is an IteratedFoldered which allows special foldering to take into account its Versioned nature (and it is controlled via a checkin/checkoutmechanism), and it is DomainAdministered; it is similar to Managed except that it is a IteratedFoldered rather than Foldered.
 

Uses of SubjectOfNotebook in wt.epm
 

Classes in wt.epm that implement SubjectOfNotebook
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.federation
 

Classes in wt.federation that implement SubjectOfNotebook
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 class ProxyUser
           Use the newProxyUser static factory method(s), not the ProxyUser constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.inf.container
 

Subinterfaces of SubjectOfNotebook in wt.inf.container
 interface WTContainer
          Implementors of WTContainer should create a new WTContainerInfo in their initializer: protected void initialize() throws WTException { super.initialize(); try { setContainerInfo(WTContainerInfo.newWTContainerInfo()); } catch (WTPropertyVetoException wtpve) { throw new WTException(wtpve); } }

Supported API: true

Extendable: false
 

Classes in wt.inf.container that implement SubjectOfNotebook
 class ExchangeContainer
          A special type of container that is used as the root of a given installation's container hierarchy.
 class OrgContainer
          A container for an organization's business and administrative objects.
 

Uses of SubjectOfNotebook in wt.inf.library
 

Classes in wt.inf.library that implement SubjectOfNotebook
 class WTLibrary
           Use the newWTLibrary static factory method(s), not the WTLibrary constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.inf.team
 

Subinterfaces of SubjectOfNotebook in wt.inf.team
 interface ContainerTeamManaged
          

Supported API: true

Extendable: false
 

Uses of SubjectOfNotebook in wt.maturity
 

Classes in wt.maturity that implement SubjectOfNotebook
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of SubjectOfNotebook in wt.meeting
 

Classes in wt.meeting that implement SubjectOfNotebook
 class Meeting
          Base class which other types of meetings subclass.
 class MeetingCenterMeeting
           Use the newMeetingCenterMeeting static factory method(s), not the MeetingCenterMeeting constructor, to construct instances of this class.
 class TraditionalMeeting
           Use the newTraditionalMeeting static factory method(s), not the TraditionalMeeting constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.meeting.actionitem
 

Classes in wt.meeting.actionitem that implement SubjectOfNotebook
 class DiscreteActionItem
           Use the newDiscreteActionItem static factory method(s), not the DiscreteActionItem constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.org
 

Classes in wt.org that implement SubjectOfNotebook
 class WTUser
          The WTUser class represents users of the system.
 

Uses of SubjectOfNotebook in wt.part
 

Classes in wt.part that implement SubjectOfNotebook
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 class WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.pdmlink
 

Classes in wt.pdmlink that implement SubjectOfNotebook
 class PDMLinkProduct
           Use the newPDMLinkProduct static factory method(s), not the PDMLinkProduct constructor, to construct instances of this class.
 

Uses of SubjectOfNotebook in wt.projmgmt.admin
 

Classes in wt.projmgmt.admin that implement SubjectOfNotebook
 class Project2
          Project2 represents a"temporary endeavor undertaken to create a unique product or service." As such it has start and end dates.
 

Uses of SubjectOfNotebook in wt.projmgmt.execution
 

Subinterfaces of SubjectOfNotebook in wt.projmgmt.execution
 interface ExecutionObject
          The ExecutionObject is an interface that holds attributes that are common to plans, activities and deliverables.
 interface ProjectNode
          

Supported API: false

Extendable: false
 

Classes in wt.projmgmt.execution that implement SubjectOfNotebook
 class Milestone
          The Milestone class represents a notable point in the execution of a project.
 class ProjectActivity
          Returns the associated Deliverable.
 class ProjectPlan
          The ProjectPlan class represents a container for activities, resources, deliverables and their relationships that are involved in the execution of a project.
 class ProjectProxy
          Objects of the ProjectProxy class are references to external projects.
 class ProjectWorkItem
           Use the newProjectWorkItem static factory method(s), not the ProjectWorkItem constructor, to construct instances of this class.
 class SummaryActivity
          Container of project manager nodes.
 

Uses of SubjectOfNotebook in wt.projmgmt.resource
 

Classes in wt.projmgmt.resource that implement SubjectOfNotebook
 class Deliverable
          The Deliverable class represents expected output objects from the plan or activities.
 

Uses of SubjectOfNotebook in wt.replication.unit
 

Classes in wt.replication.unit that implement SubjectOfNotebook
 class WTUnit
          Deprecated.  
 

Uses of SubjectOfNotebook in wt.vc.baseline
 

Classes in wt.vc.baseline that implement SubjectOfNotebook
 class ManagedBaseline
          This class is an implementation of a Baseline.
 

Uses of SubjectOfNotebook in wt.workflow.engine
 

Classes in wt.workflow.engine that implement SubjectOfNotebook
 class WfProcess
          A WfProcess is the performer of a workflow.
 

Uses of SubjectOfNotebook in wt.workflow.notebook
 

Subinterfaces of SubjectOfNotebook in wt.workflow.notebook
 interface IteratedSubjectOfNotebook
          

Supported API: false

Extendable: false
 

Methods in wt.workflow.notebook that return SubjectOfNotebook
static SubjectOfNotebook NotebookUtil.getSubject(Notebook nc)
           
 SubjectOfNotebook NotebookSubjectLink.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 SubjectOfNotebook NotebookSubject.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 SubjectOfNotebook IteratedNotebookSubjectLink.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
static SubjectOfNotebook NotebookUtil.getSubject(Notebook nc)
           
 SubjectOfNotebook NotebookSubjectLink.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 SubjectOfNotebook NotebookSubject.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 SubjectOfNotebook IteratedNotebookSubjectLink.getSubject()
          Gets the object for the association that plays role: SUBJECT_ROLE.
 

Methods in wt.workflow.notebook with parameters of type SubjectOfNotebook
 Notebook StandardNotebookService.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void StandardNotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void StandardNotebookService.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
 void NotebookSubjectLink.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
static NotebookSubjectLink NotebookSubjectLink.newNotebookSubjectLink(NotebookIfc notebook, SubjectOfNotebook subject)
          Default factory for the class.
 void NotebookSubject.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
 Notebook NotebookServiceFwd.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookServiceFwd.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookServiceFwd.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
 Notebook NotebookService.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook NotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook NotebookService.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookService.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook NotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
static Notebook Notebook.newNotebook(String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
protected  void Notebook.initialize(String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          Supports initialization, following construction of an instance.
 void IteratedNotebookSubjectLink.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
 Notebook StandardNotebookService.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void StandardNotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void StandardNotebookService.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook StandardNotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
 void NotebookSubjectLink.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
static NotebookSubjectLink NotebookSubjectLink.newNotebookSubjectLink(NotebookIfc notebook, SubjectOfNotebook subject)
          Default factory for the class.
 void NotebookSubject.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.
 Notebook NotebookServiceFwd.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookServiceFwd.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookServiceFwd.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook NotebookServiceFwd.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
 Notebook NotebookService.saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 Notebook NotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookService.addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook NotebookService.createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 void NotebookService.deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 Notebook NotebookService.createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
static Notebook Notebook.newNotebook(String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
protected  void Notebook.initialize(String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          Supports initialization, following construction of an instance.
 void IteratedNotebookSubjectLink.setSubject(SubjectOfNotebook subject)
          Sets the object for the association that plays role: SUBJECT_ROLE.