Class ContentItemJsonRepresentation
java.lang.Object
com.flowable.platform.common.content.ContentItemJsonRepresentation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected Long
protected String
protected String
protected Date
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Integer
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getState()
getType()
boolean
boolean
void
setContentAvailable
(boolean contentAvailable) void
setContentSize
(Long contentSize) void
setContentStoreId
(String contentStoreId) void
setContentStoreName
(String contentStoreName) void
setCreated
(Date created) void
setCreatedBy
(String createdBy) void
setDefinitionId
(String definitionId) void
setDefinitionName
(String definitionName) void
void
setLastModified
(Date lastModified) void
setLastModifiedBy
(String lastModifiedBy) void
setLockInfo
(String lockInfo) void
setMetadataProperties
(Map<String, Object> metadataProperties) void
setMimeType
(String mimeType) void
void
setParentFolderId
(String parentFolderId) void
setProcessInstanceId
(String processInstanceId) void
setProvisional
(boolean provisional) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
void
setSubState
(String subState) void
setSubType
(String subType) void
void
setTenantId
(String tenantId) void
void
setVersion
(Integer version) void
setVersionInfo
(String versionInfo) void
setVersionParentId
(String versionParentId)
-
Field Details
-
id
-
name
-
version
-
versionInfo
-
mimeType
-
taskId
-
processInstanceId
-
scopeId
-
scopeType
-
contentStoreId
-
contentStoreName
-
contentAvailable
protected boolean contentAvailable -
contentSize
-
created
-
createdBy
-
lastModified
-
lastModifiedBy
-
versionParentId
-
definitionId
-
definitionName
-
type
-
subType
-
state
-
subState
-
tenantId
-
provisional
protected boolean provisional -
lockInfo
-
parentFolderId
-
metadataProperties
-
-
Constructor Details
-
ContentItemJsonRepresentation
public ContentItemJsonRepresentation() -
ContentItemJsonRepresentation
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getVersion
-
setVersion
-
getVersionInfo
-
setVersionInfo
-
getMimeType
-
setMimeType
-
getTaskId
-
setTaskId
-
getProcessInstanceId
-
setProcessInstanceId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getContentStoreId
-
setContentStoreId
-
getContentStoreName
-
setContentStoreName
-
isContentAvailable
public boolean isContentAvailable() -
setContentAvailable
public void setContentAvailable(boolean contentAvailable) -
getContentSize
-
setContentSize
-
getCreated
-
setCreated
-
getCreatedBy
-
setCreatedBy
-
getLastModified
-
setLastModified
-
getLastModifiedBy
-
setLastModifiedBy
-
getVersionParentId
-
setVersionParentId
-
getDefinitionId
-
setDefinitionId
-
getDefinitionName
-
setDefinitionName
-
getType
-
setType
-
getSubType
-
setSubType
-
getState
-
setState
-
getSubState
-
setSubState
-
getTenantId
-
setTenantId
-
isProvisional
public boolean isProvisional() -
setProvisional
public void setProvisional(boolean provisional) -
getLockInfo
-
setLockInfo
-
getParentFolderId
-
setParentFolderId
-
getMetadataProperties
-
setMetadataProperties
-