public class CmmnCaseModelDeployer extends AbstractUserDashboardModelDeployer
<p>This is the deployer for CMMN case models. It creates on the-fly-task definitions for all Human Tasks in the CMMN XML. A lookup-table from XML task-IDs to the generated edoras task definition IDs is stored as a serialized string in a property of the case definition. A similar handling is applied for edoras Case File Items defined in the provided CMMN XML.</p>
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_IDS_PREFIX
The prefix for the case definition variable name under which to expose selected model elements.
|
Constructor and Description |
---|
CmmnCaseModelDeployer(ModelPersistenceService modelPersistenceService,
String configuredModelTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsModel(WorkObject model)
Checks whether a given model is supported by this instance.
|
deployModels
public static final String MODEL_IDS_PREFIX
The prefix for the case definition variable name under which to expose selected model elements. See edoras one configuration documentation, looking for this string.
public CmmnCaseModelDeployer(ModelPersistenceService modelPersistenceService, String configuredModelTypes)
public boolean supportsModel(WorkObject model)
ModelDeployer
Checks whether a given model is supported by this instance.
model
- the model work objectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.