public class ContentItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements ContentItemEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
contentAvailable |
protected Long |
contentSize |
protected String |
contentStoreId |
protected String |
contentStoreName |
protected Date |
created |
protected String |
createdBy |
protected String |
field |
protected Date |
lastModified |
protected String |
lastModifiedBy |
protected String |
mimeType |
protected String |
name |
protected String |
processInstanceId |
protected boolean |
provisional |
protected String |
scopeId |
protected String |
scopeType |
protected String |
taskId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
ContentItemEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected String mimeType
protected String taskId
protected String processInstanceId
protected String scopeId
protected String scopeType
protected String contentStoreId
protected String contentStoreName
protected boolean contentAvailable
protected String field
protected Long contentSize
protected Date created
protected String createdBy
protected Date lastModified
protected String lastModifiedBy
protected String tenantId
protected boolean provisional
public Object getPersistentState()
getPersistentState in interface Entitypublic String getName()
getName in interface ContentItempublic void setName(String name)
setName in interface ContentItempublic String getMimeType()
getMimeType in interface ContentItempublic void setMimeType(String mimeType)
setMimeType in interface ContentItempublic String getTaskId()
getTaskId in interface ContentItempublic void setTaskId(String taskId)
setTaskId in interface ContentItempublic String getProcessInstanceId()
getProcessInstanceId in interface ContentItempublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface ContentItempublic String getContentStoreId()
getContentStoreId in interface ContentItempublic void setContentStoreId(String contentStoreId)
setContentStoreId in interface ContentItempublic String getContentStoreName()
getContentStoreName in interface ContentItempublic void setContentStoreName(String contentStoreName)
setContentStoreName in interface ContentItempublic boolean isContentAvailable()
isContentAvailable in interface ContentItempublic void setContentAvailable(boolean contentAvailable)
setContentAvailable in interface ContentItemEntitypublic String getField()
getField in interface ContentItempublic void setField(String field)
setField in interface ContentItempublic Long getContentSize()
getContentSize in interface ContentItempublic void setContentSize(Long contentSize)
setContentSize in interface ContentItemEntitypublic Date getCreated()
getCreated in interface ContentItempublic void setCreated(Date created)
setCreated in interface ContentItemEntitypublic String getCreatedBy()
getCreatedBy in interface ContentItempublic void setCreatedBy(String createdBy)
setCreatedBy in interface ContentItempublic Date getLastModified()
getLastModified in interface ContentItempublic void setLastModified(Date lastModified)
setLastModified in interface ContentItemEntitypublic String getLastModifiedBy()
getLastModifiedBy in interface ContentItempublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface ContentItempublic String getTenantId()
getTenantId in interface ContentItempublic void setTenantId(String tenantId)
setTenantId in interface ContentItempublic String getScopeId()
getScopeId in interface ContentItempublic void setScopeId(String scopeId)
setScopeId in interface ContentItempublic String getScopeType()
getScopeType in interface ContentItempublic void setScopeType(String scopeType)
setScopeType in interface ContentItempublic boolean isProvisional()
isProvisional in interface ContentItempublic void setProvisional(boolean provisional)
setProvisional in interface ContentItemCopyright © 2019 Flowable. All rights reserved.