|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.util.Date newDataDate)
Asynchronously applies actuals to a project using the Primavera Job Service. |
JobId |
JobManager.createBatchReportHTMLFile(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sFileName,
java.lang.String sUserNotes)
Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to an HTML file. |
JobId |
JobManager.createBatchReportPrinter(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sUserNotes)
Asynchronously a create batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a printer. |
JobId |
JobManager.createBatchReportTextFile(BusinessObject[] objs,
ObjectId batchReportId,
java.lang.String sFileName,
java.lang.String sTextDelimiter,
java.lang.String sTextQualifier,
java.lang.String sUserNotes)
Asynchronously create a batch report for one or more project and/or EPS objects using the Primavera Job Service, sending the output to a text file. |
JobId |
JobManager.javaSchedule(Project[] projects,
java.util.Date newDataDate)
Asynchronously schedules multiple projects using the Java scheduler. |
JobId |
JobManager.javaSchedule(Project project,
java.util.Date newDataDate)
Asynchronously schedules a project using the Java scheduler. |
JobId |
JobManager.runProjectArchitect(ObjectId projectObjId,
ObjectId methodologyObjId,
ObjectId wbsObjId,
boolean mergeToRoot,
boolean useMMPricePerUnit,
int complexity,
boolean useMMResponsibleMgr)
Asynchronously runs the Project Architect to create a project plan from a methodology defined in the Methodology Manager database. |
JobId |
JobManager.schedule(Project[] projects,
java.util.Date newDataDate)
Asynchronously schedules multiple projects using the Primavera Job Service. |
JobId |
JobManager.schedule(Project project,
java.util.Date newDataDate)
Asynchronously schedules a project using the Primavera Job Service. |
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 using the Primavera Job Service. |
JobId |
JobManager.summarize(Project project)
Asynchronously summarizes a project using the Primavera Job Service. |
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 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |