public class ContentItemEntityImpl extends AbstractContentEngineNoRevisionEntity implements ContentItemEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseFolderId |
protected boolean |
contentAvailable |
protected Long |
contentSize |
protected String |
contentStoreId |
protected String |
contentStoreName |
protected Date |
created |
protected String |
createdBy |
protected String |
definitionId |
protected String |
definitionName |
protected boolean |
isRoot |
protected Date |
lastModified |
protected String |
lastModifiedBy |
protected String |
lockInfo |
protected String |
mimeType |
protected String |
name |
protected String |
parentFolderId |
protected String |
processInstanceId |
protected boolean |
provisional |
protected String |
scopeId |
protected String |
scopeType |
protected String |
state |
protected String |
subState |
protected String |
subType |
protected String |
taskId |
protected String |
tenantId |
protected String |
type |
protected Integer |
version |
protected String |
versionInfo |
protected String |
versionParentId |
| Constructor and Description |
|---|
ContentItemEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected Integer version
protected String versionInfo
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 Long contentSize
protected Date created
protected String createdBy
protected Date lastModified
protected String lastModifiedBy
protected String versionParentId
protected String definitionId
protected String definitionName
protected String type
protected String subType
protected String state
protected String subState
protected String tenantId
protected boolean provisional
protected String lockInfo
protected String parentFolderId
protected String baseFolderId
protected boolean isRoot
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getName()
getName in interface org.flowable.content.api.ContentItempublic void setName(String name)
setName in interface org.flowable.content.api.ContentItempublic Integer getVersion()
getVersion in interface CoreContentItempublic void setVersion(Integer version)
setVersion in interface CoreContentItempublic String getVersionInfo()
getVersionInfo in interface CoreContentItempublic void setVersionInfo(String versionInfo)
setVersionInfo in interface CoreContentItempublic String getMimeType()
getMimeType in interface org.flowable.content.api.ContentItempublic void setMimeType(String mimeType)
setMimeType in interface org.flowable.content.api.ContentItempublic String getTaskId()
getTaskId in interface org.flowable.content.api.ContentItempublic void setTaskId(String taskId)
setTaskId in interface org.flowable.content.api.ContentItempublic String getProcessInstanceId()
getProcessInstanceId in interface org.flowable.content.api.ContentItempublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface org.flowable.content.api.ContentItempublic String getContentStoreId()
getContentStoreId in interface org.flowable.content.api.ContentItempublic void setContentStoreId(String contentStoreId)
setContentStoreId in interface org.flowable.content.api.ContentItempublic String getContentStoreName()
getContentStoreName in interface org.flowable.content.api.ContentItempublic void setContentStoreName(String contentStoreName)
setContentStoreName in interface org.flowable.content.api.ContentItempublic boolean isContentAvailable()
isContentAvailable in interface org.flowable.content.api.ContentItempublic void setContentAvailable(boolean contentAvailable)
setContentAvailable in interface ContentItemEntitypublic String getField()
getField in interface org.flowable.content.api.ContentItempublic void setField(String field)
setField in interface org.flowable.content.api.ContentItempublic Long getContentSize()
getContentSize in interface org.flowable.content.api.ContentItempublic void setContentSize(Long contentSize)
setContentSize in interface ContentItemEntitypublic Date getCreated()
getCreated in interface org.flowable.content.api.ContentItempublic void setCreated(Date created)
setCreated in interface ContentItemEntitypublic String getCreatedBy()
getCreatedBy in interface org.flowable.content.api.ContentItempublic void setCreatedBy(String createdBy)
setCreatedBy in interface org.flowable.content.api.ContentItempublic Date getLastModified()
getLastModified in interface org.flowable.content.api.ContentItempublic void setLastModified(Date lastModified)
setLastModified in interface ContentItemEntitypublic String getLastModifiedBy()
getLastModifiedBy in interface org.flowable.content.api.ContentItempublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface org.flowable.content.api.ContentItempublic String getVersionParentId()
getVersionParentId in interface CoreContentItempublic void setVersionParentId(String versionParentId)
setVersionParentId in interface CoreContentItempublic String getDefinitionId()
getDefinitionId in interface CoreContentItempublic void setDefinitionId(String definitionId)
setDefinitionId in interface CoreContentItempublic String getDefinitionName()
getDefinitionName in interface CoreContentItempublic void setDefinitionName(String definitionName)
public String getType()
getType in interface CoreContentItempublic void setType(String type)
setType in interface CoreContentItempublic String getSubType()
getSubType in interface CoreContentItempublic void setSubType(String subType)
setSubType in interface CoreContentItempublic String getState()
getState in interface CoreContentItempublic void setState(String state)
setState in interface CoreContentItempublic String getSubState()
getSubState in interface CoreContentItempublic void setSubState(String subState)
setSubState in interface CoreContentItempublic String getTenantId()
getTenantId in interface org.flowable.content.api.ContentItempublic void setTenantId(String tenantId)
setTenantId in interface org.flowable.content.api.ContentItempublic String getScopeId()
getScopeId in interface org.flowable.content.api.ContentItempublic void setScopeId(String scopeId)
setScopeId in interface org.flowable.content.api.ContentItempublic String getScopeType()
getScopeType in interface org.flowable.content.api.ContentItempublic void setScopeType(String scopeType)
setScopeType in interface org.flowable.content.api.ContentItempublic boolean isProvisional()
isProvisional in interface org.flowable.content.api.ContentItempublic void setProvisional(boolean provisional)
setProvisional in interface org.flowable.content.api.ContentItempublic String getLockInfo()
getLockInfo in interface ContentItemEntitygetLockInfo in interface CoreContentItempublic void setLockInfo(String lockInfo)
setLockInfo in interface ContentItemEntitysetLockInfo in interface CoreContentItempublic String getParentFolderId()
getParentFolderId in interface CoreContentItempublic void setParentFolderId(String parentFolderId)
setParentFolderId in interface CoreContentItempublic String getBaseFolderId()
getBaseFolderId in interface CoreContentItempublic void setBaseFolderId(String baseFolderId)
setBaseFolderId in interface CoreContentItempublic boolean isRootFolder()
isRootFolder in interface CoreContentItempublic boolean isScopedChildFolder()
isScopedChildFolder in interface CoreContentItemCopyright © 2019. All rights reserved.