Uses of Class
com.primavera.integration.common.JobId
Packages that use JobId
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
General common classes
-
Uses of JobId in com.primavera.integration.client
Methods in com.primavera.integration.client that return JobIdModifier and TypeMethodDescriptionJobManager.applyActuals(Project[] projects, ObjectId[] projIds, ObjectId[] epsIds, ObjectId[] portfolioIds, ObjectId[] projectCodeIds, Date newDataDate) JobManager.applyActuals(Project project, Date newDataDate) Asynchronously applies actuals to a project.Asynchronously levels a project.Asynchronously levels multiple projects.JobManager.level(Project[] projects, ObjectId[] projIds, ObjectId[] epsIds, ObjectId[] portfolioIds, ObjectId[] projectCodeIds) JobManager.publish(Project[] projects, ObjectId[] projIds, ObjectId[] portfolioIds, ObjectId[] epsIds, ObjectId[] projectCodeIds) JobManager.recalculateAssignmentCosts(Project[] projects, boolean syncOTFactor) 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.JobManager.recalculateAssignmentCosts(Project project, boolean syncOTFactor) 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.JobManager.schedule(Project[] projects, ObjectId[] projIds, ObjectId[] portfolioIds, ObjectId[] epsIds, Date newDataDate, ObjectId[] projectCodeIds) JobManager.schedule(Project[] projects, ObjectId[] portfolioIds, ObjectId[] epsIds, Date newDataDate) Asynchronously schedules multiple projects.Asynchronously schedules a project.JobManager.scheduleCheck(Project project) Asynchronously perform check schedule of a project.JobManager.scheduleCheck(Project[] projects) Asynchronously perform check schedule of multiple projects.JobManager.sendToUnifier(Project project) Asynchronously sends a project to Unifier.JobManager.sendToUnifier(Project[] projects) Asynchronously sends multiple projects to Unifier.JobManager.storePeriodPerformance(Project[] projects, ObjectId finPerObjId) Asynchronously stores period performance for multiple projects.JobManager.storePeriodPerformance(Project project, ObjectId finPerObjId) Asynchronously stores period performance for a single project.Asynchronously summarizes an EPS node.Asynchronously summarizes a project.JobManager.summarizeCBS(Project project) Asynchronously summarizes a project by cbs.JobManager.updateBaseline(String updateBaselineOptions, Project p) Methods in com.primavera.integration.client with parameters of type JobIdModifier and TypeMethodDescriptionCancels an asynchronous job initiated by the Integration API.Retrieves the log of an asynchronous job initiated by the Integration API.JobManager.getJobStatus(JobId jobId) Retrieves the status of an asynchronous job initiated by the Integration API. -
Uses of JobId in com.primavera.integration.common
Methods in com.primavera.integration.common that return JobId