Uses of Class
com.flowable.agent.engine.pricing.AgentModelPricingService
Packages that use AgentModelPricingService
Package
Description
-
Uses of AgentModelPricingService in com.flowable.platform.service.dashboard.resultmapper
Constructors in com.flowable.platform.service.dashboard.resultmapper with parameters of type AgentModelPricingServiceModifierConstructorDescriptionDashboardComponentQueryResultMapperService(AgentModelPricingService agentModelPricingService, AgentCostTokenService agentCostTokenService, StandardDataQueryInputValuesTransformer inputValuesTransformer) -
Uses of AgentModelPricingService in com.flowable.platform.service.dashboard.resultmapper.extractor
Fields in com.flowable.platform.service.dashboard.resultmapper.extractor declared as AgentModelPricingServiceModifier and TypeFieldDescriptionprotected final AgentModelPricingServiceAgentCostByDateQueryResultMapper.agentModelPricingServiceprotected final AgentModelPricingServiceAgentCostByModelQueryResultMapper.agentModelPricingServiceprotected final AgentModelPricingServiceAgentCostTotalQueryResultMapper.agentModelPricingServiceConstructors in com.flowable.platform.service.dashboard.resultmapper.extractor with parameters of type AgentModelPricingServiceModifierConstructorDescriptionAgentCostByDateQueryResultMapper(AgentModelPricingService agentModelPricingService, AgentCostTokenService agentCostTokenService, StandardDataQueryInputValuesTransformer inputValuesTransformer) AgentCostByModelQueryResultMapper(AgentModelPricingService agentModelPricingService) AgentCostTotalQueryResultMapper(AgentModelPricingService agentModelPricingService)