Uses of Class
org.flowable.entitylink.service.EntityLinkServiceConfiguration
Packages that use EntityLinkServiceConfiguration
Package
Description
-
Uses of EntityLinkServiceConfiguration in org.flowable.entitylink.service
Methods in org.flowable.entitylink.service that return EntityLinkServiceConfigurationModifier and TypeMethodDescriptionEntityLinkServiceConfiguration.getIdentityLinkServiceConfiguration()protected EntityLinkServiceConfigurationEntityLinkServiceConfiguration.getService()EntityLinkServiceConfiguration.setEntityLinkDataManager(EntityLinkDataManager entityLinkDataManager) EntityLinkServiceConfiguration.setEntityLinkEntityManager(EntityLinkEntityManager entityLinkEntityManager) EntityLinkServiceConfiguration.setEntityLinkService(EntityLinkService entityLinkService) EntityLinkServiceConfiguration.setHistoricEntityLinkDataManager(HistoricEntityLinkDataManager historicEntityLinkDataManager) EntityLinkServiceConfiguration.setHistoricEntityLinkEntityManager(HistoricEntityLinkEntityManager historicEntityLinkEntityManager) EntityLinkServiceConfiguration.setHistoricEntityLinkService(HistoricEntityLinkService historicEntityLinkService) EntityLinkServiceConfiguration.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of EntityLinkServiceConfiguration in org.flowable.entitylink.service.impl
Constructors in org.flowable.entitylink.service.impl with parameters of type EntityLinkServiceConfigurationModifierConstructorDescriptionEntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration) HistoricEntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration) -
Uses of EntityLinkServiceConfiguration in org.flowable.entitylink.service.impl.persistence
Fields in org.flowable.entitylink.service.impl.persistence declared as EntityLinkServiceConfigurationModifier and TypeFieldDescriptionprotected EntityLinkServiceConfigurationAbstractManager.entityLinkServiceConfigurationMethods in org.flowable.entitylink.service.impl.persistence that return EntityLinkServiceConfigurationModifier and TypeMethodDescriptionprotected EntityLinkServiceConfigurationAbstractManager.getEntityLinkServiceConfiguration()Constructors in org.flowable.entitylink.service.impl.persistence with parameters of type EntityLinkServiceConfigurationModifierConstructorDescriptionAbstractManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration) -
Uses of EntityLinkServiceConfiguration in org.flowable.entitylink.service.impl.persistence.entity
Constructors in org.flowable.entitylink.service.impl.persistence.entity with parameters of type EntityLinkServiceConfigurationModifierConstructorDescriptionEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration, EntityLinkDataManager entityLinkDataManager) HistoricEntityLinkEntityManagerImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration, HistoricEntityLinkDataManager historicEntityLinkDataManager) -
Uses of EntityLinkServiceConfiguration in org.flowable.entitylink.service.impl.persistence.entity.data.impl
Fields in org.flowable.entitylink.service.impl.persistence.entity.data.impl declared as EntityLinkServiceConfigurationModifier and TypeFieldDescriptionprotected EntityLinkServiceConfigurationMybatisEntityLinkDataManager.entityLinkServiceConfigurationprotected EntityLinkServiceConfigurationMybatisHistoricEntityLinkDataManager.entityLinkServiceConfigurationConstructors in org.flowable.entitylink.service.impl.persistence.entity.data.impl with parameters of type EntityLinkServiceConfigurationModifierConstructorDescriptionMybatisEntityLinkDataManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration) MybatisHistoricEntityLinkDataManager(EntityLinkServiceConfiguration entityLinkServiceConfiguration)