public interface Job
| Modifier and Type | Method and Description |
|---|---|
Duration |
getCancelTimeout() |
String |
getConverterId() |
Instant |
getCreated() |
Duration |
getDeleteTimeout() |
Error |
getError() |
Duration |
getEstimatedRunTime() |
MediaType |
getFromMediaType() |
List<String> |
getInputFileIds()
Get input file ids for this job.
|
String |
getJobId() |
String |
getNodeId() |
String |
getParentJobId() |
int |
getPriority()
Get the job priority.
|
Map<String,String> |
getProperties() |
String |
getReferrer() |
List<String> |
getResultFileIds() |
JobState |
getState() |
String |
getTenantId() |
MediaType |
getToMediaType() |
Instant |
getUpdated() |
String getJobId()
String getParentJobId()
String getTenantId()
String getNodeId()
String getConverterId()
int getPriority()
MediaType getFromMediaType()
List<String> getInputFileIds()
MediaType getToMediaType()
String getReferrer()
Duration getCancelTimeout()
Duration getDeleteTimeout()
JobState getState()
Error getError()
Instant getCreated()
Instant getUpdated()
Duration getEstimatedRunTime()
Copyright © 2013–2019 mklinger GmbH. All rights reserved.