public static final class Configuration.CallbackType extends Enum
| Modifier and Type | Field and Description |
|---|---|
static Configuration.CallbackType |
FINISH
This callback is called when the conversion is finished.
|
static Configuration.CallbackType |
PROGRESS
This callback is called regularly to inform on the progress of the conversion.
|
static Configuration.CallbackType |
START
This callback is called when the conversion is started.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration.CallbackType |
valueOf(String name) |
static Configuration.CallbackType[] |
values() |
public static final Configuration.CallbackType FINISH
This callback is called when the conversion is finished.
Configuration.ContentType.JSON, Configuration.ContentType.XML, Configuration.ContentType.TEXT.Result. The object returned will only contain the metadata, not the document data.
The document has to be retrieved actively from the server. If the content type is
Configuration.ContentType.TEXT, only the document ID will be posted.public static final Configuration.CallbackType PROGRESS
This callback is called regularly to inform on the progress of the conversion.
#ContentType#JSON, Configuration.ContentType.XML, Configuration.ContentType.TEXT.Progress. If the content type is
Configuration.ContentType.TEXT, only the progress percentage will be posted.public static final Configuration.CallbackType START
This callback is called when the conversion is started.
#ContentType#JSON, Configuration.ContentType.XML, Configuration.ContentType.TEXT.Info. If the content type is
Configuration.ContentType.TEXT, only the document ID will be posted.public static Configuration.CallbackType[] values()
public static Configuration.CallbackType valueOf(String name)
This doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.