public interface VariableConstants
Message.setVariable(String, Object)
,
Message.getVariable(String)
Modifier and Type | Field and Description |
---|---|
static String |
MSG_CONTENTSIZE
Size of the document in "Bytes" with no separators (i.e.
|
static String |
MSG_END_PAGE |
static String |
MSG_MIMETYPE
Current mime type of the message payload
|
static String |
MSG_NUMBER |
static String |
MSG_PART_COUNT |
static String |
MSG_PART_NUMBER |
static String |
MSG_PAYLOAD_EXT |
static String |
MSG_PAYLOAD_NAME |
static String |
MSG_START_PAGE |
static String |
SRC_DATE_TIME |
static String |
SRC_EMAILBODY
The body of the Email if coming from an email source node
|
static String |
SRC_EMAILFROM
The From Email address if coming from an email source node
|
static String |
SRC_EMAILSUBJECT
The subject if coming from an email source node
|
static String |
SRC_EXTENSION
Original file extension (i.e.
|
static String |
SRC_FILENAME
Original file name pulled from the source node WITHOUT the extension
|
static String |
SRC_FILEPATH
The full file path that the file was pulled from the source node
|
static String |
SRC_MIMETYPE
Original file mime type pulled from the source node
|
static String |
SRC_URL
URL from the HTTP Request input node
|
static String |
SRC_URLRESPONSE
Response code returned from the HTTP Request input node
|
static final String MSG_MIMETYPE
static final String MSG_CONTENTSIZE
static final String MSG_START_PAGE
static final String MSG_END_PAGE
static final String MSG_NUMBER
static final String MSG_PART_NUMBER
static final String MSG_PART_COUNT
static final String MSG_PAYLOAD_NAME
static final String MSG_PAYLOAD_EXT
static final String SRC_MIMETYPE
static final String SRC_FILENAME
static final String SRC_FILEPATH
static final String SRC_EXTENSION
static final String SRC_EMAILFROM
static final String SRC_EMAILSUBJECT
static final String SRC_EMAILBODY
static final String SRC_URL
static final String SRC_URLRESPONSE
static final String SRC_DATE_TIME