wt.projmgmt.definer
Interface ProjDefinerService

All Known Implementing Classes:
ProjDefinerServiceFwd, StandardProjDefinerService

public interface ProjDefinerService

ProjDefinerService interface defines the project management template API that is accessible both in the client and in the server.

Supported API: false

Extendable: false


Method Summary
 ProjectPlanTemplate createProjectPlanTemplate(ProjectPlan plan)
          Creates project plan template with the name given as argument.
 ProjectLinkType getLinkType(ProjectNode source_node, ProjectNode dest_node)
          Returns the type of the link (FINISH-START, START-START) given two project nodes.
 

Method Detail

createProjectPlanTemplate

public ProjectPlanTemplate createProjectPlanTemplate(ProjectPlan plan)
                                              throws WTException
Creates project plan template with the name given as argument. As part of the template creation a start connector template and a end connector template are created making part of the plan template.

Supported API: false

Parameters:
plan -
Returns:
ProjectPlanTemplate
Throws:
WTException

getLinkType

public ProjectLinkType getLinkType(ProjectNode source_node,
                                   ProjectNode dest_node)
                            throws WTException
Returns the type of the link (FINISH-START, START-START) given two project nodes.

Supported API: false

Parameters:
source_node -
dest_node -
Returns:
ProjectLinkType
Throws:
WTException