public class ContentItemResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
contentAvailable |
protected String |
contentStoreId |
protected String |
contentStoreName |
protected Date |
created |
protected String |
createdBy |
protected String |
id |
protected Date |
lastModified |
protected String |
lastModifiedBy |
protected String |
mimeType |
protected String |
name |
protected String |
processInstanceId |
protected String |
taskId |
protected String |
tenantId |
protected String |
url |
| Constructor and Description |
|---|
ContentItemResponse(org.flowable.content.api.ContentItem contentItem,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentStoreId() |
String |
getContentStoreName() |
Date |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
Date |
getLastModified() |
String |
getLastModifiedBy() |
String |
getMimeType() |
String |
getName() |
String |
getProcessInstanceId() |
String |
getTaskId() |
String |
getTenantId() |
String |
getUrl() |
boolean |
isContentAvailable() |
void |
setContentAvailable(boolean contentAvailable) |
void |
setContentStoreId(String contentStoreId) |
void |
setContentStoreName(String contentStoreName) |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setId(String id) |
void |
setLastModified(Date lastModified) |
void |
setLastModifiedBy(String lastModifiedBy) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTenantId(String tenantId) |
void |
setUrl(String url) |
protected String id
protected String name
protected String mimeType
protected String taskId
protected String processInstanceId
protected String contentStoreId
protected String contentStoreName
protected boolean contentAvailable
protected String tenantId
protected Date created
protected String createdBy
protected Date lastModified
protected String lastModifiedBy
protected String url
public ContentItemResponse(org.flowable.content.api.ContentItem contentItem,
String url)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getMimeType()
public void setMimeType(String mimeType)
public String getTaskId()
public void setTaskId(String taskId)
public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public String getContentStoreId()
public void setContentStoreId(String contentStoreId)
public String getContentStoreName()
public void setContentStoreName(String contentStoreName)
public boolean isContentAvailable()
public void setContentAvailable(boolean contentAvailable)
public String getTenantId()
public void setTenantId(String tenantId)
public Date getCreated()
public void setCreated(Date created)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getLastModified()
public void setLastModified(Date lastModified)
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
public String getUrl()
public void setUrl(String url)
Copyright © 2020 Flowable. All rights reserved.