Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectDataSource
Package
Description
-
Uses of DataObjectDataSource in com.flowable.dataobject.api
-
Uses of DataObjectDataSource in com.flowable.dataobject.api.runtime
Modifier and TypeMethodDescriptionDataObjectRuntimeService.getDataSource
(String dataSourceId) Returns the data source given its id. -
Uses of DataObjectDataSource in com.flowable.dataobject.engine
Modifier and TypeFieldDescriptionprotected DataObjectDataSource
DataObjectEngineConfiguration.dataObjectDataSource
Modifier and TypeFieldDescriptionprotected Map<String,
DataObjectDataSource> DataObjectEngineConfiguration.dataObjectDataSources
Modifier and TypeMethodDescriptionDataObjectEngine.getDataObjectDataSource()
DataObjectEngineConfiguration.getDataObjectDataSource()
Modifier and TypeMethodDescriptionvoid
DataObjectEngineConfiguration.registerDataObjectDataSource
(DataObjectDataSource dataObjectDataSource) void
DataObjectEngineConfiguration.setDataObjectDataSource
(DataObjectDataSource dataObjectDataSource) -
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl
Modifier and TypeFieldDescriptionprotected DataObjectDataSource
DataObjectEngineImpl.dataObjectDataSource
-
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl.runtime
Modifier and TypeMethodDescriptionDataObjectRuntimeServiceImpl.getDataSource
(String dataSourceId) -
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl.runtime.datasource