Class DeploymentMetadataConstants
- java.lang.Object
-
- org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
public class DeploymentMetadataConstants extends Object
Collection of constant string values used by the parsers.
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIGURATION
static String
DATASOURCE
static String
DEFAULT
static String
JOB_ACQUISITION
static String
JOB_EXECUTOR
static String
JOB_EXECUTOR_CLASS_NAME
static String
NAME
static String
PLUGIN
static String
PLUGIN_CLASS
static String
PLUGINS
static String
PROCESS
static String
PROCESS_APPLICATION
static String
PROCESS_ARCHIVE
static String
PROCESS_ENGINE
static String
PROPERTIES
static String
PROPERTY
static String
RESOURCE
static String
TENANT_ID
-
Constructor Summary
Constructors Constructor Description DeploymentMetadataConstants()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TENANT_ID
public static final String TENANT_ID
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
PROPERTY
public static final String PROPERTY
- See Also:
- Constant Field Values
-
PROCESS_APPLICATION
public static final String PROCESS_APPLICATION
- See Also:
- Constant Field Values
-
JOB_EXECUTOR
public static final String JOB_EXECUTOR
- See Also:
- Constant Field Values
-
JOB_ACQUISITION
public static final String JOB_ACQUISITION
- See Also:
- Constant Field Values
-
JOB_EXECUTOR_CLASS_NAME
public static final String JOB_EXECUTOR_CLASS_NAME
- See Also:
- Constant Field Values
-
PROCESS_ENGINE
public static final String PROCESS_ENGINE
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final String CONFIGURATION
- See Also:
- Constant Field Values
-
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
-
PLUGINS
public static final String PLUGINS
- See Also:
- Constant Field Values
-
PLUGIN
public static final String PLUGIN
- See Also:
- Constant Field Values
-
PLUGIN_CLASS
public static final String PLUGIN_CLASS
- See Also:
- Constant Field Values
-
PROCESS_ARCHIVE
public static final String PROCESS_ARCHIVE
- See Also:
- Constant Field Values
-
PROCESS
public static final String PROCESS
- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
- See Also:
- Constant Field Values
-
-