Package com.technia.tif.enovia.job
Class EnoviaJob
java.lang.Object
com.technia.tif.enovia.model.ServerInstanceAware
com.technia.tif.enovia.model.JobEntity
com.technia.tif.enovia.job.EnoviaJob
- All Implemented Interfaces:
com.technia.tif.enovia.model.Job,com.technia.tif.enovia.search.IndexableItem
- Since:
- 31 okt 2012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.technia.tif.enovia.JobDatacom.technia.tif.enovia.job.EnoviaQueuegetQueue()com.technia.tif.enovia.job.SourceObjectbooleanbooleanvoidsetAsyncReplyOverdue(boolean asyncReplyOverdue) voidsetAsyncSupported(boolean asyncSupported) voidsetEnoviaUser(String enoviaUser) voidsetJobData(com.technia.tif.enovia.JobData jobData) voidsetQueue(com.technia.tif.enovia.job.EnoviaQueue queue) voidsetSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject) toString()Methods inherited from class com.technia.tif.enovia.model.JobEntity
getCompleted, getCreated, getEnd, getErrorDetails, getErrorMessage, getExecTime, getId, getIndexerVersion, getJobId, getLastIndexed, getResolvedDesc, getService, getStart, getStatus, isHasChildJobs, isResolved, setCompleted, setCreated, setErrorDetails, setErrorMessage, setHasChildJobs, setJobId, setParentJobId, setResolved, setResolvedDesc, setService, setStatusMethods inherited from class com.technia.tif.enovia.model.ServerInstanceAware
getServerInstance, setServerInstance
-
Constructor Details
-
EnoviaJob
public EnoviaJob()
-
-
Method Details
-
getEnoviaUser
-
setEnoviaUser
-
getQueue
public com.technia.tif.enovia.job.EnoviaQueue getQueue() -
setQueue
public void setQueue(com.technia.tif.enovia.job.EnoviaQueue queue) -
getJobData
public com.technia.tif.enovia.JobData getJobData() -
setJobData
public void setJobData(com.technia.tif.enovia.JobData jobData) -
getSourceObject
public com.technia.tif.enovia.job.SourceObject getSourceObject() -
setSourceObject
public void setSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject) -
isAsyncSupported
public boolean isAsyncSupported() -
setAsyncSupported
public void setAsyncSupported(boolean asyncSupported) -
isAsyncReplyOverdue
public boolean isAsyncReplyOverdue() -
setAsyncReplyOverdue
public void setAsyncReplyOverdue(boolean asyncReplyOverdue) -
getParentJobId
- Specified by:
getParentJobIdin interfacecom.technia.tif.enovia.model.Job- Overrides:
getParentJobIdin classJobEntity
-
toString
-