public class ContentItemRepresentation extends AbstractRepresentation
| 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 String |
mimeType |
protected String |
name |
protected String |
simpleType |
| Constructor and Description |
|---|
ContentItemRepresentation() |
ContentItemRepresentation(ContentItem content,
SimpleContentTypeMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentStoreId() |
String |
getContentStoreName() |
Date |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
String |
getMimeType() |
String |
getName() |
String |
getSimpleType() |
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 |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setSimpleType(String simpleType) |
protected String id
protected String name
protected boolean contentAvailable
protected String contentStoreId
protected String contentStoreName
protected String mimeType
protected String simpleType
protected Date created
protected String createdBy
public ContentItemRepresentation()
public ContentItemRepresentation(ContentItem content, SimpleContentTypeMapper mapper)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Date getCreated()
public void setCreated(Date created)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public boolean isContentAvailable()
public void setContentAvailable(boolean contentAvailable)
public String getContentStoreId()
public void setContentStoreId(String contentStoreId)
public String getContentStoreName()
public void setContentStoreName(String contentStoreName)
public String getMimeType()
public void setMimeType(String mimeType)
public String getSimpleType()
public void setSimpleType(String simpleType)
Copyright © 2021 Flowable. All rights reserved.