Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.JobType

Packages that use JobType
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.common General common classes 
 

Uses of JobType in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as JobType
static JobType JobType.APPLY_ACTUALS
           
static JobType JobType.BATCH_REPORT
           
static JobType JobType.JAVASCHEDULE
           
static JobType JobType.NULL
           
static JobType JobType.RUN_PROJECT_ARCHITECT
           
static JobType JobType.SCHEDULE
           
static JobType JobType.STORE_PERIOD_PERFORMANCE
           
static JobType JobType.SUMMARIZE
           
static JobType JobType.SYNC_ACTUAL_THIS_PERIOD
           
 

Methods in com.primavera.integration.client.bo.enm that return JobType
static JobType JobType.getJobType(int iJobType)
          Gets an instance of JobType based on the integer value specified.
static JobType JobType.getJobType(java.lang.String sJobType)
          Gets an instance of JobType based on the String value specified.
 

Uses of JobType in com.primavera.integration.common
 

Methods in com.primavera.integration.common that return JobType
 JobType JobInfo.getJobType()
          Gets the type of the job
 

Constructors in com.primavera.integration.common with parameters of type JobType
JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, java.util.Date submittedDate, java.util.Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds)
          Class constructor, to be used internally.
 


Primavera Integration API 7.0

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