@Entity public class JobEntity extends Object
| Constructor and Description |
|---|
JobEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJobEvent(JobEventEntity jobEvent) |
Date |
getCreated() |
org.eurekaclinical.eureka.client.comm.JobStatus |
getCurrentStatus() |
DestinationEntity |
getDestination() |
Date |
getFinished() |
Long |
getId()
Get the unique identifier for the job request.
|
List<JobEventEntity> |
getJobEvents() |
List<JobEventEntity> |
getJobEventsInOrder() |
List<JobEventEntity> |
getJobEventsInReverseOrder()
Gets job events sorted in reverse order of occurrence.
|
String |
getName() |
String |
getSourceConfigId()
Get the unique identifier of the configuration to be used for the job
request.
|
AuthorizedUserEntity |
getUser()
Get the unique identifier for the user who submitted the request.
|
void |
removeJobEvent(JobEventEntity jobEvent) |
void |
setCreated(Date inTimestamp) |
void |
setDestination(DestinationEntity inDestination) |
void |
setFinished(Date finished) |
void |
setId(Long inId)
Set the unique identifier for the job request.
|
void |
setJobEvents(List<JobEventEntity> inJobEvents) |
void |
setName(String name) |
void |
setSourceConfigId(String inSourceConfigId)
Set the unique identifier of the configuration to be used for the job
request.
|
void |
setUser(AuthorizedUserEntity inEtlUser)
Set the unique identifier for the user who submitted the request.
|
org.eurekaclinical.eureka.client.comm.Job |
toJob() |
String |
toString() |
public Date getFinished()
public void setFinished(Date finished)
public Long getId()
public void setId(Long inId)
inId - The unique identifier for the job request.public Date getCreated()
public void setCreated(Date inTimestamp)
inTimestamp - the timestamp to setpublic String getSourceConfigId()
public void setSourceConfigId(String inSourceConfigId)
inSourceConfigId - The unique identifier of the configuration.public DestinationEntity getDestination()
public void setDestination(DestinationEntity inDestination)
public AuthorizedUserEntity getUser()
public void setUser(AuthorizedUserEntity inEtlUser)
inEtlUser - The unique identifier for the user.public String getName()
public void setName(String name)
public List<JobEventEntity> getJobEvents()
public void setJobEvents(List<JobEventEntity> inJobEvents)
inJobEvents - the jobEvents to setpublic void addJobEvent(JobEventEntity jobEvent)
public void removeJobEvent(JobEventEntity jobEvent)
public org.eurekaclinical.eureka.client.comm.JobStatus getCurrentStatus()
public List<JobEventEntity> getJobEventsInOrder()
public List<JobEventEntity> getJobEventsInReverseOrder()
JobEventComparator to perform sorting.List of JobEventEntitys in reverse order of
occurrence.public org.eurekaclinical.eureka.client.comm.Job toJob()
Copyright © 2012–2016 Emory University. All rights reserved.