Interface AppResourceEntity
-
- All Superinterfaces:
EngineResource
,Entity
- All Known Implementing Classes:
AppResourceEntityImpl
public interface AppResourceEntity extends Entity, EngineResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setGenerated(boolean generated)
-
Methods inherited from interface org.flowable.common.engine.api.repository.EngineResource
getBytes, getDeploymentId, getName, isGenerated, setBytes, setDeploymentId, setName
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-