public class ExtensionProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADVANCED_TAB_NAME
The name of the tab in which advanced parameters should appear
|
static String |
COMPLETION_CALLBACK_CONTEXT_PARAM
The key of an execution context variable which holds the
CompletionCallback that a non blocking component will use to
notify completion or failure |
static String |
CONNECTION_PARAM
The key of an execution context variable on which the connection to be used was set
|
static String |
DEFAULT_CONNECTION_PROVIDER_NAME |
static String |
ENCODING_PARAMETER_NAME
The name of a parameter that allows configuring the encoding that should be applied
|
static String |
EXTENSION_DESCRIPTIONS_FILE_NAME_MASK
The name mask of a file which contains the
ExtensionModel elements descriptions. |
static String |
EXTENSION_MODEL_JSON_FILE_NAME
The name of a file which contains a json representation of the extension's model
|
static String |
MIME_TYPE_PARAMETER_NAME
The name of a parameter that allows configuring the mimeType that should be applied
|
static String |
SOURCE_CALLBACK_CONTEXT_PARAM
The key of an execution context variable on which a
SourceCallbackContext was set |
static String |
SOURCE_COMPLETION_CALLBACK_PARAM
The key of an execution context variable on which a
SourceCompletionCallback was set |
public static final String CONNECTION_PARAM
public static final String SOURCE_CALLBACK_CONTEXT_PARAM
SourceCallbackContext was setpublic static final String SOURCE_COMPLETION_CALLBACK_PARAM
SourceCompletionCallback was setpublic static final String COMPLETION_CALLBACK_CONTEXT_PARAM
CompletionCallback that a non blocking component will use to
notify completion or failurepublic static final String MIME_TYPE_PARAMETER_NAME
public static final String ENCODING_PARAMETER_NAME
public static final String EXTENSION_DESCRIPTIONS_FILE_NAME_MASK
ExtensionModel elements descriptions.
The final name of the file is formed like this: {extension-namespace}-extension-descriptions.xml.
public static final String EXTENSION_MODEL_JSON_FILE_NAME
public static final String ADVANCED_TAB_NAME
public static final String DEFAULT_CONNECTION_PROVIDER_NAME
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.