Primavera Integration API 8.0

Uses of Class
com.primavera.integration.common.JobId

Packages that use JobId
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.common General common classes 
 

Uses of JobId in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return JobId
 JobId JobManager.applyActuals(Project project, Date newDataDate)
          Asynchronously applies actuals to a project.
 JobId JobManager.level(Project project)
          Asynchronously levels a project.
 JobId JobManager.level(Project[] projects)
          Asynchronously levels multiple projects.
 JobId 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.
 JobId 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.
 JobId JobManager.schedule(Project[] projects, Date newDataDate)
          Asynchronously schedules multiple projects.
 JobId JobManager.schedule(Project project, Date newDataDate)
          Asynchronously schedules a project.
 JobId JobManager.storePeriodPerformance(Project[] projects, ObjectId finPerObjId)
          Asynchronously stores period performance for multiple projects.
 JobId JobManager.storePeriodPerformance(Project project, ObjectId finPerObjId)
          Asynchronously stores period performance for a single project.
 JobId JobManager.summarize(EPS eps)
          Asynchronously summarizes an EPS node.
 JobId JobManager.summarize(Project project)
          Asynchronously summarizes a project.
 

Methods in com.primavera.integration.client with parameters of type JobId
 JobStatus JobManager.cancelJob(JobId jobId)
          Cancels an asynchronous job initiated by the Integration API.
 JobStatus 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
 JobId JobInfo.getJobId()
          Gets the unique ID of the job
 


Primavera Integration API 8.0

Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.