Class ResourceRef
java.lang.Object
com.flowable.action.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 ActionResourceEntity
.
- 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
-
Field Details
-
deleted
protected boolean deleted
-
-
Constructor Details
-
ResourceRef
public ResourceRef() -
ResourceRef
public ResourceRef(java.lang.String id)
-
-
Method Details
-
getId
public java.lang.String getId() -
getName
public java.lang.String getName() -
getBytes
public byte[] getBytes() -
setValue
public void setValue(java.lang.String name, byte[] bytes) -
getEntity
-
delete
public void delete() -
isDeleted
public boolean isDeleted() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-