| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.comm | |
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobListRow.getState() |
JobStatus |
Job.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobListRow.setStatus(JobStatus state) |
void |
Job.setStatus(JobStatus status) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<JobEvent,JobStatus> |
JobEvent_.status |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobEntity.getCurrentStatus() |
JobStatus |
JobEvent.getStatus() |
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobEvent.setStatus(JobStatus inStatus) |
Copyright © 2012–2016 Emory University. All rights reserved.