Uses of Interface
com.flowable.platform.api.dashboard.Dashboard
Packages that use Dashboard
Package
Description
-
Uses of Dashboard in com.flowable.platform.api.dashboard
Methods in com.flowable.platform.api.dashboard that return Dashboard -
Uses of Dashboard in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return DashboardModifier and TypeMethodDescriptionCreateNewDashboardCmd.execute(CommandContext commandContext) UpdateDashboardConfigurationCmd.execute(CommandContext commandContext) -
Uses of Dashboard in com.flowable.platform.engine.impl.dashboard
Methods in com.flowable.platform.engine.impl.dashboard that return DashboardModifier and TypeMethodDescriptionDashboardConfigurationServiceImpl.createDashboard(String name, String currentUserId, String currentTenantId) DashboardUpdateBuilderImpl.update()DashboardConfigurationServiceImpl.updateDashboard(DashboardUpdateBuilderImpl dashboardBuilder) Methods in com.flowable.platform.engine.impl.dashboard that return types with arguments of type Dashboard -
Uses of Dashboard in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of Dashboard in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement DashboardMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type DashboardModifier and TypeMethodDescriptionDashboardEntityManager.findByCriteria(DashboardQuery query) DashboardEntityManagerImpl.findByCriteria(DashboardQuery query) -
Uses of Dashboard in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type Dashboard -
Uses of Dashboard in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type DashboardModifier and TypeMethodDescriptionMybatisDashboardDataManager.findByCriteria(DashboardQueryImpl query) -
Uses of Dashboard in com.flowable.platform.service.dashboard
Methods in com.flowable.platform.service.dashboard that return DashboardModifier and TypeMethodDescriptionDashboardService.createDashboard(String name, String currentUserId, String currentTenantId) Creates a newDashboardfor the given user and tenant.DashboardServiceImpl.createDashboard(String name, String currentUserId, String currentTenantId) Methods in com.flowable.platform.service.dashboard with parameters of type DashboardModifier and TypeMethodDescriptionprotected DashboardConfigurationDashboardServiceImpl.getDashboardConfiguration(Dashboard dashboard) protected DashboardComponentDataDashboardServiceImpl.internalGetData(Dashboard dashboard, String componentDefinitionKey, com.fasterxml.jackson.databind.JsonNode inputParameterValues, com.fasterxml.jackson.databind.JsonNode optionValues) Getting the data for a dashboard component involves a few different classes to be involved.protected org.apache.commons.lang3.tuple.Pair<DashboardComponentDefinitionModel,Map<String, com.fasterxml.jackson.databind.JsonNode>> DashboardServiceImpl.processDataRetrievalInputValues(Dashboard dashboard, String componentDefinitionKey, com.fasterxml.jackson.databind.JsonNode inputParameterValues, com.fasterxml.jackson.databind.JsonNode optionValues) -
Uses of Dashboard in com.flowable.platform.service.dashboard.transformer
Methods in com.flowable.platform.service.dashboard.transformer with parameters of type DashboardModifier and TypeMethodDescriptionvoidQueryResultToCsvTransformerService.transformQueryDataToCSV(Dashboard dashboard, QueryDefinitionModel queryDefinitionModel, DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, com.fasterxml.jackson.databind.JsonNode> queryPayload, OutputStream outputStream) voidQueryResultToCsvTransformerServiceImpl.transformQueryDataToCSV(Dashboard dashboard, QueryDefinitionModel queryDefinitionModel, DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, com.fasterxml.jackson.databind.JsonNode> queryPayload, OutputStream outputStream)