Class StandaloneBpmnConverterContext
java.lang.Object
org.flowable.editor.language.json.converter.StandaloneBpmnConverterContext
- All Implemented Interfaces:
BpmnJsonConverterContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey) getDecisionServiceModelKeyForDecisionServiceModelId(String decisionServiceModelId) getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey) getDecisionTableModelKeyForDecisionTableModelId(String decisionTableModelId) getFormModelInfoForFormModelKey(String formModelKey) getFormModelKeyForFormModelId(String formModelId) getProcessModelInfoForProcessModelKey(String processModelKey) getProcessModelKeyForProcessModelId(String processModelId)
-
Constructor Details
-
StandaloneBpmnConverterContext
public StandaloneBpmnConverterContext()
-
-
Method Details
-
getFormModelKeyForFormModelId
- Specified by:
getFormModelKeyForFormModelIdin interfaceBpmnJsonConverterContext
-
getFormModelInfoForFormModelKey
- Specified by:
getFormModelInfoForFormModelKeyin interfaceBpmnJsonConverterContext
-
getProcessModelKeyForProcessModelId
- Specified by:
getProcessModelKeyForProcessModelIdin interfaceBpmnJsonConverterContext
-
getProcessModelInfoForProcessModelKey
- Specified by:
getProcessModelInfoForProcessModelKeyin interfaceBpmnJsonConverterContext
-
getDecisionTableModelKeyForDecisionTableModelId
- Specified by:
getDecisionTableModelKeyForDecisionTableModelIdin interfaceBpmnJsonConverterContext
-
getDecisionTableModelInfoForDecisionTableModelKey
public Map<String,String> getDecisionTableModelInfoForDecisionTableModelKey(String decisionTableModelKey) - Specified by:
getDecisionTableModelInfoForDecisionTableModelKeyin interfaceBpmnJsonConverterContext
-
getDecisionServiceModelKeyForDecisionServiceModelId
- Specified by:
getDecisionServiceModelKeyForDecisionServiceModelIdin interfaceBpmnJsonConverterContext
-
getDecisionServiceModelInfoForDecisionServiceModelKey
public Map<String,String> getDecisionServiceModelInfoForDecisionServiceModelKey(String decisionServiceModelKey) - Specified by:
getDecisionServiceModelInfoForDecisionServiceModelKeyin interfaceBpmnJsonConverterContext
-