public class ResourceNameUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DIAGRAM_SUFFIXES |
static String[] |
DMN_RESOURCE_SUFFIXES |
| Constructor and Description |
|---|
ResourceNameUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDecisionRequirementsDiagramResourceName(String dmnFileResource,
String decisionKey,
String diagramSuffix) |
static String |
getDecisionRequirementsDiagramResourceNameFromDeployment(DecisionEntity decisionDefinition,
Map<String,EngineResource> resources)
Finds the name of a resource for the diagram for a decision definition.
|
static String |
stripDmnFileSuffix(String dmnFileResource) |
public static final String[] DMN_RESOURCE_SUFFIXES
public static final String[] DIAGRAM_SUFFIXES
public static String getDecisionRequirementsDiagramResourceName(String dmnFileResource, String decisionKey, String diagramSuffix)
public static String getDecisionRequirementsDiagramResourceNameFromDeployment(DecisionEntity decisionDefinition, Map<String,EngineResource> resources)
Copyright © 2021 Flowable. All rights reserved.