Interface ContentItemEntity
- All Superinterfaces:
ContentItem,CoreContentItem,Entity
- All Known Implementing Classes:
ContentItemEntityImpl
- Author:
- Joram Barrez, Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetContentAvailable(boolean contentAvailable) voidsetContentSize(Long contentSize) voidsetCreated(Date created) voidsetLastModified(Date lastModified) voidsetLockInfo(String lockInfo) voidsetMetadataInstances(List<MetadataInstanceEntity> metadataInstances) voidsetRenditions(List<RenditionItemEntity> renditions) Methods inherited from interface org.flowable.content.api.ContentItem
getContentSize, getContentStoreId, getContentStoreName, getCreated, getCreatedBy, getField, getId, getLastModified, getLastModifiedBy, getMimeType, getName, getProcessInstanceId, getScopeId, getScopeType, getTaskId, getTenantId, isContentAvailable, isProvisional, setContentStoreId, setContentStoreName, setCreatedBy, setField, setLastModifiedBy, setMimeType, setName, setProcessInstanceId, setProvisional, setScopeId, setScopeType, setTaskId, setTenantIdMethods inherited from interface com.flowable.core.content.api.CoreContentItem
getBaseFolderId, getDefinitionId, getDefinitionName, getMetadataValues, getParentFolderId, getState, getSubState, getSubType, getType, getVersion, getVersionInfo, getVersionParentId, isRootFolder, setBaseFolderId, setDefinitionId, setParentFolderId, setState, setSubState, setSubType, setType, setVersion, setVersionInfo, setVersionParentIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setContentAvailable
void setContentAvailable(boolean contentAvailable) -
setContentSize
-
setCreated
-
setLastModified
-
getLockInfo
String getLockInfo()- Specified by:
getLockInfoin interfaceCoreContentItem
-
setLockInfo
- Specified by:
setLockInfoin interfaceCoreContentItem
-
getRenditions
List<RenditionItemEntity> getRenditions()- Specified by:
getRenditionsin interfaceCoreContentItem
-
setRenditions
-
isRenditionsInitialized
boolean isRenditionsInitialized() -
getMetadataInstances
List<MetadataInstanceEntity> getMetadataInstances() -
setMetadataInstances
-
isMetadataInitialized
boolean isMetadataInitialized()
-