|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ProjExecServiceSvr
interface contains the definition
of server accessible wt.projmgmt.execution API. The access is made through
the ProjExecServerHelper class
Supported API: false
Extendable: false
ProjExecServerHelper
Method Summary | |
TimeToElapse |
computeDuration(ExecutionObject exec_obj)
Computes the duration of an execution object. |
Timestamp |
computeFinishTime(ProjectNode node,
TimeToElapse duration)
Computes and returns the finish time for a given given the duration. |
void |
deleteContainedObjects(ProjectPlan plan)
Deletes all objects contained in the project plan passed as argument. |
ProjectNode |
getAssociatedNode(WfConnector conn)
Returns the project node associated with a given connector. |
WfNode |
getExecutionNode(WfNodeTemplate node_template)
Returns the execution node that corresponds to a given template. |
void |
reassignWorkitems(ContainerTeamManaged container,
WTUser user)
This method reassings all the work items for the user passed in to the responsible role. |
Method Detail |
public void deleteContainedObjects(ProjectPlan plan) throws WTException
plan
-
WTException
ProjectPlan
public WfNode getExecutionNode(WfNodeTemplate node_template) throws WTException
node_template
-
WTException
public ProjectNode getAssociatedNode(WfConnector conn) throws WTException
conn
-
WTException
public Timestamp computeFinishTime(ProjectNode node, TimeToElapse duration) throws WTException
node
- duration
-
WTException
public void reassignWorkitems(ContainerTeamManaged container, WTUser user) throws WTException
container
- user
-
WTException
public TimeToElapse computeDuration(ExecutionObject exec_obj) throws WTException
exec_obj
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |