Package org.nuxeo.ecm.platform.threed
Class ThreeDBatchProgress
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.ThreeDBatchProgress
-
public class ThreeDBatchProgress extends Object
Simple data transfer object to report on the state of a 3D content work or conversion- Since:
- 8.4
-
-
Field Summary
Fields Modifier and Type Field Description String
message
String
status
static String
STATUS_CONVERSION_QUEUED
static String
STATUS_CONVERSION_RUNNING
static String
STATUS_CONVERSION_UNKNOWN
-
Constructor Summary
Constructors Constructor Description ThreeDBatchProgress(String status, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
boolean
isQueued()
boolean
isRunning()
boolean
isUnknown()
-
-
-
Field Detail
-
STATUS_CONVERSION_QUEUED
public static final String STATUS_CONVERSION_QUEUED
- See Also:
- Constant Field Values
-
STATUS_CONVERSION_RUNNING
public static final String STATUS_CONVERSION_RUNNING
- See Also:
- Constant Field Values
-
STATUS_CONVERSION_UNKNOWN
public static final String STATUS_CONVERSION_UNKNOWN
- See Also:
- Constant Field Values
-
status
public final String status
-
message
public final String message
-
-
Method Detail
-
getMessage
public String getMessage()
-
isUnknown
public boolean isUnknown()
-
isQueued
public boolean isQueued()
-
isRunning
public boolean isRunning()
-
-