@Entity @API public class EnoviaJob extends Job
| Constructor and Description |
|---|
EnoviaJob() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnoviaUser() |
com.technia.tif.enovia.JobData |
getJobData() |
com.technia.tif.enovia.job.EnoviaQueue |
getQueue() |
com.technia.tif.enovia.job.SourceObject |
getSourceObject() |
boolean |
isAsyncSupported() |
void |
setAsyncSupported(boolean asyncSupported) |
void |
setEnoviaUser(java.lang.String enoviaUser) |
void |
setJobData(com.technia.tif.enovia.JobData jobData) |
void |
setQueue(com.technia.tif.enovia.job.EnoviaQueue queue) |
void |
setSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject) |
java.lang.String |
toString() |
getCompleted, getCreated, getEnd, getErrorDetails, getErrorMessage, getExecTime, getId, getIndexerVersion, getJobId, getLastIndexed, getResolvedDesc, getService, getStart, getStatus, isResolved, setCompleted, setCreated, setErrorDetails, setErrorMessage, setJobId, setResolved, setResolvedDesc, setService, setStatuspublic java.lang.String getEnoviaUser()
public void setEnoviaUser(java.lang.String enoviaUser)
public com.technia.tif.enovia.job.EnoviaQueue getQueue()
public void setQueue(com.technia.tif.enovia.job.EnoviaQueue queue)
public com.technia.tif.enovia.JobData getJobData()
public void setJobData(com.technia.tif.enovia.JobData jobData)
public com.technia.tif.enovia.job.SourceObject getSourceObject()
public void setSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject)
public boolean isAsyncSupported()
public void setAsyncSupported(boolean asyncSupported)
public java.lang.String toString()
toString in class java.lang.Object