Uses of Interface
com.flowable.dataobject.api.runtime.DataObjectDataSource
Packages that use DataObjectDataSource
Package
Description
-
Uses of DataObjectDataSource in com.flowable.dataobject.api
Methods in com.flowable.dataobject.api that return DataObjectDataSource -
Uses of DataObjectDataSource in com.flowable.dataobject.api.runtime
Methods in com.flowable.dataobject.api.runtime that return DataObjectDataSourceModifier and TypeMethodDescriptionDataObjectRuntimeService.getDataSource
(String dataSourceId) Returns the data source given its id. -
Uses of DataObjectDataSource in com.flowable.dataobject.engine
Fields in com.flowable.dataobject.engine declared as DataObjectDataSourceModifier and TypeFieldDescriptionprotected DataObjectDataSource
DataObjectEngineConfiguration.dataObjectDataSource
Fields in com.flowable.dataobject.engine with type parameters of type DataObjectDataSourceModifier and TypeFieldDescriptionprotected Map<String,
DataObjectDataSource> DataObjectEngineConfiguration.dataObjectDataSources
Methods in com.flowable.dataobject.engine that return DataObjectDataSourceModifier and TypeMethodDescriptionDataObjectEngine.getDataObjectDataSource()
DataObjectEngineConfiguration.getDataObjectDataSource()
Methods in com.flowable.dataobject.engine that return types with arguments of type DataObjectDataSourceMethods in com.flowable.dataobject.engine with parameters of type DataObjectDataSourceModifier and TypeMethodDescriptionvoid
DataObjectEngineConfiguration.registerDataObjectDataSource
(DataObjectDataSource dataObjectDataSource) void
DataObjectEngineConfiguration.setDataObjectDataSource
(DataObjectDataSource dataObjectDataSource) -
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl
Fields in com.flowable.dataobject.engine.impl declared as DataObjectDataSourceModifier and TypeFieldDescriptionprotected DataObjectDataSource
DataObjectEngineImpl.dataObjectDataSource
Methods in com.flowable.dataobject.engine.impl that return DataObjectDataSource -
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl.runtime
Methods in com.flowable.dataobject.engine.impl.runtime that return DataObjectDataSourceModifier and TypeMethodDescriptionDataObjectRuntimeServiceImpl.getDataSource
(String dataSourceId) -
Uses of DataObjectDataSource in com.flowable.dataobject.engine.impl.runtime.datasource
Classes in com.flowable.dataobject.engine.impl.runtime.datasource that implement DataObjectDataSource