|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.common.JobInfo
public class JobInfo
Information for a server-side asynchronous job. This is used for scheduling, applying actuals, storing period performance, and summarizing projects.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
ObjectId[] |
getEPSObjectIds()
Gets the related EPS ObjectIds which apply to the job type 'Summarize' only. |
JobId |
getJobId()
Gets the unique ID of the job |
JobStatus |
getJobStatus()
Gets the status of the job. |
JobType |
getJobType()
Gets the type of the job |
java.util.Date |
getLastRunDate()
Gets the date the job was last run |
ObjectId[] |
getProjectObjectIds()
Gets the related Project ObjectIds |
java.util.Date |
getSubmittedDate()
Gets the date the job was submitted |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, java.util.Date submittedDate, java.util.Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds)
jobId
- the id of the jobjobType
- the tyupe of the jobjobStatus
- the status of the jobsubmittedDate
- the date the job was submittedlastRunDate
- the date the job was last runprojectObjIds
- the projects on which to run the jobepsObjIds
- the EPS nodes onwhich to run the jobMethod Detail |
---|
public JobId getJobId()
public JobType getJobType()
public JobStatus getJobStatus()
public java.util.Date getSubmittedDate()
public java.util.Date getLastRunDate()
public ObjectId[] getProjectObjectIds()
public ObjectId[] getEPSObjectIds()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |