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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationPropertyBuilderImpl(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, waitMethods 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:ConfigurationPropertyBuilderThe tenant id of the configuration property- Specified by:
tenantIdin interfaceConfigurationPropertyBuilder
-
description
Description copied from interface:ConfigurationPropertyBuilderThe property description- Specified by:
descriptionin interfaceConfigurationPropertyBuilder
-
textValue
Description copied from interface:ConfigurationPropertyBuilderThe text value of the property.- Specified by:
textValuein interfaceConfigurationPropertyBuilder
-
save
Description copied from interface:ConfigurationPropertyBuilderSave or update the property- Specified by:
savein interfaceConfigurationPropertyBuilder
-
getConfigurationId
-
getNamespace
-
getName
-
getTenantId
-
getDescription
-
getTextValue
-