Interface IdmPropertyEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, IdmProperty
All Known Implementing Classes:
IdmPropertyEntityImpl

public interface IdmPropertyEntity
extends IdmProperty, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
Author:
Tijs Rademakers
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getPersistentState()  
    void setName​(java.lang.String name)  
    void setValue​(java.lang.String value)  

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision

    getRevision, getRevisionNext, setRevision

    Methods inherited from interface com.flowable.core.idm.api.IdmProperty

    getId, getName, getValue
  • Method Details

    • setName

      void setName​(java.lang.String name)
    • setValue

      void setValue​(java.lang.String value)
    • getPersistentState

      java.lang.Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity