Interface ProjExecService

All Known Implementing Classes:
StandardProjExecService

@RemoteInterface public interface ProjExecService
The 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 Type
    Method
    Description
    Returns the duration of an wt.projmgmt.executionExecutionObject.
  • Method Details

    • getDuration

      TimeToElapse getDuration(ExecutionObject exec_obj) throws WTException
      Returns the duration of an wt.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 for ProjectNodes and ProjectPlan, the creation time for wt.resource.Deliverables and ProjectWorkItem.

      Supported API: true
      Parameters:
      exec_obj -
      Returns:
      TimeToElapse
      Throws:
      WTException