Package org.fenixedu.academic.domain
Class QueueJobWithFile_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.QueueJob_Base
org.fenixedu.academic.domain.QueueJob
org.fenixedu.academic.domain.QueueJobWithFile_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class QueueJobWithFile_Base
extends org.fenixedu.academic.domain.QueueJob
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.fenixedu.academic.domain.QueueJob
org.fenixedu.academic.domain.QueueJob.PriorityNested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm -
Field Summary
Fields inherited from class org.fenixedu.academic.domain.QueueJob
advice$cancel, advice$resend, COMPARATORY_BY_REQUEST_DATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.fenixedu.academic.domain.QueueJobResultFilegetFile()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.QueueJobWithFile,org.fenixedu.academic.domain.QueueJobResultFile> voidsetContentType(String contentType) voidsetFile(org.fenixedu.academic.domain.QueueJobResultFile file) Methods inherited from class org.fenixedu.academic.domain.QueueJob
cancel, execute, getAllJobsForClassOrSubClass, getDescription, getFilename, getIsNotDoneAndCancelled, getIsNotDoneAndNotCancelled, getLastJobsForClassOrSubClass, getPriority, getUndoneJobsForClass, resendMethods inherited from class org.fenixedu.academic.domain.QueueJob_Base
getDone, getFailedCounter, getJobEndTime, getJobStartTime, getPerson, getRelationQueueJobPerson, getRelationQueueJobRootDomainObject, getRelationQueueJobUndoneRootDomainObject, getRequestDate, getRootDomainObject, getRootDomainObjectQueueUndone, setDone, setFailedCounter, setJobEndTime, setJobStartTime, setPerson, setRequestDate, setRootDomainObject, setRootDomainObjectQueueUndoneMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
QueueJobWithFile_Base
protected QueueJobWithFile_Base()
-
-
Method Details
-
getRelationQueueJobWithFileResult
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.QueueJobWithFile,org.fenixedu.academic.domain.QueueJobResultFile> getRelationQueueJobWithFileResult() -
getContentType
-
setContentType
-
getFile
public org.fenixedu.academic.domain.QueueJobResultFile getFile() -
setFile
public void setFile(org.fenixedu.academic.domain.QueueJobResultFile file)
-