Uses of Interface
com.flowable.dataobject.api.repository.DataObjectRepositoryService
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.api
Methods in com.flowable.dataobject.api that return DataObjectRepositoryService Modifier and Type Method Description DataObjectRepositoryService
DataObjectEngineConfigurationApi. getDataObjectRepositoryService()
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine
Fields in com.flowable.dataobject.engine declared as DataObjectRepositoryService Modifier and Type Field Description protected DataObjectRepositoryService
DataObjectEngineConfiguration. dataObjectRepositoryService
Methods in com.flowable.dataobject.engine that return DataObjectRepositoryService Modifier and Type Method Description DataObjectRepositoryService
DataObjectEngine. getDataObjectRepositoryService()
DataObjectRepositoryService
DataObjectEngineConfiguration. getDataObjectRepositoryService()
Methods in com.flowable.dataobject.engine with parameters of type DataObjectRepositoryService Modifier and Type Method Description void
DataObjectEngineConfiguration. setDataObjectRepositoryService(DataObjectRepositoryService dataObjectRepositoryService)
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.autodeployment
Methods in com.flowable.dataobject.engine.autodeployment with parameters of type DataObjectRepositoryService Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deploy(java.lang.String deploymentName, java.util.Collection<org.springframework.core.io.Resource> resources, DataObjectRepositoryService dataObjectRepositoryService, java.lang.String tenantId)
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.impl
Fields in com.flowable.dataobject.engine.impl declared as DataObjectRepositoryService Modifier and Type Field Description protected DataObjectRepositoryService
DataObjectEngineImpl. dataObjectRepositoryService
Methods in com.flowable.dataobject.engine.impl that return DataObjectRepositoryService Modifier and Type Method Description DataObjectRepositoryService
DataObjectEngineImpl. getDataObjectRepositoryService()
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.impl.repository
Classes in com.flowable.dataobject.engine.impl.repository that implement DataObjectRepositoryService Modifier and Type Class Description class
DataObjectRepositoryServiceImpl
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.impl.runtime
Methods in com.flowable.dataobject.engine.impl.runtime that return DataObjectRepositoryService Modifier and Type Method Description protected DataObjectRepositoryService
DataObjectRuntimeServiceImpl. getDataObjectRepositoryService()
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.impl.runtime.datasource
Fields in com.flowable.dataobject.engine.impl.runtime.datasource declared as DataObjectRepositoryService Modifier and Type Field Description protected DataObjectRepositoryService
DataObjectInstanceVariableContainerEntitySession. dataObjectRepositoryService
Constructors in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type DataObjectRepositoryService Constructor Description DataObjectInstanceVariableContainerEntitySession(DataObjectRepositoryService dataObjectRepositoryService, DataObjectOperations serviceRegistryDataObjectOperations)
-
Uses of DataObjectRepositoryService in com.flowable.dataobject.engine.impl.util
Methods in com.flowable.dataobject.engine.impl.util that return DataObjectRepositoryService Modifier and Type Method Description static DataObjectRepositoryService
CommandContextUtil. getDataObjectRepositoryService()
static DataObjectRepositoryService
CommandContextUtil. getDataObjectRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of DataObjectRepositoryService in com.flowable.platform.service.app
Fields in com.flowable.platform.service.app declared as DataObjectRepositoryService Modifier and Type Field Description protected DataObjectRepositoryService
PlatformAppService. dataObjectRepositoryService