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
    void setName​(java.lang.String name)  
    void setSourceId​(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, setUpdated

    Methods inherited from interface com.flowable.workobject.api.Identifiable

    getId

    Methods inherited from interface com.flowable.workobject.api.LegacyProperty

    getSourceId, getWorkObjectDefinitionId

    Methods inherited from interface com.flowable.workobject.api.NamedValue

    getName, getValue
  • Method Details

    • setSourceId

      void setSourceId​(java.lang.String sourceId)
    • setName

      void setName​(java.lang.String name)