public class TransformationReply
extends org.gytheio.content.AbstractContentReply
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_COMPLETE |
static String |
STATUS_ERROR |
static String |
STATUS_IN_PROGRESS |
static String |
STATUS_PENDING |
| Constructor and Description |
|---|
TransformationReply() |
TransformationReply(org.gytheio.messaging.Request<?> request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId()
Gets the implementation's job ID for the transformation, separation from the
Gytheio transformation request ID
|
Float |
getProgress()
Gets the percentage progress of the transformation
|
String |
getStatus()
Gets the status of the transformation
|
String |
getStatusDetail()
Gets further detail on the status of the transformation, possibly messages relating to an error
|
void |
setJobId(String jobId)
Sets the implementation's job ID for the transformation, separation from the
Gytheio transformation request ID
|
void |
setProgress(Float progress)
Sets the percentage progress of the transformation
|
void |
setStatus(String status)
Sets the status of the transformation
|
void |
setStatusDetail(String statusDetail)
Sets further detail on the status of the transformation, possibly messages relating to an error
|
public static final String STATUS_PENDING
public static final String STATUS_IN_PROGRESS
public static final String STATUS_COMPLETE
public static final String STATUS_ERROR
public TransformationReply()
public TransformationReply(org.gytheio.messaging.Request<?> request)
public String getStatus()
public void setStatus(String status)
status - public String getJobId()
public void setJobId(String jobId)
jobId - public Float getProgress()
public void setProgress(Float progress)
progress - public String getStatusDetail()
public void setStatusDetail(String statusDetail)
statusDetail - Copyright © 2015 Alfresco Software. All rights reserved.