public class BpmnOverrideContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BpmnOverrideContext.ResourceBundleControl |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Map<String,com.fasterxml.jackson.databind.node.ObjectNode>> |
bpmnOverrideContextThreadLocal |
protected static ResourceBundle.Control |
resourceBundleControl |
| Constructor and Description |
|---|
BpmnOverrideContext() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addBpmnOverrideElement(String id,
com.fasterxml.jackson.databind.node.ObjectNode infoNode) |
protected static Map<String,com.fasterxml.jackson.databind.node.ObjectNode> |
getBpmnOverrideContext() |
static com.fasterxml.jackson.databind.node.ObjectNode |
getBpmnOverrideElementProperties(String id,
String processDefinitionId) |
static com.fasterxml.jackson.databind.node.ObjectNode |
getLocalizationElementProperties(String language,
String id,
String processDefinitionId,
boolean useFallback) |
protected static com.fasterxml.jackson.databind.node.ObjectNode |
getProcessDefinitionInfoNode(String processDefinitionId) |
static void |
removeBpmnOverrideContext() |
protected static ThreadLocal<Map<String,com.fasterxml.jackson.databind.node.ObjectNode>> bpmnOverrideContextThreadLocal
protected static ResourceBundle.Control resourceBundleControl
public static com.fasterxml.jackson.databind.node.ObjectNode getBpmnOverrideElementProperties(String id, String processDefinitionId)
public static com.fasterxml.jackson.databind.node.ObjectNode getLocalizationElementProperties(String language, String id, String processDefinitionId, boolean useFallback)
public static void removeBpmnOverrideContext()
protected static com.fasterxml.jackson.databind.node.ObjectNode getProcessDefinitionInfoNode(String processDefinitionId)
protected static Map<String,com.fasterxml.jackson.databind.node.ObjectNode> getBpmnOverrideContext()
protected static void addBpmnOverrideElement(String id, com.fasterxml.jackson.databind.node.ObjectNode infoNode)
Copyright © 2018 Flowable. All rights reserved.