Package | Description |
---|---|
com.primavera.common.value |
Value object classes
|
com.primavera.integration.client.bo.object |
Client business object classes
|
Modifier and Type | Method and Description |
---|---|
static EndDate |
EndDate.createEndDate(Date date)
Creates an
EndDate object with a given java.util.Date object. |
EndDate |
BeginDate.toEndDate()
Converts this object into an
EndDate object. |
Modifier and Type | Method and Description |
---|---|
EndDate |
ResourceAssignment.getActualFinishDate()
Gets the date the resource actually finished working on the activity.
|
EndDate |
Activity.getActualFinishDate()
Gets the date on which the activity is actually finished.
|
EndDate |
WBS.getAnticipatedFinishDate()
Gets the anticipated finish date of WBS, project and EPS elements.
|
EndDate |
Project.getAnticipatedFinishDate()
Gets the anticipated finish date of Project element.
|
EndDate |
EPS.getAnticipatedFinishDate()
Gets the anticipated finish date of the EPS.
|
EndDate |
BaselineProject.getAnticipatedFinishDate()
Gets the anticipated finish date of WBS, project and EPS elements.
|
EndDate |
Activity.getBaseline1FinishDate()
Gets the current finish date of the activity in the primary baseline.
|
EndDate |
Activity.getBaselineFinishDate()
Gets the current finish date of the activity in the project baseline.
|
EndDate |
Activity.getEarlyFinishDate()
Gets the earliest possible date the activity can finish.
|
EndDate |
FinancialPeriod.getEndDate()
Gets the end date of the period.
|
EndDate |
Activity.getExpectedFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
EndDate |
Activity.getExternalLateFinishDate()
Gets the date value that determines the Late Finish Date for imported activities with external
constraints lost (from/to external projects that do not exist in the database).
|
EndDate |
WBS.getFinishDate()
Gets the finish date of the WBS.
|
EndDate |
UDFValue.getFinishDate()
Gets the value of the finish date UDF.
|
EndDate |
ResourceAssignment.getFinishDate()
Gets the finish date of the resource assignment on the activity.
|
EndDate |
Project.getFinishDate()
Gets the finish date of the project.
|
EndDate |
EPS.getFinishDate()
Gets the finish date of the EPS.
|
EndDate |
BaselineProject.getFinishDate()
Gets the finish date of the baseline project.
|
EndDate |
Activity.getFinishDate()
Gets the current finish date of the activity.
|
EndDate |
WBS.getForecastFinishDate()
Gets the alternate end date to be optionally used by the scheduler.
|
EndDate |
Project.getForecastFinishDate()
Gets the alternate end date to be optionally used by the scheduler.
|
EndDate |
BaselineProject.getForecastFinishDate()
Gets the alternate end date to be optionally used by the scheduler).
|
EndDate |
Activity.getLateFinishDate()
Gets the latest possible date the activity must finish without delaying the project finish
date.
|
EndDate |
Project.getMustFinishByDate()
Gets the date by which all project activities must finish.
|
EndDate |
BaselineProject.getMustFinishByDate()
Gets the date by which all project activities must finish.
|
EndDate |
ResourceAssignment.getPlannedFinishDate()
Gets the date the resource is scheduled to finish working on the activity.
|
EndDate |
Activity.getPlannedFinishDate()
Gets the date the activity is scheduled to finish.
|
EndDate |
Activity.getRemainingEarlyFinishDate()
Gets the remaining late end date, which is calculated by the scheduler.
|
EndDate |
ResourceAssignment.getRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity.
|
EndDate |
ResourceAssignment.getRemainingLateFinishDate()
Gets the remaining late finish date calculated by the scheduler.
|
EndDate |
Activity.getRemainingLateFinishDate()
Gets the remaining late finish date calculated by the scheduler.
|
EndDate |
Activity.getResumeDate()
Gets the date when a suspended task or resource dependent activity should be resumed.
|
EndDate |
Activity.getReviewFinishDate()
Gets the finish date of the activity as proposed by the primary resource using Timesheets,
while the activity is in "For Review" state.
|
EndDate |
Project.getScheduledFinishDate()
Gets the early finish date of the latest activity in the project, as computed by the project
scheduler.
|
EndDate |
BaselineProject.getScheduledFinishDate()
Gets the early finish date of the latest activity in the project, as computed by the project
scheduler.
|
EndDate |
WBS.getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the WBS.
|
EndDate |
Project.getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the project.
|
EndDate |
EPS.getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the EPS.
|
EndDate |
BaselineProject.getSummaryActualFinishDate()
Gets the latest actual finish date of all activities in the project.
|
EndDate |
WBS.getSummaryBaselineFinishDate()
Gets the current latest finish date of all activities in the WBS for the current baseline.
|
EndDate |
Project.getSummaryBaselineFinishDate()
Gets the current latest finish date of all activities in the project for the current baseline.
|
EndDate |
EPS.getSummaryBaselineFinishDate()
Gets the current latest finish date of all activities in the EPS for the current baseline.
|
EndDate |
BaselineProject.getSummaryBaselineFinishDate()
Gets the current latest finish date of all activities in the project for the current baseline.
|
EndDate |
WBS.getSummaryPlannedFinishDate()
Gets the latest planned finish date of all activities in the WBS.
|
EndDate |
Project.getSummaryPlannedFinishDate()
Gets the latest planned finish date of all activities in the project.
|
EndDate |
EPS.getSummaryPlannedFinishDate()
Gets the latest planned finish date of all activities in the EPS.
|
EndDate |
BaselineProject.getSummaryPlannedFinishDate()
Gets the latest planned finish date of all activities in the baseline project.
|
EndDate |
WBS.getSummaryProgressFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
EndDate |
Project.getSummaryProgressFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
EndDate |
EPS.getSummaryProgressFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
EndDate |
BaselineProject.getSummaryProgressFinishDate()
Gets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
EndDate |
WBS.getSummaryRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity.
|
EndDate |
Project.getSummaryRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity.
|
EndDate |
EPS.getSummaryRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity.
|
EndDate |
BaselineProject.getSummaryRemainingFinishDate()
Gets the date the resource is scheduled to finish the remaining work for the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAssignment.setActualFinishDate(EndDate d)
Sets the date the resource actually finished working on the activity.
|
void |
Activity.setActualFinishDate(EndDate d)
Sets the date on which the activity is actually finished.
|
void |
WBS.setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of WBS, project and EPS elements.
|
void |
Project.setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of Project element.
|
void |
EPS.setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of the EPS.
|
void |
BaselineProject.setAnticipatedFinishDate(EndDate d)
Sets the anticipated finish date of WBS, project and EPS elements.
|
void |
FinancialPeriod.setEndDate(EndDate d)
Sets the end date of the period.
|
void |
Activity.setExpectedFinishDate(EndDate d)
Sets the date the activity is expected to be finished according to the progress made on the
activity's work products.
|
void |
Activity.setExternalLateFinishDate(EndDate d)
Sets the date value that determines the Late Finish Date for imported activities with external
constraints lost (from/to external projects that do not exist in the database).
|
void |
UDFValue.setFinishDate(EndDate d)
Sets the value of the finish date UDF.
|
void |
ResourceAssignment.setFinishDate(EndDate d)
Sets the finish date of the resource assignment on the activity.
|
void |
Activity.setFinishDate(EndDate d)
Sets the current finish date of the activity.
|
void |
Project.setMustFinishByDate(EndDate d)
Sets the date by which all project activities must finish.
|
void |
BaselineProject.setMustFinishByDate(EndDate d)
Sets the date by which all project activities must finish.
|
void |
ResourceAssignment.setPlannedFinishDate(EndDate d)
Sets the date the resource is scheduled to finish working on the activity.
|
void |
Activity.setPlannedFinishDate(EndDate d)
Sets the date the activity is scheduled to finish.
|
void |
Activity.setRemainingEarlyFinishDate(EndDate d)
Sets the remaining late end date, which is calculated by the scheduler.
|
void |
ResourceAssignment.setRemainingFinishDate(EndDate d)
Sets the date the resource is scheduled to finish the remaining work for the activity.
|
void |
Activity.setRemainingLateFinishDate(EndDate d)
Sets the remaining late finish date calculated by the scheduler.
|
void |
Activity.setResumeDate(EndDate d)
Sets the date when a suspended task or resource dependent activity should be resumed.
|
void |
Project.setScheduledFinishDate(EndDate d)
Sets the early finish date of the latest activity in the project, as computed by the project
scheduler.
|
void |
BaselineProject.setScheduledFinishDate(EndDate d)
Sets the early finish date of the latest activity in the project, as computed by the project
scheduler.
|
Copyright © 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.