Class ResourceRef

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

public class ResourceRef
extends java.lang.Object
implements java.io.Serializable

Encapsulates the logic for transparently working with the byte array entity.

Author:
Marcus Klimstra (CGI), Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected boolean deleted  
  • Constructor Summary

    Constructors 
    Constructor Description
    ResourceRef()  
    ResourceRef​(java.lang.String id)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    byte[] getBytes()  
    WorkObjectDefinitionResourceEntity getEntity()  
    java.lang.String getId()  
    java.lang.String getName()  
    boolean isDeleted()  
    void setValue​(java.lang.String name, byte[] bytes)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait