Uses of Interface
wt.projmgmt.definer.ProjMgmtTemplateObject

Packages that use ProjMgmtTemplateObject
wt.projmgmt.definer   
 

Uses of ProjMgmtTemplateObject in wt.projmgmt.definer
 

Subinterfaces of ProjMgmtTemplateObject in wt.projmgmt.definer
 interface ProjectNodeTemplate
          A ProjectNodeTemplate is the interface implemented by all (workflow) templates that are used in project management and that belong to a project graph.
 

Classes in wt.projmgmt.definer that implement ProjMgmtTemplateObject
 class MilestoneTemplate
          A MilestoneTemplate is the template associated with a project management milestone.
 class ProjectActivityTemplate
          A ProjectActivityTemplate is the template associated with a project management project activity.
 class ProjectPlanTemplate
           Use the newProjectPlanTemplate static factory method(s), not the ProjectPlanTemplate constructor, to construct instances of this class.
 class ProjectProxyTemplate
          A ProjectProxyTemplate is the template associated with a project proxy.
 class SummaryActivityTemplate
           Use the newSummaryActivityTemplate static factory method(s), not the SummaryActivityTemplate constructor, to construct instances of this class.