Interface EngineConfigurationConstants
-
public interface EngineConfigurationConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_APP_ENGINE_CONFIGstatic StringKEY_BATCH_SERVICE_CONFIGstatic StringKEY_CMMN_ENGINE_CONFIGstatic StringKEY_CONTENT_ENGINE_CONFIGstatic StringKEY_DMN_ENGINE_CONFIGstatic StringKEY_ENTITY_LINK_SERVICE_CONFIGstatic StringKEY_EVENT_REGISTRY_CONFIGstatic StringKEY_EVENT_SUBSCRIPTION_SERVICE_CONFIGstatic StringKEY_FORM_ENGINE_CONFIGstatic StringKEY_IDENTITY_LINK_SERVICE_CONFIGstatic StringKEY_IDM_ENGINE_CONFIGstatic StringKEY_JOB_SERVICE_CONFIGstatic StringKEY_PROCESS_ENGINE_CONFIGstatic StringKEY_TASK_SERVICE_CONFIGstatic StringKEY_VARIABLE_SERVICE_CONFIGstatic intPRIORITY_ENGINE_CMMNstatic intPRIORITY_ENGINE_CONTENTstatic intPRIORITY_ENGINE_DMNstatic intPRIORITY_ENGINE_EVENT_REGISTRYstatic intPRIORITY_ENGINE_FORMstatic intPRIORITY_ENGINE_IDMstatic intPRIORITY_ENGINE_PROCESS
-
-
-
Field Detail
-
KEY_PROCESS_ENGINE_CONFIG
static final String KEY_PROCESS_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_DMN_ENGINE_CONFIG
static final String KEY_DMN_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_IDM_ENGINE_CONFIG
static final String KEY_IDM_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_FORM_ENGINE_CONFIG
static final String KEY_FORM_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_CONTENT_ENGINE_CONFIG
static final String KEY_CONTENT_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_CMMN_ENGINE_CONFIG
static final String KEY_CMMN_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_APP_ENGINE_CONFIG
static final String KEY_APP_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
KEY_EVENT_REGISTRY_CONFIG
static final String KEY_EVENT_REGISTRY_CONFIG
- See Also:
- Constant Field Values
-
KEY_TASK_SERVICE_CONFIG
static final String KEY_TASK_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_VARIABLE_SERVICE_CONFIG
static final String KEY_VARIABLE_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_IDENTITY_LINK_SERVICE_CONFIG
static final String KEY_IDENTITY_LINK_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_ENTITY_LINK_SERVICE_CONFIG
static final String KEY_ENTITY_LINK_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_EVENT_SUBSCRIPTION_SERVICE_CONFIG
static final String KEY_EVENT_SUBSCRIPTION_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_JOB_SERVICE_CONFIG
static final String KEY_JOB_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
KEY_BATCH_SERVICE_CONFIG
static final String KEY_BATCH_SERVICE_CONFIG
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_PROCESS
static final int PRIORITY_ENGINE_PROCESS
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_EVENT_REGISTRY
static final int PRIORITY_ENGINE_EVENT_REGISTRY
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_IDM
static final int PRIORITY_ENGINE_IDM
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_DMN
static final int PRIORITY_ENGINE_DMN
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_FORM
static final int PRIORITY_ENGINE_FORM
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_CONTENT
static final int PRIORITY_ENGINE_CONTENT
- See Also:
- Constant Field Values
-
PRIORITY_ENGINE_CMMN
static final int PRIORITY_ENGINE_CMMN
- See Also:
- Constant Field Values
-
-