Class SystemConfigurationFlowableSystemInfoContributor
- java.lang.Object
-
- com.flowable.platform.service.configuration.service.SystemConfigurationFlowableSystemInfoContributor
-
- All Implemented Interfaces:
FlowableSystemInfoContributor
public class SystemConfigurationFlowableSystemInfoContributor extends Object implements FlowableSystemInfoContributor
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.flowable.core.service.service.FlowableSystemInfoContributor
FlowableSystemInfoContributor.ContributionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationService
configurationService
protected String
currentNodeName
protected static String
SCOPE
-
Constructor Summary
Constructors Constructor Description SystemConfigurationFlowableSystemInfoContributor(ConfigurationService configurationService, String currentNodeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
asDetails(SystemConfiguration systemConfiguration)
void
contribute(FlowableSystemInfoContributor.ContributionBuilder builder)
-
-
-
Field Detail
-
SCOPE
protected static final String SCOPE
- See Also:
- Constant Field Values
-
configurationService
protected final ConfigurationService configurationService
-
currentNodeName
protected final String currentNodeName
-
-
Constructor Detail
-
SystemConfigurationFlowableSystemInfoContributor
public SystemConfigurationFlowableSystemInfoContributor(ConfigurationService configurationService, String currentNodeName)
-
-
Method Detail
-
contribute
public void contribute(FlowableSystemInfoContributor.ContributionBuilder builder)
- Specified by:
contribute
in interfaceFlowableSystemInfoContributor
-
asDetails
protected Map<String,Object> asDetails(SystemConfiguration systemConfiguration)
-
-