Interface FormResourceEntity
- All Superinterfaces:
Entity
- All Known Implementing Classes:
FormResourceEntityImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()getName()voidsetBytes(byte[] bytes) voidsetDeploymentId(String deploymentId) voidMethods 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
-
getBytes
byte[] getBytes() -
setBytes
void setBytes(byte[] bytes) -
getDeploymentId
String getDeploymentId() -
setDeploymentId
-
getPersistentState
Object getPersistentState()- Specified by:
getPersistentStatein interfaceEntity
-