Class ContentItemEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineNoRevisionEntity
com.flowable.content.engine.impl.persistence.entity.ContentItemEntityImpl
All Implemented Interfaces:
ContentItemEntity, CoreContentItem, java.io.Serializable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.content.api.ContentItem

public class ContentItemEntityImpl
extends AbstractContentEngineNoRevisionEntity
implements ContentItemEntity, java.io.Serializable
Author:
Joram Barrez, Tijs Rademakers
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getPersistentState

      public java.lang.Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface org.flowable.content.api.ContentItem
    • setName

      public void setName​(java.lang.String name)
      Specified by:
      setName in interface org.flowable.content.api.ContentItem
    • getVersion

      public java.lang.Integer getVersion()
      Specified by:
      getVersion in interface CoreContentItem
    • setVersion

      public void setVersion​(java.lang.Integer version)
      Specified by:
      setVersion in interface CoreContentItem
    • getVersionInfo

      public java.lang.String getVersionInfo()
      Specified by:
      getVersionInfo in interface CoreContentItem
    • setVersionInfo

      public void setVersionInfo​(java.lang.String versionInfo)
      Specified by:
      setVersionInfo in interface CoreContentItem
    • getMimeType

      public java.lang.String getMimeType()
      Specified by:
      getMimeType in interface org.flowable.content.api.ContentItem
    • setMimeType

      public void setMimeType​(java.lang.String mimeType)
      Specified by:
      setMimeType in interface org.flowable.content.api.ContentItem
    • getTaskId

      public java.lang.String getTaskId()
      Specified by:
      getTaskId in interface org.flowable.content.api.ContentItem
    • setTaskId

      public void setTaskId​(java.lang.String taskId)
      Specified by:
      setTaskId in interface org.flowable.content.api.ContentItem
    • getProcessInstanceId

      public java.lang.String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.flowable.content.api.ContentItem
    • setProcessInstanceId

      public void setProcessInstanceId​(java.lang.String processInstanceId)
      Specified by:
      setProcessInstanceId in interface org.flowable.content.api.ContentItem
    • getContentStoreId

      public java.lang.String getContentStoreId()
      Specified by:
      getContentStoreId in interface org.flowable.content.api.ContentItem
    • setContentStoreId

      public void setContentStoreId​(java.lang.String contentStoreId)
      Specified by:
      setContentStoreId in interface org.flowable.content.api.ContentItem
    • getContentStoreName

      public java.lang.String getContentStoreName()
      Specified by:
      getContentStoreName in interface org.flowable.content.api.ContentItem
    • setContentStoreName

      public void setContentStoreName​(java.lang.String contentStoreName)
      Specified by:
      setContentStoreName in interface org.flowable.content.api.ContentItem
    • isContentAvailable

      public boolean isContentAvailable()
      Specified by:
      isContentAvailable in interface org.flowable.content.api.ContentItem
    • setContentAvailable

      public void setContentAvailable​(boolean contentAvailable)
      Specified by:
      setContentAvailable in interface ContentItemEntity
    • getField

      public java.lang.String getField()
      Specified by:
      getField in interface org.flowable.content.api.ContentItem
    • setField

      public void setField​(java.lang.String field)
      Specified by:
      setField in interface org.flowable.content.api.ContentItem
    • getContentSize

      public java.lang.Long getContentSize()
      Specified by:
      getContentSize in interface org.flowable.content.api.ContentItem
    • setContentSize

      public void setContentSize​(java.lang.Long contentSize)
      Specified by:
      setContentSize in interface ContentItemEntity
    • getCreated

      public java.util.Date getCreated()
      Specified by:
      getCreated in interface org.flowable.content.api.ContentItem
    • setCreated

      public void setCreated​(java.util.Date created)
      Specified by:
      setCreated in interface ContentItemEntity
    • getCreatedBy

      public java.lang.String getCreatedBy()
      Specified by:
      getCreatedBy in interface org.flowable.content.api.ContentItem
    • setCreatedBy

      public void setCreatedBy​(java.lang.String createdBy)
      Specified by:
      setCreatedBy in interface org.flowable.content.api.ContentItem
    • getLastModified

      public java.util.Date getLastModified()
      Specified by:
      getLastModified in interface org.flowable.content.api.ContentItem
    • setLastModified

      public void setLastModified​(java.util.Date lastModified)
      Specified by:
      setLastModified in interface ContentItemEntity
    • getLastModifiedBy

      public java.lang.String getLastModifiedBy()
      Specified by:
      getLastModifiedBy in interface org.flowable.content.api.ContentItem
    • setLastModifiedBy

      public void setLastModifiedBy​(java.lang.String lastModifiedBy)
      Specified by:
      setLastModifiedBy in interface org.flowable.content.api.ContentItem
    • getVersionParentId

      public java.lang.String getVersionParentId()
      Specified by:
      getVersionParentId in interface CoreContentItem
    • setVersionParentId

      public void setVersionParentId​(java.lang.String versionParentId)
      Specified by:
      setVersionParentId in interface CoreContentItem
    • getDefinitionId

      public java.lang.String getDefinitionId()
      Specified by:
      getDefinitionId in interface CoreContentItem
    • setDefinitionId

      public void setDefinitionId​(java.lang.String definitionId)
      Specified by:
      setDefinitionId in interface CoreContentItem
    • getDefinitionName

      public java.lang.String getDefinitionName()
      Specified by:
      getDefinitionName in interface CoreContentItem
    • setDefinitionName

      public void setDefinitionName​(java.lang.String definitionName)
    • getType

      public java.lang.String getType()
      Specified by:
      getType in interface CoreContentItem
    • setType

      public void setType​(java.lang.String type)
      Specified by:
      setType in interface CoreContentItem
    • getSubType

      public java.lang.String getSubType()
      Specified by:
      getSubType in interface CoreContentItem
    • setSubType

      public void setSubType​(java.lang.String subType)
      Specified by:
      setSubType in interface CoreContentItem
    • getState

      public java.lang.String getState()
      Specified by:
      getState in interface CoreContentItem
    • setState

      public void setState​(java.lang.String state)
      Specified by:
      setState in interface CoreContentItem
    • getSubState

      public java.lang.String getSubState()
      Specified by:
      getSubState in interface CoreContentItem
    • setSubState

      public void setSubState​(java.lang.String subState)
      Specified by:
      setSubState in interface CoreContentItem
    • getTenantId

      public java.lang.String getTenantId()
      Specified by:
      getTenantId in interface org.flowable.content.api.ContentItem
    • setTenantId

      public void setTenantId​(java.lang.String tenantId)
      Specified by:
      setTenantId in interface org.flowable.content.api.ContentItem
    • getScopeId

      public java.lang.String getScopeId()
      Specified by:
      getScopeId in interface org.flowable.content.api.ContentItem
    • setScopeId

      public void setScopeId​(java.lang.String scopeId)
      Specified by:
      setScopeId in interface org.flowable.content.api.ContentItem
    • getScopeType

      public java.lang.String getScopeType()
      Specified by:
      getScopeType in interface org.flowable.content.api.ContentItem
    • setScopeType

      public void setScopeType​(java.lang.String scopeType)
      Specified by:
      setScopeType in interface org.flowable.content.api.ContentItem
    • isProvisional

      public boolean isProvisional()
      Specified by:
      isProvisional in interface org.flowable.content.api.ContentItem
    • setProvisional

      public void setProvisional​(boolean provisional)
      Specified by:
      setProvisional in interface org.flowable.content.api.ContentItem
    • getLockInfo

      public java.lang.String getLockInfo()
      Specified by:
      getLockInfo in interface ContentItemEntity
      Specified by:
      getLockInfo in interface CoreContentItem
    • setLockInfo

      public void setLockInfo​(java.lang.String lockInfo)
      Specified by:
      setLockInfo in interface ContentItemEntity
      Specified by:
      setLockInfo in interface CoreContentItem
    • getParentFolderId

      public java.lang.String getParentFolderId()
      Specified by:
      getParentFolderId in interface CoreContentItem
    • setParentFolderId

      public void setParentFolderId​(java.lang.String parentFolderId)
      Specified by:
      setParentFolderId in interface CoreContentItem
    • getBaseFolderId

      public java.lang.String getBaseFolderId()
      Specified by:
      getBaseFolderId in interface CoreContentItem
    • setBaseFolderId

      public void setBaseFolderId​(java.lang.String baseFolderId)
      Specified by:
      setBaseFolderId in interface CoreContentItem
    • isRootFolder

      public boolean isRootFolder()
      Specified by:
      isRootFolder in interface CoreContentItem
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object