|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.LEVEL
|
static JobType |
JobType.NULL
|
static JobType |
JobType.RECALCULATE_ASSIGNMENT_COSTS
|
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(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,
Date submittedDate,
Date lastRunDate,
ObjectId[] projectObjIds,
ObjectId[] epsObjIds)
Class constructor, to be used internally. |
|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |