Class ContentItemRepresentation

  • Direct Known Subclasses:
    FolderItem

    public class ContentItemRepresentation
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • contentAvailable

        protected boolean contentAvailable
      • contentStoreId

        protected String contentStoreId
      • contentStoreName

        protected String contentStoreName
      • mimeType

        protected String mimeType
      • simpleType

        protected String simpleType
      • created

        protected Date created
      • createdBy

        protected String createdBy
      • lastModified

        protected Date lastModified
      • lastModifiedBy

        protected String lastModifiedBy
      • size

        protected Long size
      • version

        protected Integer version
      • versionInfo

        protected String versionInfo
      • versionParentId

        protected String versionParentId
      • definitionId

        protected String definitionId
      • subType

        protected String subType
      • state

        protected String state
      • subState

        protected String subState
      • parentFolderId

        protected String parentFolderId
      • downloadUrl

        protected String downloadUrl
      • previewUrl

        protected String previewUrl
      • thumbnail

        protected String thumbnail
      • thumbnailRenditionAvailable

        protected boolean thumbnailRenditionAvailable
      • pdfUrl

        protected String pdfUrl
      • pdfRenditionAvailable

        protected boolean pdfRenditionAvailable
      • scopeType

        protected String scopeType
      • scopeId

        protected String scopeId
      • processInstanceId

        protected String processInstanceId
      • taskId

        protected String taskId
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getCreated

        public Date getCreated()
      • setCreated

        public void setCreated​(Date created)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getLastModified

        public Date getLastModified()
      • setLastModified

        public void setLastModified​(Date lastModified)
      • getLastModifiedBy

        public String getLastModifiedBy()
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
      • getSize

        public Long getSize()
      • setSize

        public void setSize​(Long size)
      • getVersion

        public Integer getVersion()
      • setVersion

        public void setVersion​(Integer version)
      • getVersionInfo

        public String getVersionInfo()
      • setVersionInfo

        public void setVersionInfo​(String versionInfo)
      • getVersionParentId

        public String getVersionParentId()
      • setVersionParentId

        public void setVersionParentId​(String versionParentId)
      • getDefinitionId

        public String getDefinitionId()
      • setDefinitionId

        public void setDefinitionId​(String definitionId)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getSubType

        public String getSubType()
      • setSubType

        public void setSubType​(String subType)
      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getSubState

        public String getSubState()
      • setSubState

        public void setSubState​(String subState)
      • getParentFolderId

        public String getParentFolderId()
      • setParentFolderId

        public void setParentFolderId​(String parentFolderId)
      • isContentAvailable

        public boolean isContentAvailable()
      • setContentAvailable

        public void setContentAvailable​(boolean contentAvailable)
      • getContentStoreId

        public String getContentStoreId()
      • setContentStoreId

        public void setContentStoreId​(String contentStoreId)
      • getContentStoreName

        public String getContentStoreName()
      • setContentStoreName

        public void setContentStoreName​(String contentStoreName)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getSimpleType

        public String getSimpleType()
      • setSimpleType

        public void setSimpleType​(String simpleType)
      • getDownloadUrl

        public String getDownloadUrl()
      • setDownloadUrl

        public void setDownloadUrl​(String downloadUrl)
      • getPreviewUrl

        public String getPreviewUrl()
      • setPreviewUrl

        public void setPreviewUrl​(String previewUrl)
      • getThumbnail

        public String getThumbnail()
      • setThumbnail

        public void setThumbnail​(String thumbnail)
      • isThumbnailRenditionAvailable

        public boolean isThumbnailRenditionAvailable()
      • setThumbnailRenditionAvailable

        public void setThumbnailRenditionAvailable​(boolean thumbnailRenditionAvailable)
      • getPdfUrl

        public String getPdfUrl()
      • setPdfUrl

        public void setPdfUrl​(String pdfUrl)
      • isPdfRenditionAvailable

        public boolean isPdfRenditionAvailable()
      • setPdfRenditionAvailable

        public void setPdfRenditionAvailable​(boolean pdfRenditionAvailable)
      • getMetadataProperties

        public Map<String,​Object> getMetadataProperties()
      • setMetadataProperties

        public void setMetadataProperties​(Map<String,​Object> metadataProperties)
      • getScopeType

        public String getScopeType()
      • setScopeType

        public void setScopeType​(String scopeType)
      • getScopeId

        public String getScopeId()
      • setScopeId

        public void setScopeId​(String scopeId)
      • getProcessInstanceId

        public String getProcessInstanceId()
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getTaskId

        public String getTaskId()
      • setTaskId

        public void setTaskId​(String taskId)