Class StandaloneBpmnConverterContext
- java.lang.Object
-
- org.flowable.editor.language.json.converter.StandaloneBpmnConverterContext
-
- All Implemented Interfaces:
BpmnJsonConverterContext
public class StandaloneBpmnConverterContext extends Object implements BpmnJsonConverterContext
-
-
Constructor Summary
Constructors Constructor Description StandaloneBpmnConverterContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey)StringgetDecisionServiceModelKeyForDecisionServiceModelId(String decisionServiceModelId)Map<String,String>getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey)StringgetDecisionTableModelKeyForDecisionTableModelId(String decisionTableModelId)Map<String,String>getFormModelInfoForFormModelKey(String formModelKey)StringgetFormModelKeyForFormModelId(String formModelId)Map<String,String>getProcessModelInfoForProcessModelKey(String processModelKey)StringgetProcessModelKeyForProcessModelId(String processModelId)
-
-
-
Method Detail
-
getFormModelKeyForFormModelId
public String getFormModelKeyForFormModelId(String formModelId)
- Specified by:
getFormModelKeyForFormModelIdin interfaceBpmnJsonConverterContext
-
getFormModelInfoForFormModelKey
public Map<String,String> getFormModelInfoForFormModelKey(String formModelKey)
- Specified by:
getFormModelInfoForFormModelKeyin interfaceBpmnJsonConverterContext
-
getProcessModelKeyForProcessModelId
public String getProcessModelKeyForProcessModelId(String processModelId)
- Specified by:
getProcessModelKeyForProcessModelIdin interfaceBpmnJsonConverterContext
-
getProcessModelInfoForProcessModelKey
public Map<String,String> getProcessModelInfoForProcessModelKey(String processModelKey)
- Specified by:
getProcessModelInfoForProcessModelKeyin interfaceBpmnJsonConverterContext
-
getDecisionTableModelKeyForDecisionTableModelId
public String getDecisionTableModelKeyForDecisionTableModelId(String decisionTableModelId)
- Specified by:
getDecisionTableModelKeyForDecisionTableModelIdin interfaceBpmnJsonConverterContext
-
getDecisionTableModelInfoForDecisionTableModelKey
public Map<String,String> getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey)
- Specified by:
getDecisionTableModelInfoForDecisionTableModelKeyin interfaceBpmnJsonConverterContext
-
getDecisionServiceModelKeyForDecisionServiceModelId
public String getDecisionServiceModelKeyForDecisionServiceModelId(String decisionServiceModelId)
- Specified by:
getDecisionServiceModelKeyForDecisionServiceModelIdin interfaceBpmnJsonConverterContext
-
getDecisionServiceModelInfoForDecisionServiceModelKey
public Map<String,String> getDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey)
- Specified by:
getDecisionServiceModelInfoForDecisionServiceModelKeyin interfaceBpmnJsonConverterContext
-
-