Package org.nuxeo.ecm.platform.threed
Class ThreeDBatchProgress
java.lang.Object
org.nuxeo.ecm.platform.threed.ThreeDBatchProgress
Simple data transfer object to report on the state of a 3D content work or conversion
- Since:
- 8.4
-
Field Details
-
STATUS_CONVERSION_QUEUED
- See Also:
-
STATUS_CONVERSION_RUNNING
- See Also:
-
STATUS_CONVERSION_UNKNOWN
- See Also:
-
status
-
message
-
-
Constructor Details
-
ThreeDBatchProgress
-
-
Method Details
-
getMessage
-
isUnknown
public boolean isUnknown() -
isQueued
public boolean isQueued() -
isRunning
public boolean isRunning()
-