Primavera Integration API 7.0

Uses of Class
com.primavera.common.value.Duration

Packages that use Duration
com.primavera.common.value Value object classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of Duration in com.primavera.common.value
 

Fields in com.primavera.common.value declared as Duration
static Duration Duration.MAX_DURATION
          Maximum duration value
static Duration Duration.ZERO_DURATION
          Zero duration value
 

Uses of Duration in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return Duration
 Duration ResourceAssignment.getActualDuration()
          Gets the actual duration for the resource assignment on the activity.
 Duration Activity.getActualDuration()
          Gets the total working time from the activity actual start date to the actual finish date (for completed activities), or to the current data date (for in-progress activities).
 Duration ResourceAssignment.getAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Duration Activity.getAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Duration Activity.getBaseline1Duration()
          Gets the duration for the activity in the primary baseline.
 Duration Activity.getBaseline1PlannedDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration Activity.getBaselineDuration()
          Gets the duration for the activity in the project baseline.
 Duration Activity.getBaselinePlannedDuration()
          Gets the planned duration for the activity in the project baseline.
 Duration Project.getCriticalActivityFloatLimit()
          Gets the duration used to determine if an activity is critical.
 Duration BaselineProject.getCriticalActivityFloatLimit()
          Gets the duration used to determine if an activity is critical.
 Duration ScheduleOptions.getCriticalActivityFloatThreshold()
          Gets the maximum float time for activities before they are marked critical.
 Duration GlobalPreferences.getDefaultDuration()
          Gets the planned duration assigned to new activities by default.
 Duration Activity.getDuration1Variance()
          Gets the duration between the activity's primary baseline duration and the at complete duration.
 Duration Activity.getDurationVariance()
          Gets the duration between the activity's project baseline duration and the at complete duration.
 Duration Activity.getFinishDate1Variance()
          Gets the duration between the finish date in the current project and the primary baseline finish date.
 Duration Activity.getFinishDateVariance()
          Gets the duration between the finish date in the current project and the project baseline finish date.
 Duration Activity.getFreeFloat()
          Gets the amount of time the activity can be delayed before delaying the start date of any successor activity.
 Duration Relationship.getLag()
          Gets the time lag of the relationship.
 Duration ResourceAssignment.getPlannedDuration()
          Gets the planned working time for the resource assignment on the activity, from the resource's planned start date to the planned finish date.
 Duration Activity.getPlannedDuration()
          Gets the total working time from the activity planned start date to the planned finish date.
 Duration ResourceAssignment.getPlannedLag()
          Gets the planned time lag between the activity's planned start date and the resource's planned start date on the activity.
 Duration ResourceAssignment.getRemainingDuration()
          Gets the remaining duration of the resource assignment.
 Duration Activity.getRemainingDuration()
          Gets the remaining duration of the activity.
 Duration Activity.getRemainingFloat()
          Gets the amount of time remaining by which the activity can be delayed before delaying the project finish date.
 Duration ResourceAssignment.getRemainingLag()
          Gets the time lag between the activity's remaining start date and the resource's remaining start date on the activity.
 Duration Activity.getStartDate1Variance()
          Gets the duration between the start date in the current project and the primary baseline start date.
 Duration Activity.getStartDateVariance()
          Gets the duration between the start date in the current project and the project baseline start date.
 Duration WBS.getSummaryActualDuration()
          Gets the actual duration.
 Duration Project.getSummaryActualDuration()
          Gets the actual duration.
 Duration EPS.getSummaryActualDuration()
          Gets the actual duration.
 Duration BaselineProject.getSummaryActualDuration()
          Gets the actual duration.
 Duration WBS.getSummaryAtCompletionDuration()
          Gets the total working time from the activity's current start date to the current finish date.
 Duration Project.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Duration EPS.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Duration BaselineProject.getSummaryAtCompletionDuration()
          Gets the duration at completion.
 Duration WBS.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration Project.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration EPS.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration BaselineProject.getSummaryBaselineDuration()
          Gets the planned duration for the activity in the primary baseline.
 Duration WBS.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration Project.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration EPS.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration BaselineProject.getSummaryDurationVariance()
          Gets the duration between the activity's baseline duration and the at complete duration.
 Duration WBS.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration Project.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration EPS.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration BaselineProject.getSummaryFinishDateVariance()
          Gets the duration between the finish date in the current project and the baseline finish date.
 Duration WBS.getSummaryRemainingDuration()
          Gets the total working time from the WBS remaining start date to the remaining finish date.
 Duration Project.getSummaryRemainingDuration()
          Gets the total working time from the Project remaining start date to the remaining finish date.
 Duration EPS.getSummaryRemainingDuration()
          Gets the total working time from the EPS remaining start date to the remaining finish date.
 Duration BaselineProject.getSummaryRemainingDuration()
          Gets the total working time from the WBS remaining start date to the remaining finish date.
 Duration WBS.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration Project.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration EPS.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration BaselineProject.getSummaryStartDateVariance()
          Gets the duration between the start date in the current project and the baseline start date.
 Duration WBS.getSummaryTotalFloat()
          Gets the amount of time the WBS can be delayed before delaying the project finish date.
 Duration Project.getSummaryTotalFloat()
          Gets the amount of time the Project can be delayed before delaying the project finish date.
 Duration EPS.getSummaryTotalFloat()
          Gets the amount of time the EPS can be delayed before delaying the project finish date.
 Duration BaselineProject.getSummaryTotalFloat()
          Gets the amount of time the WBS can be delayed before delaying the project finish date.
 Duration Activity.getTotalFloat()
          Gets the amount of time the activity can be delayed before delaying the project finish date.
 

Methods in com.primavera.integration.client.bo.object with parameters of type Duration
 void Activity.setActualDuration(Duration d)
          Sets the total working time from the activity actual start date to the actual finish date (for completed activities), or to the current data date (for in-progress activities).
 void Activity.setAtCompletionDuration(Duration d)
          Sets the total working time from the activity's current start date to the current finish date.
 void Project.setCriticalActivityFloatLimit(Duration d)
          Sets the duration used to determine if an activity is critical.
 void BaselineProject.setCriticalActivityFloatLimit(Duration d)
          Sets the duration used to determine if an activity is critical.
 void ScheduleOptions.setCriticalActivityFloatThreshold(Duration d)
          Sets the maximum float time for activities before they are marked critical.
 void GlobalPreferences.setDefaultDuration(Duration d)
          Sets the planned duration assigned to new activities by default.
 void Relationship.setLag(Duration d)
          Sets the time lag of the relationship.
 void ResourceAssignment.setPlannedDuration(Duration d)
          Sets the planned working time for the resource assignment on the activity, from the resource's planned start date to the planned finish date.
 void Activity.setPlannedDuration(Duration d)
          Sets the total working time from the activity planned start date to the planned finish date.
 void ResourceAssignment.setPlannedLag(Duration d)
          Sets the planned time lag between the activity's planned start date and the resource's planned start date on the activity.
 void ResourceAssignment.setRemainingDuration(Duration d)
          Sets the remaining duration of the resource assignment.
 void Activity.setRemainingDuration(Duration d)
          Sets the remaining duration of the activity.
 void ResourceAssignment.setRemainingLag(Duration d)
          Sets the time lag between the activity's remaining start date and the resource's remaining start date on the activity.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.