public class StandaloneBpmnConverterContext extends Object implements BpmnJsonConverterContext
| Constructor and Description |
|---|
StandaloneBpmnConverterContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey) |
String |
getDecisionServiceModelKeyForDecisionServiceModelId(String decisionServiceModelId) |
Map<String,String> |
getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey) |
String |
getDecisionTableModelKeyForDecisionTableModelId(String decisionTableModelId) |
Map<String,String> |
getFormModelInfoForFormModelKey(String formModelKey) |
String |
getFormModelKeyForFormModelId(String formModelId) |
Map<String,String> |
getProcessModelInfoForProcessModelKey(String processModelKey) |
String |
getProcessModelKeyForProcessModelId(String processModelId) |
public String getFormModelKeyForFormModelId(String formModelId)
getFormModelKeyForFormModelId in interface BpmnJsonConverterContextpublic Map<String,String> getFormModelInfoForFormModelKey(String formModelKey)
getFormModelInfoForFormModelKey in interface BpmnJsonConverterContextpublic String getProcessModelKeyForProcessModelId(String processModelId)
getProcessModelKeyForProcessModelId in interface BpmnJsonConverterContextpublic Map<String,String> getProcessModelInfoForProcessModelKey(String processModelKey)
getProcessModelInfoForProcessModelKey in interface BpmnJsonConverterContextpublic String getDecisionTableModelKeyForDecisionTableModelId(String decisionTableModelId)
getDecisionTableModelKeyForDecisionTableModelId in interface BpmnJsonConverterContextpublic Map<String,String> getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey)
getDecisionTableModelInfoForDecisionTableModelKey in interface BpmnJsonConverterContextpublic String getDecisionServiceModelKeyForDecisionServiceModelId(String decisionServiceModelId)
getDecisionServiceModelKeyForDecisionServiceModelId in interface BpmnJsonConverterContextpublic Map<String,String> getDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey)
getDecisionServiceModelInfoForDecisionServiceModelKey in interface BpmnJsonConverterContextCopyright © 2021 Flowable. All rights reserved.