- BaselineActMatchType - Class in com.primavera.integration.client.bo.enm
-
- BaselineProject - Class in com.primavera.integration.client.bo.object
-
A baseline is a complete copy of a project plan that you can compare to the current schedule to
evaluate progress.
- BaselineProject(Session) - Constructor for class com.primavera.integration.client.bo.object.BaselineProject
-
Class constructor specifying the Session.
- BaselineProject(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.BaselineProject
-
Class constructor specifying the Session and ObjectId of the object.
- BaselineProject(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.BaselineProject
-
Class constructor called internally after objects are retrieved from the server.
- BaselineProjectHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to BaselineProject objects.
- BaselineType - Class in com.primavera.integration.client.bo.object
-
Since the large number of baselines per project could be challenging to maintain, baseline
types are introduced to help categorize, or track, multiple baselines for a single project.
- BaselineType(Session) - Constructor for class com.primavera.integration.client.bo.object.BaselineType
-
Class constructor specifying the Session.
- BaselineType(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.BaselineType
-
Class constructor specifying the Session and ObjectId of the object.
- BaselineType(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.BaselineType
-
Class constructor called internally after objects are retrieved from the server.
- BaselineTypeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to BaselineType objects.
- BaseSpread - Class in com.primavera.common.value.spread
-
The base class of all main spread classes.
- BATCH_OVERRIDE - Static variable in class com.primavera.integration.client.Session
-
Batch over-ride system property.
- BatchException - Exception in com.primavera
-
Exception containing all business rule exceptions that occurred
during a batch create or update.
- BatchException(String, Throwable) - Constructor for exception com.primavera.BatchException
-
Class constructor specifying a detailed message and the original
thrown exception.
- BatchException(String) - Constructor for exception com.primavera.BatchException
-
Class constructor specifying a detailed message.
- BeginDate - Class in com.primavera.common.value
-
This value type is used to define a begin date.
- BeginDate(long) - Constructor for class com.primavera.common.value.BeginDate
-
Constructs an object with a given time value.
- BeginDate(Date) - Constructor for class com.primavera.common.value.BeginDate
-
Constructs an object with a given Date
object.
- BLUE - Static variable in class com.primavera.integration.client.bo.enm.UDFIndicator
-
- BODeleteHelper - Class in com.primavera.integration.util
-
This helper class is used to delete multiple business objects from the database in the ideal
order.
- BODeleteHelper() - Constructor for class com.primavera.integration.util.BODeleteHelper
-
Class constructor
- BOHelper<T extends BusinessObject> - Interface in com.primavera.integration.client.bo
-
Interface to business object helper classes used to simplify access to business objects exposed
in the API.
- BOHelperMap - Class in com.primavera.integration.client.bo.helper
-
Helper class used to obtain a helper for a particular
business object.
- BOHelperMap() - Constructor for class com.primavera.integration.client.bo.helper.BOHelperMap
-
- BOHierarchyMap - Class in com.primavera.integration.util
-
This utility class is used to aid in the building of hierarchies of business objects loaded from
the database.
- BOHierarchyMap() - Constructor for class com.primavera.integration.util.BOHierarchyMap
-
Class constructor
- BOHierarchyMap(String) - Constructor for class com.primavera.integration.util.BOHierarchyMap
-
Class constructor specifying a business object class name associated with this map
- BOIterator<T extends BusinessObject> - Class in com.primavera.integration.client.bo
-
An iterator over a business object collection.
- BOIterator(Session, BusinessObjectDef, PrmRowSet, RemoteTXId) - Constructor for class com.primavera.integration.client.bo.BOIterator
-
Class constructor used for when an empty BOIterator is needed.
- BOIterator(Session, BusinessObjectDef, PrmRowSet, String[], String, String, PRequestOptions, RemoteTXId) - Constructor for class com.primavera.integration.client.bo.BOIterator
-
Class constructor used when loading with where clause and order by clause.
- BOIterator(Session, BusinessObjectDef, PrmRowSet, String[], ObjectId[], int, PRequestOptions, RemoteTXId) - Constructor for class com.primavera.integration.client.bo.BOIterator
-
Class constructor used when loading by ObjectId.
- BOTH_COMPLETE - Static variable in class com.primavera.integration.client.bo.enm.StatusCompletion
-
- BOTH_COMPLETE - Static variable in class com.primavera.integration.client.bo.enm.TaskStatusCompletion
-
- BOTH_NOT_COMPLETE - Static variable in class com.primavera.integration.client.bo.enm.StatusCompletion
-
- BOTH_NOT_COMPLETE - Static variable in class com.primavera.integration.client.bo.enm.TaskStatusCompletion
-
- BudgetChangeStatus - Class in com.primavera.integration.client.bo.enm
-
Budget change status enumerations are used with budget change logs.
- BusinessObject - Class in com.primavera.integration.client.bo
-
The base class of all client-side business objects.
- BusinessObjectException - Exception in com.primavera.integration.client.bo
-
Base class for all exceptions thrown by business objects.
- BusinessObjectException(String, Throwable) - Constructor for exception com.primavera.integration.client.bo.BusinessObjectException
-
Class constructor specifying a detailed message and the original thrown exception.
- BusinessObjectException(String) - Constructor for exception com.primavera.integration.client.bo.BusinessObjectException
-
Class constructor specifying a detailed message.
- businessObjectExporting(XMLExporterEvent) - Method in interface com.primavera.integration.client.xml.xmlexporter.XMLExporterListener
-
Invoked when a different type of business object is about to be exported.
- ByteArrayDataSource - Class in com.primavera.integration.util
-
- ByteArrayDataSource(String, byte[]) - Constructor for class com.primavera.integration.util.ByteArrayDataSource
-
- byteValue() - Method in class com.primavera.common.value.PrmNumber
-
Returns the value of the specified number as a byte
.