Primavera Integration API 6.1

com.primavera.integration.collab.initiation
Interface InitiationStage


public interface InitiationStage

Information about the stage of an initiated project or process. Most of this data comes from the template. The status and InitiationReview[] provide the current state of the initiation itself and will contain different data as the initiation moves through the review process.


Method Summary
 String getName()
          Gets the name of the stage.
 int getNumber()
          Gets the stage number.
 InitiationReview[] getReviews()
          Gets the review data for the stage.
 InitiationStageReviewType getReviewType()
          Gets the type of review for this stage.
 InitiationStageStatus getStatus()
          Gets the status for the stage.
 

Method Detail

getName

String getName()
Gets the name of the stage.

Returns:
the stage name

getNumber

int getNumber()
Gets the stage number.

Returns:
stage number

getStatus

InitiationStageStatus getStatus()
Gets the status for the stage. Note that this data does not appear in myPrimavera version 5.0.

Returns:
the status of the stage

getReviewType

InitiationStageReviewType getReviewType()
Gets the type of review for this stage.

Returns:
the review type

getReviews

InitiationReview[] getReviews()
Gets the review data for the stage.

Returns:
the InitiationReviews. This list is in the order that is presented in myPrimavera on the Status Form for initiated projects and processes (the page showing status for each stage with reviewers names, action, and action date). This order may not be the same as the order defined in the template.

Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.