Uses of Interface
com.flowable.platform.api.repository.DashboardComponentDefinitionModel
Packages that use DashboardComponentDefinitionModel
Package
Description
-
Uses of DashboardComponentDefinitionModel in com.flowable.platform.api.dashboard
Methods in com.flowable.platform.api.dashboard that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardConfigurationService.getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey) Methods in com.flowable.platform.api.dashboard that return types with arguments of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardConfigurationService.getAvailableComponentDefinitions(String dashboardId) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentResourceConverter.convertResourceToModel(byte[] resourceBytes) DashboardComponentResourceConverter.convertResourceToModel(InputStream resourceStream) PlatformRepositoryService.getDashboardComponentDefinitionModel(String definitionId) Returns theDashboardComponentDefinitionModelincluding all dashboardComponent model info.PlatformRepositoryService.getDashboardComponentDefinitionModelByKey(String definitionKey) Returns theDashboardComponentDefinitionModelincluding all dashboardComponent model info, using the dashboardComponent definition key and resolving the key to the latest version.PlatformRepositoryService.getDashboardComponentDefinitionModelByKeyAndTenantId(String definitionKey, String tenantId) Returns theDashboardComponentDefinitionModelincluding all dashboardComponent model info, using the dashboardComponent definition key and resolving the key to the latest version.Methods in com.flowable.platform.api.repository with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentResourceConverter.convertModelToJson(DashboardComponentDefinitionModel definitionModel) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionGetDashboardComponentDefinitionCmd.execute(CommandContext commandContext) GetDashboardComponentDefinitionModelCmd.execute(CommandContext commandContext) protected DashboardComponentDefinitionModelAbstractNeedsDashboardCmd.getDashboardComponentDefinitionModel(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionGetAvailableDashboardComponentDefinitionModelsCmd.execute(CommandContext commandContext) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.dashboard
Methods in com.flowable.platform.engine.impl.dashboard that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardConfigurationServiceImpl.getDashboardDefinitionModel(String dashboardId, String dashboardComponentDefinitionKey) Methods in com.flowable.platform.engine.impl.dashboard that return types with arguments of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardConfigurationServiceImpl.getAvailableComponentDefinitions(String dashboardId) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.deployer
Methods in com.flowable.platform.engine.impl.deployer that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentResourceConverterImpl.convertResourceToModel(byte[] resourceBytes) DashboardComponentResourceConverterImpl.convertResourceToModel(InputStream resourceStream) Methods in com.flowable.platform.engine.impl.deployer with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentResourceConverterImpl.convertModelToJson(DashboardComponentDefinitionModel definitionModel) protected voidDashboardComponentDefinitionDeployer.updateCachingAndArtifacts(DashboardComponentDefinitionEntity definition, DashboardComponentDefinitionModel queryResourceModel, PlatformDeploymentEntity deployment) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.persistence.deploy
Fields in com.flowable.platform.engine.impl.persistence.deploy declared as DashboardComponentDefinitionModelModifier and TypeFieldDescriptionprotected DashboardComponentDefinitionModelDashboardComponentDefinitionCacheEntry.dashboardComponentDefinitionModelMethods in com.flowable.platform.engine.impl.persistence.deploy that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentDefinitionCacheEntry.getDashboardComponentDefinitionModel()Methods in com.flowable.platform.engine.impl.persistence.deploy with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionvoidDashboardComponentDefinitionCacheEntry.setDashboardComponentDefinitionModel(DashboardComponentDefinitionModel dashboardComponentDefinitionModel) Constructors in com.flowable.platform.engine.impl.persistence.deploy with parameters of type DashboardComponentDefinitionModelModifierConstructorDescriptionDashboardComponentDefinitionCacheEntry(DashboardComponentDefinitionEntity dashboardComponentDefinitionEntity, DashboardComponentDefinitionModel dashboardComponentDefinitionModel) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return DashboardComponentDefinitionModelModifier and TypeMethodDescriptionPlatformRepositoryServiceImpl.getDashboardComponentDefinitionModel(String definitionId) PlatformRepositoryServiceImpl.getDashboardComponentDefinitionModelByKey(String definitionKey) PlatformRepositoryServiceImpl.getDashboardComponentDefinitionModelByKeyAndTenantId(String definitionKey, String tenantId) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.engine.impl.repository.dashboard
Classes in com.flowable.platform.engine.impl.repository.dashboard that implement DashboardComponentDefinitionModel -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.service.dashboard
Methods in com.flowable.platform.service.dashboard that return types with arguments of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardService.getAvailableComponentDefinitions(String dashboardId) Returns a catalogue of components (returned as a list ofDashboardComponentDefinitionModels) that can be added to theDashboardwith the provided id.DashboardServiceImpl.getAvailableComponentDefinitions(String dashboardId) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.service.dashboard.resultmapper
Methods in com.flowable.platform.service.dashboard.resultmapper with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentQueryResultMapperService.applyQueryResultMapping(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, QueryDefinitionModel queryDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode result) protected DashboardComponentDataDashboardComponentQueryResultMapperService.handleTableDashboardComponent(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, com.fasterxml.jackson.databind.JsonNode queryResult, List<DashboardComponentDefinitionModel.DashboardComponentAggregationDefinition> componentAggregationDefinitions, List<org.apache.commons.lang3.tuple.Pair<String, String>> queryAggregationNamesToTypesList) DashboardComponentQueryResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.service.dashboard.resultmapper.extractor
Methods in com.flowable.platform.service.dashboard.resultmapper.extractor with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionAggregationsSingleValueExtractorQueryResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) BucketAggregationKeyValueExtractorQueryResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) HitCountValueExtractorResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) HitFieldsToColumnsResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, com.fasterxml.jackson.databind.JsonNode queryResult, String totalJsonPointer) HitFieldsToColumnsResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) JsonObjectKeyValueExtractorQueryResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) NestedBucketAggregationKeyValueExtractorQueryResultMapper.map(DashboardComponentDefinitionModel dashboardComponentDefinitionModel, Map<String, Object> queryPayload, com.fasterxml.jackson.databind.JsonNode queryResult) -
Uses of DashboardComponentDefinitionModel in com.flowable.platform.service.dashboard.transformer
Methods in com.flowable.platform.service.dashboard.transformer with parameters of type DashboardComponentDefinitionModelModifier and TypeMethodDescriptionDashboardComponentInputValuesTransformerImpl.getDashboardComponentInputParameters(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel) booleanDashboardComponentInputValuesTransformerImpl.processOptionTypes(DashboardComponentDefinitionModel definitionModel, Map<String, Object> map, String field, String type, com.fasterxml.jackson.databind.JsonNode value) DashboardComponentInputValuesTransformer.transformInputParametersToStandardQueryInput(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel, com.fasterxml.jackson.databind.JsonNode queryInputParameterValues) Returns a map instead of a rich object with types fields using theStandardDataQueryPayloadParameterskeys so it can be reused for queries with template too.DashboardComponentInputValuesTransformerImpl.transformInputParametersToStandardQueryInput(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel, com.fasterxml.jackson.databind.JsonNode queryInputParameterValues) DashboardComponentInputValuesTransformer.transformOptionsToStandardQueryInput(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel, com.fasterxml.jackson.databind.JsonNode optionValues) Returns a map instead of a rich object with types fields, using theStandardDataQueryPayloadParameterskeys so it can be reused for queries with template too.DashboardComponentInputValuesTransformerImpl.transformOptionsToStandardQueryInput(Dashboard dashboard, DashboardComponentDefinitionModel definitionModel, com.fasterxml.jackson.databind.JsonNode optionValues) voidQueryResultToCsvTransformerService.transformQueryDataToCSV(Dashboard dashboard, QueryDefinitionModel queryDefinitionModel, DashboardComponentDefinitionModel dashboardComponentDefinitionModel, com.fasterxml.jackson.databind.JsonNode inputParameterValues, com.fasterxml.jackson.databind.JsonNode optionValues, OutputStream outputStream) voidQueryResultToCsvTransformerServiceImpl.transformQueryDataToCSV(Dashboard dashboard, QueryDefinitionModel queryDefinitionModel, DashboardComponentDefinitionModel dashboardComponentDefinitionModel, com.fasterxml.jackson.databind.JsonNode inputParameterValues, com.fasterxml.jackson.databind.JsonNode optionValues, OutputStream outputStream)