Previous Topic

Next Topic

Book Contents

ProjectResourceQuantity Service

Operations:

CreateProjectResourceQuantities

ReadProjectResourceQuantities

UpdateProjectResourceQuantities

DeleteProjectResourceQuantities

WSDL: ProjectResourceQuantity.wsdl

Primary Key Field: ObjectId

Target Namespace: http://xmlns.oracle.com/Primavera/P6/WS/ProjectResourceQuantity/V1

Default Transport URLs:

http://<hostname>:<port number>/p6ws/services/ProjectResourceQuantityService?wsdl

https://<hostname>:<port number>/p6ws/services/ProjectResourceQuantityService?wsdl

Java Client Stub Class:

com.primavera.ws.p6.projectresourcequantity.ProjectResourceQuantityService

Description:

The ProjectResourceQuantity object provides access to resource allocation hours per week for resources assigned to a project at the Project or WBS level. Usually there is one ProjectResourceQuantity object per week, and it corresponds to a record in the wbsrsrc_qty table. However, when a week contains days from more than one month, two ProjectResourceQuantity objects (and so, two records) will exist based on the two week fragments. They both have the same WeekStartDate but their MonthStartDate and week fragment data are different: The first ProjectResourceQuantity object holds data for the first week fragment, and its MonthStartDate has the same month as the WeekStartDate. The second ProjectResourceQuantity object holds data for the second week fragment, and its MonthStartDate is that of the next month.

Note that this business object has a multi-part object ID; its object ID is a combination of its project resource object ID, its week start date, its month start date, and its quantity. The method createObjectId() can be used to create the multi-part object ID from the individual IDs.


Copyright information