Previous Topic

Next Topic

Book Contents

WBS Service

Operations:

CreateWBS

ReadWBS

UpdateWBS

DeleteWBS

ReadActivityWBSPath

ReadWBSPath

ReadAllWBS

WSDL: WBS.wsdl

Primary Key Field: ObjectId

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

Default Transport URLs:

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

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

Java Client Stub Class:

com.primavera.ws.p6.wbs.WBSService

Description:

The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project. Each element of a WBS may contain more-detailed WBS elements, activities, or both. WBS are hierarchical objects.

In the database a root-level WBS actually exists, but it corresponds to the project and is hidden in the API. If one of the Project.loadProjectLevelXXXXXX() methods is called to load project-level (root WBS-level) objects, the WBSObjectId field in the loaded objects will actually contain an ObjectId. However, attempting to load the WBS with that ObjectId will be unsuccessful and will return null.

Many of the fields exposed in this class are summary fields. To obtain a complete list of these fields, call getSummaryFields(). getMainFields() returns all fields except summary fields.

This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.


Copyright information