| Modifier and Type | Interface and Description |
|---|---|
interface |
AppResourceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
AppResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EngineResource> |
AppDeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
AppDeploymentEntityImpl.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDeploymentEntityImpl.setResources(Map<String,EngineResource> resources) |
void |
AppDeploymentEntity.setResources(Map<String,EngineResource> resources) |
| Modifier and Type | Field and Description |
|---|---|
protected EngineResource |
CmmnDeployer.CmmnParseContextImpl.resource |
| Modifier and Type | Method and Description |
|---|---|
EngineResource |
CmmnDeployer.CmmnParseContextImpl.resource() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceNameUtil.getCaseDiagramResourceNameFromDeployment(CaseDefinitionEntity caseDefinition,
Map<String,EngineResource> resources)
Finds the name of a resource for the diagram for a case definition.
|
| Constructor and Description |
|---|
CmmnParseContextImpl(EngineResource resource) |
| Modifier and Type | Field and Description |
|---|---|
protected EngineResource |
CmmnParseResult.resourceEntity |
| Modifier and Type | Field and Description |
|---|---|
protected Map<CaseDefinitionEntity,EngineResource> |
CmmnParseResult.mapDefinitionsToResources |
| Modifier and Type | Method and Description |
|---|---|
EngineResource |
CmmnParseResult.getResourceEntity() |
EngineResource |
CmmnParseResult.getResourceForCaseDefinition(CaseDefinitionEntity caseDefinition) |
EngineResource |
CmmnParseContext.resource()
The
EngineResource that contains the information that should be parsed |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnParseResult.addCaseDefinition(CaseDefinitionEntity caseDefinitionEntity,
EngineResource resourceEntity,
CmmnModel cmmnModel) |
void |
CmmnParseResult.setResourceEntity(EngineResource resourceEntity) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmmnResourceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EngineResource> |
CmmnDeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
CmmnDeploymentEntityImpl.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnDeploymentEntityImpl.setResources(Map<String,EngineResource> resources) |
void |
CmmnDeploymentEntity.setResources(Map<String,EngineResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
EngineDeployment.getResources() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
Flowable5DeploymentWrapper.getResources() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<DecisionEntity,EngineResource> |
ParsedDeployment.mapDecisionsToResources |
| Modifier and Type | Method and Description |
|---|---|
EngineResource |
ParsedDeployment.getResourceForDecision(DecisionEntity decision) |
| Modifier and Type | Method and Description |
|---|---|
protected DmnParse |
ParsedDeploymentBuilder.createDmnParseFromResource(EngineResource resource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceNameUtil.getDecisionRequirementsDiagramResourceNameFromDeployment(DecisionEntity decisionDefinition,
Map<String,EngineResource> resources)
Finds the name of a resource for the diagram for a decision definition.
|
| Constructor and Description |
|---|
ParsedDeployment(DmnDeploymentEntity entity,
List<DecisionEntity> decisions,
Map<DecisionEntity,DmnParse> mapDecisionsToParses,
Map<DecisionEntity,EngineResource> mapDecisionsToResources) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DmnResourceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EngineResource> |
DmnDeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
DmnDeploymentEntityImpl.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnDeploymentEntityImpl.setResources(Map<String,EngineResource> resources) |
void |
DmnDeploymentEntity.setResources(Map<String,EngineResource> resources) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ProcessDefinitionEntity,EngineResource> |
ParsedDeployment.mapProcessDefinitionsToResources |
| Modifier and Type | Method and Description |
|---|---|
EngineResource |
ParsedDeployment.getResourceForProcessDefinition(ProcessDefinitionEntity processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected BpmnParse |
ParsedDeploymentBuilder.createBpmnParseFromResource(EngineResource resource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceNameUtil.getProcessDiagramResourceNameFromDeployment(ProcessDefinitionEntity processDefinition,
Map<String,EngineResource> resources)
Finds the name of a resource for the diagram for a process definition.
|
| Constructor and Description |
|---|
ParsedDeployment(DeploymentEntity entity,
List<ProcessDefinitionEntity> processDefinitions,
Map<ProcessDefinitionEntity,BpmnParse> mapProcessDefinitionsToParses,
Map<ProcessDefinitionEntity,EngineResource> mapProcessDefinitionsToResources) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceEntityImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EngineResource> |
DeploymentEntityImpl.resources |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EngineResource> |
DeploymentEntityImpl.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEntityImpl.setResources(Map<String,EngineResource> resources) |
void |
DeploymentEntity.setResources(Map<String,EngineResource> resources) |
Copyright © 2023 Flowable. All rights reserved.