Class ContentItemRepresentation
- java.lang.Object
-
- com.flowable.platform.service.content.ContentItemRepresentation
-
- Direct Known Subclasses:
FolderItem
public class ContentItemRepresentation extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
contentAvailable
protected String
contentStoreId
protected String
contentStoreName
protected Date
created
protected String
createdBy
protected String
definitionId
protected String
downloadUrl
protected String
id
protected Date
lastModified
protected String
lastModifiedBy
protected Map<String,Object>
metadataProperties
protected String
mimeType
protected String
name
protected String
parentFolderId
protected boolean
pdfRenditionAvailable
protected String
pdfUrl
protected String
previewUrl
protected String
processInstanceId
protected String
scopeId
protected String
scopeType
protected String
simpleType
protected Long
size
protected String
state
protected String
subState
protected String
subType
protected String
taskId
protected String
thumbnail
protected boolean
thumbnailRenditionAvailable
protected String
type
protected Integer
version
protected String
versionInfo
protected String
versionParentId
-
Constructor Summary
Constructors Constructor Description ContentItemRepresentation()
ContentItemRepresentation(CoreContentItem content, SimpleContentTypeMapper mapper)
-
Method Summary
-
-
-
Field Detail
-
id
protected String id
-
name
protected String name
-
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
-
type
protected String type
-
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
-
-
Constructor Detail
-
ContentItemRepresentation
public ContentItemRepresentation()
-
ContentItemRepresentation
public ContentItemRepresentation(CoreContentItem content, SimpleContentTypeMapper mapper)
-
-
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)
-
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)
-
-