Primavera Integration API 6.1

com.primavera.integration.collab.initiation
Interface InitiationReview


public interface InitiationReview

The review within a stage for an initiated project or process.


Method Summary
 Date getDate()
          Gets the date that the reviewer took action (approve or reject).
 ObjectId getProjectCodeTypeObjectId()
          Gets the ObjectId of the ProjectCodeType if the stage uses the review type to route by code assignments.
 InitiationReviewStatus getStatus()
          Gets the status of the review.
 String getUserName()
          Gets the name of the user that can review the initiated process or project.
 ObjectId getUserObjectId()
          Gets the ObjectId of the user that can review the initiated process or project.
 

Method Detail

getDate

Date getDate()
Gets the date that the reviewer took action (approve or reject).

Returns:
the review date

getUserObjectId

ObjectId getUserObjectId()
Gets the ObjectId of the user that can review the initiated process or project.

Returns:
the ObjectId of the reviewer

getStatus

InitiationReviewStatus getStatus()
Gets the status of the review.

Returns:
the review status

getUserName

String getUserName()
Gets the name of the user that can review the initiated process or project.

Returns:
the user name

getProjectCodeTypeObjectId

ObjectId getProjectCodeTypeObjectId()
Gets the ObjectId of the ProjectCodeType if the stage uses the review type to route by code assignments. This value is null if reviews are performed by named users.

Returns:
the unique identifier for the ProjectCodeType

Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.