public static interface DocumentPartTransformer.Format
Modifier and Type | Interface and Description |
---|---|
static class |
DocumentPartTransformer.Format.DefaultImpl
Default class implementation.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MIME_GENERIC
MIME type for any type (or unknown types).
|
static java.lang.String |
MIME_HTML
MIME type for html documents.
|
static java.lang.String |
MIME_IMAGE_GENERIC
MIME type for any type of image within the accepted list.
|
static java.lang.String |
MIME_IMAGE_GIF
MIME type for GIF image.
|
static java.lang.String |
MIME_IMAGE_JPG
MIME type for Jpeg image.
|
static java.lang.String |
MIME_IMAGE_PNG
MIME type for Png image.
|
static java.lang.String |
MIME_NDOC
MIME type for ndoc binary documents.
|
static java.lang.String |
MIME_NDOC_XML
MIME type for ndoc xml documents.
|
static java.lang.String |
MIME_TEXT
MIME type for text documents.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<exa.bee.KeyValue> |
getCustomArgs()
Get Key/Value arguments to pass to the transformer.
|
DocumentPartTransformer.TransformKind |
getKind()
Get the transformation kind.
|
java.lang.String |
getMime()
Get the MIME format requested for the output (or for the main output
part).
|
long |
getTimeoutMs()
Get the timeout, in milliseconds.
|
void |
setCustomArgs(java.util.List<exa.bee.KeyValue> customArgs)
Set Key/Value arguments to pass to the transformer.
|
void |
setKind(DocumentPartTransformer.TransformKind kind)
Set the transformation kind.
|
void |
setMime(java.lang.String mime)
Set the MIME format requested for the output (or for the main output
part).
|
void |
setTimeoutMs(long timeoutMs)
Set the timeout, in milliseconds.
|
static final java.lang.String MIME_NDOC
static final java.lang.String MIME_NDOC_XML
static final java.lang.String MIME_TEXT
static final java.lang.String MIME_HTML
static final java.lang.String MIME_IMAGE_GIF
static final java.lang.String MIME_IMAGE_JPG
static final java.lang.String MIME_IMAGE_PNG
static final java.lang.String MIME_IMAGE_GENERIC
static final java.lang.String MIME_GENERIC
DocumentPartTransformer.TransformKind getKind()
void setKind(DocumentPartTransformer.TransformKind kind)
java.lang.String getMime()
void setMime(java.lang.String mime)
long getTimeoutMs()
void setTimeoutMs(long timeoutMs)
java.util.List<exa.bee.KeyValue> getCustomArgs()
void setCustomArgs(java.util.List<exa.bee.KeyValue> customArgs)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.