Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Primavera Integration API 7.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
B
BASE
- Static variable in class com.primavera.integration.client.bo.enm.
MethodologyType
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_REPORT
- Static variable in class com.primavera.integration.client.bo.enm.
JobType
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.
BatchReport
- Class in
com.primavera.integration.client.bo.object
Batch reports are collections of global and/or project reports that can be invoked at one time.
BatchReport(Session)
- Constructor for class com.primavera.integration.client.bo.object.
BatchReport
Class constructor specifying the Session.
BatchReport(Session, ObjectId)
- Constructor for class com.primavera.integration.client.bo.object.
BatchReport
Class constructor specifying the Session and ObjectId of the object.
BatchReport(Session, PrmRowSet, int)
- Constructor for class com.primavera.integration.client.bo.object.
BatchReport
Class constructor called internally after objects are retrieved from the server.
BatchReportHelper
- Class in
com.primavera.integration.client.bo.helper
Business object helper class used to simplify access to BatchReport objects.
BatchReportOptions
- Class in
com.primavera.integration.common
Batch report options used by the Job Manager when initiating a batch report.
BatchReportOptions(ObjectId, String, String)
- Constructor for class com.primavera.integration.common.
BatchReportOptions
Class constructor
BatchReportOptions(ObjectId, String, String, String)
- Constructor for class com.primavera.integration.common.
BatchReportOptions
Class constructor
BatchReportOptions(ObjectId, String, String, String, String, String)
- Constructor for class com.primavera.integration.common.
BatchReportOptions
Class constructor
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.
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.exporter.
XMLExporterListener
Invoked when a different type of business object is about to be exported.
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.
byteValue()
- Method in class com.primavera.common.value.
PrmNumber
Returns the value of the specified number as a
byte
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Primavera Integration API 7.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.