Interface ConfigurationPropertyEntity
- All Superinterfaces:
ConfigurationProperty
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
ConfigurationPropertyEntityImpl
public interface ConfigurationPropertyEntity
extends ConfigurationProperty, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
setBooleanValue
(boolean booleanValue) void
setDescription
(String description) default void
setIntValue
(int intValue) void
setLastUpdaterId
(String lastUpdaterId) void
setLastUpdateTime
(Date lastUpdateTime) default void
setLongValue
(long longValue) void
void
setNamespace
(String namespace) void
setTenantId
(String tenantId) void
setTextValue
(String textValue) Methods inherited from interface com.flowable.platform.api.configuration.ConfigurationProperty
getBooleanValue, getDescription, getId, getIntValue, getLastUpdaterId, getLastUpdateTime, getLongValue, getName, getNamespace, getTenantId, getTextValue, mapValue
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setNamespace
-
setName
-
setDescription
-
setTenantId
-
setTextValue
-
setLastUpdaterId
-
setLastUpdateTime
-
setIntValue
default void setIntValue(int intValue) -
setLongValue
default void setLongValue(long longValue) -
setBooleanValue
default void setBooleanValue(boolean booleanValue)
-