java.lang.Object
com.flowable.form.engine.impl.persistence.entity.ResourceRef
All Implemented Interfaces:
Serializable

public class ResourceRef extends Object implements Serializable

Encapsulates the logic for transparently working with ByteArrayEntity.

Author:
Marcus Klimstra (CGI), Tijs Rademakers
See Also:
  • Field Details

    • deleted

      protected boolean deleted
  • Constructor Details

    • ResourceRef

      public ResourceRef()
    • ResourceRef

      public ResourceRef(String id)
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getBytes

      public byte[] getBytes()
    • setValue

      public void setValue(String name, byte[] bytes)
    • getEntity

      public FormResourceEntity getEntity()
    • delete

      public void delete()
    • isDeleted

      public boolean isDeleted()
    • toString

      public String toString()
      Overrides:
      toString in class Object