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 |
BACK_PRESSURE_ACTION_CONTEXT_PARAM
The key of an execution context variable which holds the back pressure action that was applied on an event
|
static String |
COMPONENT_CONFIG_NAME
The key of a property or variable holding the name of a component's config object
|
static String |
CONFIGURATION_MODEL_PROPERTY_NAME
The name to be used in a property of a
ValueResolvingContext to store the ConfigurationModel being used in
that context. |
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 |
DISABLE_COMPONENT_IGNORE
Disables the
ignore directive when loading an Extension. |
static String |
DISABLE_DESCRIPTIONS_ENRICHMENT
When present, the execution of any
DeclarationEnricher that adds descriptions to a ExtensionDeclaration is
skipped. |
static String |
DO_NOT_RETRY
The key of an execution context variable indicating that RETRY should not be attempted
|
static String |
ENABLE_POLLING_SOURCE_LIMIT_PARAMETER
When present, adds to polling sources the parameter to configure the item limit per poll feature.
|
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 |
IS_TRANSACTIONAL
The key of a property or variable indicating that a component was executed while participating in a transaction
|
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 BACK_PRESSURE_ACTION_CONTEXT_PARAM
public 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
public static final String CONFIGURATION_MODEL_PROPERTY_NAME
ValueResolvingContext to store the ConfigurationModel being used in
that context.public static final String DO_NOT_RETRY
public static final String IS_TRANSACTIONAL
public static final String COMPONENT_CONFIG_NAME
public static final String DISABLE_COMPONENT_IGNORE
ignore directive when loading an Extension.public static final String ENABLE_POLLING_SOURCE_LIMIT_PARAMETER
public static final String DISABLE_DESCRIPTIONS_ENRICHMENT
DeclarationEnricher that adds descriptions to a ExtensionDeclaration is
skipped.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.