Uses of Class
org.flowable.entitylink.service.EntityLinkServiceConfiguration
Packages that use EntityLinkServiceConfiguration
Package
Description
-
Uses of EntityLinkServiceConfiguration in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as EntityLinkServiceConfigurationModifier and TypeFieldDescriptionprotected EntityLinkServiceConfigurationCmmnEngineConfiguration.entityLinkServiceConfigurationFields in org.flowable.cmmn.engine with type parameters of type EntityLinkServiceConfigurationMethods in org.flowable.cmmn.engine that return EntityLinkServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.getEntityLinkServiceConfiguration()protected EntityLinkServiceConfigurationCmmnEngineConfiguration.instantiateEntityLinkServiceConfiguration()Methods in org.flowable.cmmn.engine that return types with arguments of type EntityLinkServiceConfigurationMethods in org.flowable.cmmn.engine with parameters of type EntityLinkServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.setEntityLinkServiceConfiguration(EntityLinkServiceConfiguration entityLinkServiceConfiguration) Method parameters in org.flowable.cmmn.engine with type arguments of type EntityLinkServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.addEntityLinkServiceConfigurator(ServiceConfigurator<EntityLinkServiceConfiguration> configurator) CmmnEngineConfiguration.setEntityLinkServiceConfigurators(Collection<ServiceConfigurator<EntityLinkServiceConfiguration>> entityLinkServiceConfigurators) -
Uses of EntityLinkServiceConfiguration in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as EntityLinkServiceConfigurationModifier and TypeFieldDescriptionprotected EntityLinkServiceConfigurationProcessEngineConfigurationImpl.entityLinkServiceConfigurationFields in org.flowable.engine.impl.cfg with type parameters of type EntityLinkServiceConfigurationMethods in org.flowable.engine.impl.cfg that return EntityLinkServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getEntityLinkServiceConfiguration()protected EntityLinkServiceConfigurationProcessEngineConfigurationImpl.instantiateEntityLinkServiceConfiguration()Methods in org.flowable.engine.impl.cfg that return types with arguments of type EntityLinkServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getEntityLinkServiceConfigurators()Methods in org.flowable.engine.impl.cfg with parameters of type EntityLinkServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setEntityLinkServiceConfiguration(EntityLinkServiceConfiguration entityLinkServiceConfiguration) Method parameters in org.flowable.engine.impl.cfg with type arguments of type EntityLinkServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addEntityLinkServiceConfigurator(ServiceConfigurator<EntityLinkServiceConfiguration> configurator) ProcessEngineConfigurationImpl.setEntityLinkServiceConfigurators(Collection<ServiceConfigurator<EntityLinkServiceConfiguration>> entityLinkServiceConfigurators) -
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)