Interface ByteArrayEntity
-
- All Superinterfaces:
Entity,HasRevision
- All Known Implementing Classes:
ByteArrayEntityImpl
public interface ByteArrayEntity extends Entity, HasRevision
- Author:
- Tom Baeyens, Marcus Klimstra (CGI), Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBytes()StringgetDeploymentId()StringgetName()voidsetBytes(byte[] bytes)voidsetDeploymentId(String deploymentId)voidsetName(String name)-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
-