Package wt.projmgmt.execution
Interface ProjExecService
- All Known Implementing Classes:
StandardProjExecService
The
Supported API: true
Extendable: false
ProjExecService class contains the definition of remotely
accessible wt.projmgmt.execution API. The access is made through the
ProjExecHelper class
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDuration(ExecutionObject exec_obj) Returns the duration of anwt.projmgmt.executionExecutionObject.
-
Method Details
-
getDuration
Returns the duration of anwt.projmgmt.executionExecutionObject. The duration is computed by counting the number of working days between the computed finish and the computed start dates. The object has completed or cancelled, the computed finish is the actual end time. Otherwise is the estimated finish date. If the object has started, the start time is used. Otherwise, the time to start is used forProjectNodes andProjectPlan, the creation time forwt.resource.Deliverables andProjectWorkItem.
Supported API: true- Parameters:
exec_obj-- Returns:
- TimeToElapse
- Throws:
WTException
-