Package org.flowable.common.engine.impl
Interface HasVariableTypes
-
public interface HasVariableTypes- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableTypesgetVariableTypes()AbstractEngineConfigurationsetVariableTypes(VariableTypes variableTypes)
-
-
-
Method Detail
-
getVariableTypes
VariableTypes getVariableTypes()
-
setVariableTypes
AbstractEngineConfiguration setVariableTypes(VariableTypes variableTypes)
-
-