Interface FormResourceEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
All Known Implementing Classes:
FormResourceEntityImpl

public interface FormResourceEntity extends org.flowable.common.engine.impl.persistence.entity.Entity
Author:
Tijs Rademakers
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
     
     
     
    void
    setBytes(byte[] bytes)
     
    void
    setDeploymentId(String deploymentId)
     
    void
     

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

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

    • getName

      String getName()
    • setName

      void setName(String name)
    • getBytes

      byte[] getBytes()
    • setBytes

      void setBytes(byte[] bytes)
    • getDeploymentId

      String getDeploymentId()
    • setDeploymentId

      void setDeploymentId(String deploymentId)
    • getPersistentState

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