Class ConfigurationPropertyBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ConfigurationPropertyBuilderImpl
- All Implemented Interfaces:
ConfigurationPropertyBuilder
public class ConfigurationPropertyBuilderImpl
extends Object
implements ConfigurationPropertyBuilder
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConfigurationPropertyBuilderImpl
(String configurationId, String namespace, String name, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The property descriptiongetName()
save()
Save or update the propertyThe tenant id of the configuration propertyThe text value of the property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.platform.api.configuration.ConfigurationPropertyBuilder
booleanValue, intValue, longValue
-
Field Details
-
commandExecutor
-
configurationId
-
namespace
-
name
-
tenantId
-
description
-
textValue
-
-
Constructor Details
-
ConfigurationPropertyBuilderImpl
public ConfigurationPropertyBuilderImpl(String configurationId, String namespace, String name, CommandExecutor commandExecutor)
-
-
Method Details
-
tenantId
Description copied from interface:ConfigurationPropertyBuilder
The tenant id of the configuration property- Specified by:
tenantId
in interfaceConfigurationPropertyBuilder
-
description
Description copied from interface:ConfigurationPropertyBuilder
The property description- Specified by:
description
in interfaceConfigurationPropertyBuilder
-
textValue
Description copied from interface:ConfigurationPropertyBuilder
The text value of the property.- Specified by:
textValue
in interfaceConfigurationPropertyBuilder
-
save
Description copied from interface:ConfigurationPropertyBuilder
Save or update the property- Specified by:
save
in interfaceConfigurationPropertyBuilder
-
getConfigurationId
-
getNamespace
-
getName
-
getTenantId
-
getDescription
-
getTextValue
-