- RateSource - Class in com.primavera.integration.client.bo.enm
-
Rate source enumerations are used to indicate which price/unit will be used to calculate costs for
the assignment, such as 'Resource', 'Role', and 'Override'.
- RateSourcePreference - Class in com.primavera.integration.client.bo.enm
-
Rate source preference type enumerations are used to indicate which price/unit will be used by
default to calculate costs for the assignment when both a resource and role are assigned.
- RateType - Class in com.primavera.integration.client.bo.enm
-
Rate type enumerations are used with resource assignments to specify which of the five prices
specified for the resource will be used to calculate the cost for the resource assignment.
- readExternal(ObjectInput) - Method in class com.primavera.common.value.ObjectId
-
Implementation of the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- readExternal(ObjectInput) - Method in class com.primavera.integration.common.JobId
-
Implementation of the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- RECALCULATE_ASSIGNMENT_COSTS - Static variable in class com.primavera.integration.client.bo.enm.JobType
-
- recalculateAssignmentCosts(Project, boolean) - Method in class com.primavera.integration.client.JobManager
-
Asynchronously recalculates assignment costs for a single project if the price per unit
has changed for a resource or role and that assignment has been set to calculate cost from units.
- recalculateAssignmentCosts(Project[], boolean) - Method in class com.primavera.integration.client.JobManager
-
Asynchronously recalculates assignment costs for multiple projects if the price per unit
has changed for a resource or role and that assignment has been set to calculate cost from units.
- RED - Static variable in class com.primavera.integration.client.bo.enm.UDFIndicator
-
- REDUCE - Static variable in class com.primavera.integration.client.bo.enm.RiskResponseType
-
- registerListener(ImportEventsListener) - Method in class com.primavera.integration.client.xml.xmlimporter.XMLImporter
-
- REJECT - Static variable in class com.primavera.integration.client.bo.enm.ReviewStatus
-
- REJECT - Static variable in class com.primavera.integration.client.bo.enm.RiskResponseType
-
- REJECTED - Static variable in class com.primavera.integration.client.bo.enm.ApprovalStatus
-
- REJECTED - Static variable in class com.primavera.integration.client.bo.enm.ResourceHourStatus
-
- REJECTED - Static variable in class com.primavera.integration.client.bo.enm.RiskResponseActionStatus
-
- REJECTED - Static variable in class com.primavera.integration.client.bo.enm.RiskStatus
-
- REJECTED - Static variable in class com.primavera.integration.client.bo.enm.TimesheetStatus
-
- Relationship - Class in com.primavera.integration.client.bo.object
-
A relationship defines how an activity relates to the start or finish of another activity or
assignment.
- Relationship(Session) - Constructor for class com.primavera.integration.client.bo.object.Relationship
-
Class constructor specifying the Session.
- Relationship(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.Relationship
-
Class constructor specifying the Session and ObjectId of the object.
- Relationship(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.Relationship
-
Class constructor called internally after objects are retrieved from the server.
- RelationshipHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to Relationship objects.
- RelationshipType - Class in com.primavera.integration.client.bo.enm
-
Relationship type enumerations are used with relationships.
- RELATIVE_COST - Static variable in class com.primavera.integration.client.bo.enm.ThresholdType
-
- RELATIVE_SCHEDULE - Static variable in class com.primavera.integration.client.bo.enm.ThresholdType
-
- REMAINING_COST_FOR_ACTIVITY - Static variable in class com.primavera.integration.client.bo.enm.EarnedValueETCComputeType
-
- remove() - Method in class com.primavera.integration.client.bo.BOIterator
-
This method is not supported.
- removeAllShiftPeriods() - Method in class com.primavera.integration.client.bo.object.Shift
-
Remove all the shift periods.
- removeDeletedObjectsFromBaseline(String, ObjectId, ObjectId, Collection<String>) - Method in class com.primavera.integration.client.DistributedSession
-
- removeDeletedObjectsFromBaseline(String, ObjectId, ObjectId, Collection<String>) - Method in class com.primavera.integration.client.LocalSession
-
- removeDeletedObjectsFromBaseline(String, ObjectId, ObjectId, Collection<String>) - Method in class com.primavera.integration.client.Session
-
Removes certain child objects from a baseline which do not exist in the original project
This method is only supported for local sessions.
- removeLogHandler(Handler) - Method in class com.primavera.integration.client.xml.xmlexporter.XMLExporter
-
- removeLogHandler(Handler) - Method in class com.primavera.integration.client.xml.xmlimporter.XMLImporter
-
- removeOriginalException() - Method in exception com.primavera.PrimaveraException
-
Remove the original exception if it is not PrimaveraException.
- removeProject(Project) - Method in class com.primavera.integration.client.bo.object.ProjectPortfolio
-
Removes a project from the project portfolio.
- removeProject(ObjectId) - Method in class com.primavera.integration.client.bo.object.ProjectPortfolio
-
Removes a project from the project portfolio.
- removeProjects(Project[]) - Method in class com.primavera.integration.client.bo.object.ProjectPortfolio
-
Removes projects from the project portfolio.
- removeProjects(ObjectId[]) - Method in class com.primavera.integration.client.bo.object.ProjectPortfolio
-
Removes projects from the project portfolio.
- removeResource(Resource) - Method in class com.primavera.integration.client.bo.object.ResourceTeam
-
Removes a resource from the resource team.
- removeResource(ObjectId) - Method in class com.primavera.integration.client.bo.object.ResourceTeam
-
Removes a resource from the resource team.
- removeResources(Resource[]) - Method in class com.primavera.integration.client.bo.object.ResourceTeam
-
Removes resources from the resource team.
- removeResources(ObjectId[]) - Method in class com.primavera.integration.client.bo.object.ResourceTeam
-
Removes resources from the resource team.
- removeRole(Role) - Method in class com.primavera.integration.client.bo.object.RoleTeam
-
Removes a role from the role team.
- removeRole(ObjectId) - Method in class com.primavera.integration.client.bo.object.RoleTeam
-
Removes a role from the role team.
- removeRoles(Role[]) - Method in class com.primavera.integration.client.bo.object.RoleTeam
-
Removes roles from the role team.
- removeRoles(ObjectId[]) - Method in class com.primavera.integration.client.bo.object.RoleTeam
-
Removes roles from the role team.
- removeShiftPeriod(int) - Method in class com.primavera.integration.client.bo.object.Shift
-
Remove a shift period with the start hour.
- REOPENED - Static variable in class com.primavera.integration.client.bo.enm.ResourceHourStatus
-
- REOPENED - Static variable in class com.primavera.integration.client.bo.enm.TimesheetStatus
-
- REPOSITORY_DOCUMENT - Static variable in class com.primavera.integration.client.bo.enm.DocumentType
-
- REQUESTED - Static variable in class com.primavera.integration.client.bo.enm.ProjectStatus
-
- reset() - Method in class com.primavera.integration.util.BODeleteHelper
-
Clears all the objects added without deleting any objects from the database.
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.CalendarType
-
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.CriterionType
-
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.ProjectScheduleType
-
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.RateSource
-
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.RateSourcePreference
-
- RESOURCE - Static variable in class com.primavera.integration.client.bo.enm.UDFSubjectArea
-
- Resource - Class in com.primavera.integration.client.bo.object
-
Resources include the personnel and equipment that perform work on activities across all
projects.
- Resource(Session) - Constructor for class com.primavera.integration.client.bo.object.Resource
-
Class constructor specifying the Session.
- Resource(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.Resource
-
Class constructor specifying the Session and ObjectId of the object.
- Resource(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.Resource
-
Class constructor called internally after objects are retrieved from the server.
- RESOURCE_ASSIGNMENT - Static variable in class com.primavera.integration.client.bo.enm.ReviewerStatusBusinessObjectType
-
- RESOURCE_ASSIGNMENT - Static variable in class com.primavera.integration.client.bo.enm.UDFSubjectArea
-
- RESOURCE_DEPENDENT - Static variable in class com.primavera.integration.client.bo.enm.ActivityType
-
- RESOURCE_MANAGER - Static variable in class com.primavera.integration.client.bo.enm.TimesheetApprovingAs
-
- RESOURCE_MANAGER_APPROVED - Static variable in class com.primavera.integration.client.bo.enm.ResourceHourStatus
-
- RESOURCE_MANAGER_APPROVED - Static variable in class com.primavera.integration.client.bo.enm.TimesheetStatus
-
- RESOURCE_MANAGER_DELEGATE - Static variable in class com.primavera.integration.client.bo.enm.TimesheetApprovingAs
-
- ResourceAccess - Class in com.primavera.integration.client.bo.object
-
Resource access allows you to restrict a user's ability to access resources.
- ResourceAccess(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAccess
-
Class constructor specifying the Session.
- ResourceAccess(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAccess
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAccess(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAccess
-
Class constructor specifying the Session and the individual components of the multi-part key: UserObjectId and ResourceObjectId.
- ResourceAccess(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAccess
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAccessHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAccess objects.
- RESOURCEASSIGNMENT - Static variable in class com.primavera.integration.client.bo.enm.TeamMemberAssignmentOption
-
- ResourceAssignment - Class in com.primavera.integration.client.bo.object
-
Resource assignments track the work of resources or roles that are performing various
activities.
- ResourceAssignment(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignment
-
Class constructor specifying the Session.
- ResourceAssignment(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignment
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignment(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignment
-
Class constructor called internally after objects are retrieved from the server.
- RESOURCEASSIGNMENTANDACTIVITYOWNER - Static variable in class com.primavera.integration.client.bo.enm.TeamMemberAssignmentOption
-
- ResourceAssignmentBaseSpread - Class in com.primavera.common.value.spread
-
The ResourceAssignmentBaseSpread class defines the access methods for the ResourceAssignmentSpread class.
- ResourceAssignmentBaseSpread(SpreadData) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentBaseSpread
-
Constructor.
- ResourceAssignmentBaseSpread(BaseSpread) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentBaseSpread
-
- ResourceAssignmentCBSBaseSpread - Class in com.primavera.common.value.spread
-
The ResourceAssignmentCBSBaseSpread class defines the access methods for the ResourceAssignmentCBSSpread class.
- ResourceAssignmentCBSBaseSpread(SpreadData) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentCBSBaseSpread
-
Constructor.
- ResourceAssignmentCBSSpread - Class in com.primavera.common.value.spread
-
Resource CBS spread for Project, containing unit and/or cost fields that have been spread for
a particular project over zero to many spread periods.
- ResourceAssignmentCBSSpread(SpreadData) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentCBSSpread
-
- ResourceAssignmentCBSSpreadPeriodBase - Interface in com.primavera.common.value.spread
-
This interface defines all access methods for each resource assignment spread period.
- ResourceAssignmentCode - Class in com.primavera.integration.client.bo.object
-
Assignment codes are user-defined codes to classify and categorize assignments across the
enterprise.
- ResourceAssignmentCode(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCode
-
Class constructor specifying the Session.
- ResourceAssignmentCode(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCode
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentCode(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCode
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentCodeAssignment - Class in com.primavera.integration.client.bo.object
-
A assignment code assignment business object represents the assignment of a assignment code to
a assignment.
- ResourceAssignmentCodeAssignment(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeAssignment
-
Class constructor specifying the Session.
- ResourceAssignmentCodeAssignment(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeAssignment
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentCodeAssignment(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeAssignment
-
Class constructor specifying the Session and the individual components of the multi-part key: ResourceAssignmentObjectId and ResourceAssignmentCodeTypeObjectId.
- ResourceAssignmentCodeAssignment(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeAssignment
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentCodeAssignmentHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentCodeAssignment objects.
- ResourceAssignmentCodeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentCode objects.
- ResourceAssignmentCodeType - Class in com.primavera.integration.client.bo.object
-
Assignment code types provide a way of classifying assignment codes.
- ResourceAssignmentCodeType(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeType
-
Class constructor specifying the Session.
- ResourceAssignmentCodeType(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeType
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentCodeType(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCodeType
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentCodeTypeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentCodeType objects.
- ResourceAssignmentCreate - Class in com.primavera.integration.client.bo.object
-
The ResourceAssignmentCreate object stores resource assignment requested by Team Members.
- ResourceAssignmentCreate(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCreate
-
Class constructor specifying the Session.
- ResourceAssignmentCreate(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCreate
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentCreate(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentCreate
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentCreateHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentCreate objects.
- ResourceAssignmentHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignment objects.
- ResourceAssignmentPeriodActual - Class in com.primavera.integration.client.bo.object
-
Resource assignment period actuals represent the actual values on a resource assignment during
a financial period.
- ResourceAssignmentPeriodActual(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentPeriodActual
-
Class constructor specifying the Session.
- ResourceAssignmentPeriodActual(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentPeriodActual
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentPeriodActual(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentPeriodActual
-
Class constructor specifying the Session and the individual components of the multi-part key: FinancialPeriodObjectId and ResourceAssignmentObjectId.
- ResourceAssignmentPeriodActual(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentPeriodActual
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentPeriodActualHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentPeriodActual objects.
- ResourceAssignmentSpread - Class in com.primavera.common.value.spread
-
Resource assignment spreads contain unit and/or cost fields for a particular resource assignment that
have been spread over zero to many spread periods.
- ResourceAssignmentSpread(SpreadBucketType) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentSpread
-
Creates a new resource assignment instance for update.
- ResourceAssignmentSpread(SpreadData) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentSpread
-
Constructor.
- ResourceAssignmentSpread(BaseSpread) - Constructor for class com.primavera.common.value.spread.ResourceAssignmentSpread
-
- ResourceAssignmentSpreadFactory - Class in com.primavera.integration.util
-
Factory class used to create instances of ResourceAssignmentSpreads to be used
for editing Future Bucket Planning data on ResourceAssignment business objects.
- ResourceAssignmentSpreadPeriod - Interface in com.primavera.common.value.spread
-
This interface defines all access methods for each resource assignment spread period.
- ResourceAssignmentSpreadPeriodBase - Interface in com.primavera.common.value.spread
-
This interface defines all access methods for each resource assignment spread period.
- ResourceAssignmentUpdate - Class in com.primavera.integration.client.bo.object
-
The ResourceAssignmentUpdate object stores resource assignment status updates requested by Team
Members.
- ResourceAssignmentUpdate(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentUpdate
-
Class constructor specifying the Session.
- ResourceAssignmentUpdate(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentUpdate
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceAssignmentUpdate(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceAssignmentUpdate
-
Class constructor called internally after objects are retrieved from the server.
- ResourceAssignmentUpdateHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceAssignmentUpdate objects.
- ResourceCBSSpreadOptions(String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceCBSSpreadOptions
-
Create a new
SpreadOptions
type to load the
ResourceCBS
categorized spread
- ResourceCBSSpreadOptions(ObjectId[], String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceCBSSpreadOptions
-
Create a new
SpreadOptions
type to load the
ResourceCBS
categorized spread
- ResourceCBSSpreadOptions(ObjectId, String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceCBSSpreadOptions
-
Create a new
SpreadOptions
type to load the
ResourceCBS
categorized spread
- RESOURCECODE - Static variable in class com.primavera.integration.client.bo.enm.CriterionType
-
- ResourceCode - Class in com.primavera.integration.client.bo.object
-
Resource codes are user-defined codes to classify and categorize resources across the
enterprise.
- ResourceCode(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceCode
-
Class constructor specifying the Session.
- ResourceCode(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceCode
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceCode(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceCode
-
Class constructor called internally after objects are retrieved from the server.
- ResourceCodeAssignment - Class in com.primavera.integration.client.bo.object
-
A resource code assignment business object represents the assignment of a resource code to a
resource.
- ResourceCodeAssignment(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeAssignment
-
Class constructor specifying the Session.
- ResourceCodeAssignment(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeAssignment
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceCodeAssignment(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeAssignment
-
Class constructor specifying the Session and the individual components of the multi-part key: ResourceObjectId and ResourceCodeTypeObjectId.
- ResourceCodeAssignment(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeAssignment
-
Class constructor called internally after objects are retrieved from the server.
- ResourceCodeAssignmentHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceCodeAssignment objects.
- ResourceCodeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceCode objects.
- ResourceCodeType - Class in com.primavera.integration.client.bo.object
-
Resource code types provide a way of classifying resource codes.
- ResourceCodeType(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeType
-
Class constructor specifying the Session.
- ResourceCodeType(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeType
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceCodeType(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceCodeType
-
Class constructor called internally after objects are retrieved from the server.
- ResourceCodeTypeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceCodeType objects.
- ResourceCurve - Class in com.primavera.integration.client.bo.object
-
Resource curves enable you to specify how you want resource units or costs spread over the
duration of an activity.
- ResourceCurve(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceCurve
-
Class constructor specifying the Session.
- ResourceCurve(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceCurve
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceCurve(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceCurve
-
Class constructor called internally after objects are retrieved from the server.
- ResourceCurveHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceCurve objects.
- ResourceHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to Resource objects.
- ResourceHour - Class in com.primavera.integration.client.bo.object
-
A resource hour corresponds to an entry on a timesheet edited in Timesheets.
- ResourceHour(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceHour
-
Class constructor specifying the Session.
- ResourceHour(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceHour
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceHour(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceHour
-
Class constructor called internally after objects are retrieved from the server.
- ResourceHourHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceHour objects.
- ResourceHourStatus - Class in com.primavera.integration.client.bo.enm
-
Resource hour status enumerations are used with resource hours to specify the approval level for
timesheets.
- ResourceLocation - Class in com.primavera.integration.client.bo.object
-
The resource location is used to store the current location information including latitude and
longitude for the resource.
- ResourceLocation(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceLocation
-
Class constructor specifying the Session.
- ResourceLocation(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceLocation
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceLocation(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceLocation
-
Class constructor called internally after objects are retrieved from the server.
- ResourceLocationHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceLocation objects.
- ResourceRate - Class in com.primavera.integration.client.bo.object
-
Resource rates provide a way of specifying multiple resource prices and maximum units per time
values that vary over time.
- ResourceRate(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceRate
-
Class constructor specifying the Session.
- ResourceRate(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceRate
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceRate(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceRate
-
Class constructor called internally after objects are retrieved from the server.
- ResourceRateHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceRate objects.
- ResourceRequest - Class in com.primavera.integration.common.value
-
The resource request used as a search template to search for a qualified resource.
- ResourceRequest() - Constructor for class com.primavera.integration.common.value.ResourceRequest
-
- ResourceRequestCriterion - Class in com.primavera.integration.common.value
-
Resource Request Criterion are used with a
ResourceRequest
to define the criteria for the resource request.
- ResourceRequestCriterion() - Constructor for class com.primavera.integration.common.value.ResourceRequestCriterion
-
- ResourceRequestCriterion(CriterionType, ObjectId, Proficiency) - Constructor for class com.primavera.integration.common.value.ResourceRequestCriterion
-
- ResourceRole - Class in com.primavera.integration.client.bo.object
-
A resource role object represents an association between a resource object and a role object.
- ResourceRole(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceRole
-
Class constructor specifying the Session.
- ResourceRole(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceRole
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceRole(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceRole
-
Class constructor specifying the Session and the individual components of the multi-part key: ResourceObjectId and RoleObjectId.
- ResourceRole(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceRole
-
Class constructor called internally after objects are retrieved from the server.
- ResourceRoleHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceRole objects.
- RESOURCES - Static variable in class com.primavera.integration.client.bo.enm.LicenseType
-
- ResourceSpreadOptions(String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceSpreadOptions
-
Create a new
SpreadOptions
type to load the
Resource
categorized spread
- ResourceSpreadOptions(ObjectId[], String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceSpreadOptions
-
Create a new
SpreadOptions
type to load the
Resource
categorized spread
- ResourceSpreadOptions(ObjectId, String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.ResourceSpreadOptions
-
Create a new
SpreadOptions
type to load the
Resource
categorized spread
- ResourceTeam - Class in com.primavera.integration.client.bo.object
-
A resource team consists of resources grouped together in some way that is meaningful to
you.
- ResourceTeam(Session) - Constructor for class com.primavera.integration.client.bo.object.ResourceTeam
-
Class constructor specifying the Session.
- ResourceTeam(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.ResourceTeam
-
Class constructor specifying the Session and ObjectId of the object.
- ResourceTeam(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.ResourceTeam
-
Class constructor called internally after objects are retrieved from the server.
- ResourceTeamHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to ResourceTeam objects.
- ResourceType - Class in com.primavera.integration.client.bo.enm
-
Resource type enumerations are used with resources.
- restore() - Method in class com.primavera.integration.client.bo.object.BaselineProject
-
Restore a BaselineProject which unlinks the BaselineProject and its project and makes them
separate projects.
- RESUBMITTED - Static variable in class com.primavera.integration.client.bo.enm.ResourceHourStatus
-
- RESUBMITTED - Static variable in class com.primavera.integration.client.bo.enm.TimesheetStatus
-
- RESUBMITTEDRM - Static variable in class com.primavera.integration.client.bo.enm.ResourceHourStatus
-
- RESUBMITTEDRM - Static variable in class com.primavera.integration.client.bo.enm.TimesheetStatus
-
- RETAINED_LOGIC - Static variable in class com.primavera.integration.client.bo.enm.OutOfSequenceScheduleType
-
- REVIEW - Static variable in class com.primavera.integration.client.bo.enm.ReviewStatus
-
- ReviewerStatusBusinessObjectType - Class in com.primavera.integration.client.bo.enm
-
Reviewer Status enumerations are used with Activities,Assignments and Steps.
- ReviewStatus - Class in com.primavera.integration.client.bo.enm
-
Review status enumerations are used with activities.
- ReviewStatusType - Class in com.primavera.integration.client.bo.enm
-
Review Type enumerations are used with projects, and WBS.
- Risk - Class in com.primavera.integration.client.bo.object
-
The risk object represents a probabilistic event or condition which if it occurs has an impact
(e.g.
- Risk(Session) - Constructor for class com.primavera.integration.client.bo.object.Risk
-
Class constructor specifying the Session.
- Risk(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.Risk
-
Class constructor specifying the Session and ObjectId of the object.
- Risk(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.Risk
-
Class constructor called internally after objects are retrieved from the server.
- RiskCategory - Class in com.primavera.integration.client.bo.object
-
The risk category object is used to categorize and organize project risks.
- RiskCategory(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskCategory
-
Class constructor specifying the Session.
- RiskCategory(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskCategory
-
Class constructor specifying the Session and ObjectId of the object.
- RiskCategory(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskCategory
-
Class constructor called internally after objects are retrieved from the server.
- RiskCategoryHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskCategory objects.
- RiskHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to Risk objects.
- RiskImpact - Class in com.primavera.integration.client.bo.object
-
The risk impact object stores the pre-response qualitative value assigned to a risk for each of
the risk thresholds.
- RiskImpact(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskImpact
-
Class constructor specifying the Session.
- RiskImpact(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskImpact
-
Class constructor specifying the Session and ObjectId of the object.
- RiskImpact(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskImpact
-
Class constructor specifying the Session and the individual components of the multi-part key: RiskObjectId and RiskThresholdObjectId.
- RiskImpact(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskImpact
-
Class constructor called internally after objects are retrieved from the server.
- RiskImpactHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskImpact objects.
- RiskMatrix - Class in com.primavera.integration.client.bo.object
-
The risk matrix object contains the name and description of each probability and impact diagram
(PID).
- RiskMatrix(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrix
-
Class constructor specifying the Session.
- RiskMatrix(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrix
-
Class constructor specifying the Session and ObjectId of the object.
- RiskMatrix(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrix
-
Class constructor called internally after objects are retrieved from the server.
- RiskMatrixHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskMatrix objects.
- RiskMatrixScore - Class in com.primavera.integration.client.bo.object
-
The risk matrix score object stores the score values from the probability and impact diagram (PID)
of the risk score matrix.
- RiskMatrixScore(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixScore
-
Class constructor specifying the Session.
- RiskMatrixScore(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixScore
-
Class constructor specifying the Session and ObjectId of the object.
- RiskMatrixScore(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixScore
-
Class constructor called internally after objects are retrieved from the server.
- RiskMatrixScoreHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskMatrixScore objects.
- RiskMatrixThreshold - Class in com.primavera.integration.client.bo.object
-
The risk matrix threshold object creates a relationship between a RiskThreshold object and a
RiskMatrix object.
- RiskMatrixThreshold(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixThreshold
-
Class constructor specifying the Session.
- RiskMatrixThreshold(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixThreshold
-
Class constructor specifying the Session and ObjectId of the object.
- RiskMatrixThreshold(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixThreshold
-
Class constructor specifying the Session and the individual components of the multi-part key: RiskMatrixObjectId and RiskThresholdObjectId.
- RiskMatrixThreshold(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskMatrixThreshold
-
Class constructor called internally after objects are retrieved from the server.
- RiskMatrixThresholdHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskMatrixThreshold objects.
- RiskPriority - Class in com.primavera.integration.client.bo.enm
-
Risk priority enumerations are used with project risks.
- RiskResponseAction - Class in com.primavera.integration.client.bo.object
-
The risk response action object contains the detailed steps that need to occur to complete the
risk response plan.
- RiskResponseAction(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseAction
-
Class constructor specifying the Session.
- RiskResponseAction(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseAction
-
Class constructor specifying the Session and ObjectId of the object.
- RiskResponseAction(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseAction
-
Class constructor called internally after objects are retrieved from the server.
- RiskResponseActionHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskResponseAction objects.
- RiskResponseActionImpact - Class in com.primavera.integration.client.bo.object
-
The risk response action impact object is a post-risk response action qualitative value that is
assigned to a risk for each of the risk thresholds.
- RiskResponseActionImpact(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseActionImpact
-
Class constructor specifying the Session.
- RiskResponseActionImpact(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseActionImpact
-
Class constructor specifying the Session and ObjectId of the object.
- RiskResponseActionImpact(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseActionImpact
-
Class constructor specifying the Session and the individual components of the multi-part key: RiskResponseActionObjectId and RiskThresholdObjectId.
- RiskResponseActionImpact(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskResponseActionImpact
-
Class constructor called internally after objects are retrieved from the server.
- RiskResponseActionImpactHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskResponseActionImpact objects.
- RiskResponseActionStatus - Class in com.primavera.integration.client.bo.enm
-
Risk response action status enumerations are used by the risk response action to specify the risk
response action status type.
- RiskResponsePlan - Class in com.primavera.integration.client.bo.object
-
The risk response plan object communicates how the project team plans to address the identified
risk.
- RiskResponsePlan(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskResponsePlan
-
Class constructor specifying the Session.
- RiskResponsePlan(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskResponsePlan
-
Class constructor specifying the Session and ObjectId of the object.
- RiskResponsePlan(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskResponsePlan
-
Class constructor called internally after objects are retrieved from the server.
- RiskResponsePlanHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskResponsePlan objects.
- RiskResponseType - Class in com.primavera.integration.client.bo.enm
-
Risk response type enumerations are used in the risk response plan to specify the risk response
plan type.
- RiskScoreMatrixMethod - Class in com.primavera.integration.client.bo.enm
-
Risk score matrix method enumerations are used in the risk score matrix to specify the calculation
method used to determine the risk score.
- RiskStatus - Class in com.primavera.integration.client.bo.enm
-
Indicates the current status of the Risk.
- RiskThreshold - Class in com.primavera.integration.client.bo.object
-
The risk threshold object contains the name, description, and type of each risk threshold.
- RiskThreshold(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskThreshold
-
Class constructor specifying the Session.
- RiskThreshold(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskThreshold
-
Class constructor specifying the Session and ObjectId of the object.
- RiskThreshold(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskThreshold
-
Class constructor called internally after objects are retrieved from the server.
- RiskThresholdHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskThreshold objects.
- RiskThresholdLevel - Class in com.primavera.integration.client.bo.object
-
The risk threshold level object stores the level information (e.g.
- RiskThresholdLevel(Session) - Constructor for class com.primavera.integration.client.bo.object.RiskThresholdLevel
-
Class constructor specifying the Session.
- RiskThresholdLevel(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RiskThresholdLevel
-
Class constructor specifying the Session and ObjectId of the object.
- RiskThresholdLevel(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RiskThresholdLevel
-
Class constructor called internally after objects are retrieved from the server.
- RiskThresholdLevelHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RiskThresholdLevel objects.
- RiskType - Class in com.primavera.integration.client.bo.enm
-
Risk type enumerations are used with risks.
- RMIConnectionException - Exception in com.primavera.integration.network
-
Exception class for RMI remote connection exceptions
- RMIConnectionException(String, Throwable) - Constructor for exception com.primavera.integration.network.RMIConnectionException
-
Class constructor specifying a detailed message and the original thrown exception.
- RMIConnectionException(String) - Constructor for exception com.primavera.integration.network.RMIConnectionException
-
Class constructor specifying a detailed message.
- RMIURL - Class in com.primavera.integration.client
-
This helper class is used to generate the URL for Remote Mode required by Session's
getDatabaseInstances() and login() methods.
- ROLE - Static variable in class com.primavera.integration.client.bo.enm.CriterionType
-
- ROLE - Static variable in class com.primavera.integration.client.bo.enm.RateSource
-
- ROLE - Static variable in class com.primavera.integration.client.bo.enm.RateSourcePreference
-
- Role - Class in com.primavera.integration.client.bo.object
-
Roles are project personnel job titles or skills, such as mechanical engineer, inspector, or
carpenter.
- Role(Session) - Constructor for class com.primavera.integration.client.bo.object.Role
-
Class constructor specifying the Session.
- Role(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.Role
-
Class constructor specifying the Session and ObjectId of the object.
- Role(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.Role
-
Class constructor called internally after objects are retrieved from the server.
- RoleCode - Class in com.primavera.integration.client.bo.object
-
Role codes are user-defined codes to classify and categorize roles across the enterprise.
- RoleCode(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleCode
-
Class constructor specifying the Session.
- RoleCode(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleCode
-
Class constructor specifying the Session and ObjectId of the object.
- RoleCode(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleCode
-
Class constructor called internally after objects are retrieved from the server.
- RoleCodeAssignment - Class in com.primavera.integration.client.bo.object
-
A role code assignment business object represents the assignment of a role code to a role.
- RoleCodeAssignment(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeAssignment
-
Class constructor specifying the Session.
- RoleCodeAssignment(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeAssignment
-
Class constructor specifying the Session and ObjectId of the object.
- RoleCodeAssignment(Session, ObjectId, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeAssignment
-
Class constructor specifying the Session and the individual components of the multi-part key: RoleObjectId and RoleCodeTypeObjectId.
- RoleCodeAssignment(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeAssignment
-
Class constructor called internally after objects are retrieved from the server.
- RoleCodeAssignmentHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleCodeAssignment objects.
- RoleCodeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleCode objects.
- RoleCodeType - Class in com.primavera.integration.client.bo.object
-
Role code types provide a way of classifying role codes.
- RoleCodeType(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeType
-
Class constructor specifying the Session.
- RoleCodeType(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeType
-
Class constructor specifying the Session and ObjectId of the object.
- RoleCodeType(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleCodeType
-
Class constructor called internally after objects are retrieved from the server.
- RoleCodeTypeHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleCodeType objects.
- RoleHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to Role objects.
- RoleLimit - Class in com.primavera.integration.client.bo.object
-
Role limits define the limits of the maximum work units per time for a Role in a time
period.
- RoleLimit(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleLimit
-
Class constructor specifying the Session.
- RoleLimit(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleLimit
-
Class constructor specifying the Session and ObjectId of the object.
- RoleLimit(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleLimit
-
Class constructor called internally after objects are retrieved from the server.
- ROLELIMIT_EXCLUDE_INACTIVE_RESOURCES - Static variable in class com.primavera.integration.client.bo.enm.RoleLimitDisplayOption
-
- RoleLimitDisplayOption - Class in com.primavera.integration.client.bo.enm
-
Role limit display option enumerations are used with role limits.
- RoleLimitHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleLimit objects.
- RoleRate - Class in com.primavera.integration.client.bo.object
-
Role rates enable you to select a predefined price per unit for cost calculating when assigning
the role to an activity.
- RoleRate(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleRate
-
Class constructor specifying the Session.
- RoleRate(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleRate
-
Class constructor specifying the Session and ObjectId of the object.
- RoleRate(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleRate
-
Class constructor called internally after objects are retrieved from the server.
- RoleRateHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleRate objects.
- ROLES - Static variable in class com.primavera.integration.client.bo.enm.UDFSubjectArea
-
- RoleSpreadOptions(String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.RoleSpreadOptions
-
Create a new
SpreadOptions
type to load the
Role
categorized spread
- RoleSpreadOptions(ObjectId[], String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.RoleSpreadOptions
-
Create a new
SpreadOptions
type to load the
Role
categorized spread
- RoleSpreadOptions(ObjectId, String[], SpreadPeriodType, Date, Date, boolean) - Constructor for class com.primavera.integration.client.bo.SpreadOptions.RoleSpreadOptions
-
Create a new
SpreadOptions
type to load the
Role
categorized spread
- RoleTeam - Class in com.primavera.integration.client.bo.object
-
A role team consists of roles grouped together in some way that is meaningful to you.
- RoleTeam(Session) - Constructor for class com.primavera.integration.client.bo.object.RoleTeam
-
Class constructor specifying the Session.
- RoleTeam(Session, ObjectId) - Constructor for class com.primavera.integration.client.bo.object.RoleTeam
-
Class constructor specifying the Session and ObjectId of the object.
- RoleTeam(Session, PrmRowSet, int) - Constructor for class com.primavera.integration.client.bo.object.RoleTeam
-
Class constructor called internally after objects are retrieved from the server.
- RoleTeamHelper - Class in com.primavera.integration.client.bo.helper
-
Business object helper class used to simplify access to RoleTeam objects.
- RollingDateType - Class in com.primavera.integration.client.bo.enm
-
Rolling Date Type is used to create filters on Rolling Dates.
- RUN_BASELINE_UPDATE - Static variable in class com.primavera.integration.client.bo.enm.ProjectPrivilege
-
- RUN_GLOBAL_CHANGE - Static variable in class com.primavera.integration.client.bo.enm.ProjectPrivilege
-
- RUN_GLOBALREPLACE - Static variable in class com.primavera.integration.client.bo.enm.ProjectPrivilege
-
- RUNNING - Static variable in class com.primavera.integration.client.bo.enm.DocumentScanStatus
-
- RUNNING - Static variable in class com.primavera.integration.client.bo.enm.JobStatus
-