Class DashboardUpdateBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.dashboard.DashboardUpdateBuilderImpl
- All Implemented Interfaces:
DashboardUpdateBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.JsonNode
protected boolean
protected final DashboardConfigurationServiceImpl
protected final String
protected String
protected boolean
-
Constructor Summary
ConstructorDescriptionDashboardUpdateBuilderImpl
(DashboardConfigurationServiceImpl dashboardConfigurationService, String dashboardId) -
Method Summary
Modifier and TypeMethodDescriptionconfiguration
(com.fasterxml.jackson.databind.JsonNode configuration) com.fasterxml.jackson.databind.JsonNode
getName()
boolean
boolean
update()
-
Field Details
-
dashboardConfigurationService
-
dashboardId
-
name
-
nameSet
protected boolean nameSet -
configuration
protected com.fasterxml.jackson.databind.JsonNode configuration -
configurationSet
protected boolean configurationSet
-
-
Constructor Details
-
DashboardUpdateBuilderImpl
public DashboardUpdateBuilderImpl(DashboardConfigurationServiceImpl dashboardConfigurationService, String dashboardId)
-
-
Method Details
-
name
- Specified by:
name
in interfaceDashboardUpdateBuilder
-
configuration
- Specified by:
configuration
in interfaceDashboardUpdateBuilder
-
update
- Specified by:
update
in interfaceDashboardUpdateBuilder
-
getDashboardId
-
getName
-
isNameSet
public boolean isNameSet() -
getConfiguration
public com.fasterxml.jackson.databind.JsonNode getConfiguration() -
isConfigurationSet
public boolean isConfigurationSet()
-