| Modifier and Type | Field and Description |
|---|---|
protected Map<DecisionTableEntity,DmnResourceEntity> |
ParsedDeployment.mapDecisionTablesToResources |
| Modifier and Type | Method and Description |
|---|---|
DmnResourceEntity |
ParsedDeployment.getResourceForDecisionTable(DecisionTableEntity decisionTable) |
| Modifier and Type | Method and Description |
|---|---|
protected DmnParse |
ParsedDeploymentBuilder.createDmnParseFromResource(DmnResourceEntity resource) |
| Constructor and Description |
|---|
ParsedDeployment(DmnDeploymentEntity entity,
List<DecisionTableEntity> decisionTables,
Map<DecisionTableEntity,DmnParse> mapDecisionTablesToParses,
Map<DecisionTableEntity,DmnResourceEntity> mapDecisionTablesToResources) |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DmnResourceEntity> |
DmnDeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
DmnResourceEntity |
DmnResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
DmnResourceEntity |
DmnResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnResourceEntity> |
DmnResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) |
List<DmnResourceEntity> |
DmnResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
protected DataManager<DmnResourceEntity> |
DmnResourceEntityManagerImpl.getDataManager() |
Map<String,DmnResourceEntity> |
DmnDeploymentEntityImpl.getResources() |
Map<String,DmnResourceEntity> |
DmnDeploymentEntity.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDeploymentEntityImpl.addResource(DmnResourceEntity resource) |
void |
DmnDeploymentEntity.addResource(DmnResourceEntity resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDeploymentEntityImpl.setResources(Map<String,DmnResourceEntity> resources) |
void |
DmnDeploymentEntity.setResources(Map<String,DmnResourceEntity> resources) |
| Modifier and Type | Method and Description |
|---|---|
DmnResourceEntity |
DmnResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnResourceEntity> |
DmnResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
| Modifier and Type | Method and Description |
|---|---|
DmnResourceEntity |
MybatisDmnResourceDataManager.create() |
DmnResourceEntity |
MybatisDmnResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnResourceEntity> |
MybatisDmnResourceDataManager.findResourcesByDeploymentId(String deploymentId) |
Class<? extends DmnResourceEntity> |
MybatisDmnResourceDataManager.getManagedEntityClass() |
Copyright © 2017 Flowable. All rights reserved.