Interface PropertyEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,Identifiable,LegacyProperty,NamedValue<java.lang.String>
- All Known Implementing Classes:
DefinitionPropertyEntityImpl
public interface PropertyEntity extends LegacyProperty, org.flowable.common.engine.impl.persistence.entity.Entity
Write access to
LegacyProperty- Author:
- martin.grofcik
-
Method Summary
Modifier and Type Method Description voidsetName(java.lang.String name)voidsetSourceId(java.lang.String sourceId)Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface com.flowable.workobject.api.LegacyProperty
getSourceId, getWorkObjectDefinitionId
-
Method Details
-
setSourceId
void setSourceId(java.lang.String sourceId) -
setName
void setName(java.lang.String name)
-