public class VariableServiceConfiguration extends AbstractServiceConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected VariableByteArrayDataManager |
byteArrayDataManager |
protected VariableByteArrayEntityManager |
byteArrayEntityManager |
static int |
DEFAULT_GENERIC_MAX_LENGTH_STRING |
static int |
DEFAULT_ORACLE_MAX_LENGTH_STRING |
protected HistoricVariableInstanceDataManager |
historicVariableInstanceDataManager |
protected HistoricVariableInstanceEntityManager |
historicVariableInstanceEntityManager |
protected HistoricVariableService |
historicVariableService |
protected InternalHistoryVariableManager |
internalHistoryVariableManager |
protected static org.slf4j.Logger |
LOGGER |
protected int |
maxLengthString |
protected boolean |
serializableVariableTypeTrackDeserializedObjects
This flag determines whether variables of the type 'serializable' will be tracked.
|
protected VariableInstanceDataManager |
variableInstanceDataManager |
protected VariableInstanceEntityManager |
variableInstanceEntityManager |
protected VariableService |
variableService |
protected VariableTypes |
variableTypes |
additionalEventDispatchActions, clock, enableEventDispatcher, eventDispatcher, eventListeners, historyLevel, NO_TENANT_ID, objectMapper, typedEventListeners| Constructor and Description |
|---|
VariableServiceConfiguration() |
getAdditionalEventDispatchActions, getClock, getEventDispatcher, getEventListeners, getHistoryLevel, getObjectMapper, getTypedEventListeners, isEnableEventDispatcher, isHistoryEnabled, isHistoryLevelAtLeast, setAdditionalEventDispatchActions, setClock, setEnableEventDispatcher, setEventDispatcher, setEventListeners, setHistoryLevel, setObjectMapper, setTypedEventListenersprotected static final org.slf4j.Logger LOGGER
public static final int DEFAULT_GENERIC_MAX_LENGTH_STRING
public static final int DEFAULT_ORACLE_MAX_LENGTH_STRING
protected VariableService variableService
protected HistoricVariableService historicVariableService
protected VariableInstanceDataManager variableInstanceDataManager
protected VariableByteArrayDataManager byteArrayDataManager
protected HistoricVariableInstanceDataManager historicVariableInstanceDataManager
protected VariableInstanceEntityManager variableInstanceEntityManager
protected VariableByteArrayEntityManager byteArrayEntityManager
protected HistoricVariableInstanceEntityManager historicVariableInstanceEntityManager
protected VariableTypes variableTypes
protected InternalHistoryVariableManager internalHistoryVariableManager
protected int maxLengthString
protected boolean serializableVariableTypeTrackDeserializedObjects
public void init()
public void initDataManagers()
public void initEntityManagers()
public VariableServiceConfiguration getVariableServiceConfiguration()
public VariableService getVariableService()
public VariableServiceConfiguration setVariableService(VariableService variableService)
public HistoricVariableService getHistoricVariableService()
public VariableServiceConfiguration setHistoricVariableService(HistoricVariableService historicVariableService)
public VariableInstanceDataManager getVariableInstanceDataManager()
public VariableServiceConfiguration setVariableInstanceDataManager(VariableInstanceDataManager variableInstanceDataManager)
public VariableByteArrayDataManager getByteArrayDataManager()
public VariableServiceConfiguration setByteArrayDataManager(VariableByteArrayDataManager byteArrayDataManager)
public HistoricVariableInstanceDataManager getHistoricVariableInstanceDataManager()
public VariableServiceConfiguration setHistoricVariableInstanceDataManager(HistoricVariableInstanceDataManager historicVariableInstanceDataManager)
public VariableInstanceEntityManager getVariableInstanceEntityManager()
public VariableServiceConfiguration setVariableInstanceEntityManager(VariableInstanceEntityManager variableInstanceEntityManager)
public VariableByteArrayEntityManager getByteArrayEntityManager()
public VariableServiceConfiguration setByteArrayEntityManager(VariableByteArrayEntityManager byteArrayEntityManager)
public HistoricVariableInstanceEntityManager getHistoricVariableInstanceEntityManager()
public VariableServiceConfiguration setHistoricVariableInstanceEntityManager(HistoricVariableInstanceEntityManager historicVariableInstanceEntityManager)
public VariableTypes getVariableTypes()
public VariableServiceConfiguration setVariableTypes(VariableTypes variableTypes)
public InternalHistoryVariableManager getInternalHistoryVariableManager()
public VariableServiceConfiguration setInternalHistoryVariableManager(InternalHistoryVariableManager internalHistoryVariableManager)
public int getMaxLengthString()
public VariableServiceConfiguration setMaxLengthString(int maxLengthString)
public boolean isSerializableVariableTypeTrackDeserializedObjects()
public void setSerializableVariableTypeTrackDeserializedObjects(boolean serializableVariableTypeTrackDeserializedObjects)
Copyright © 2018 Flowable. All rights reserved.