Package org.flowable.content.api
Interface ContentItem
public interface ContentItem
An object structure representing a piece of content.
- Author:
- Tijs Rademakers, Joram Barez
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
getId()
unique identifiergetName()
boolean
boolean
void
setContentStoreId
(String contentStoreId) void
setContentStoreName
(String contentStoreName) void
setCreatedBy
(String createdBy) void
void
setLastModifiedBy
(String lastModifiedBy) void
setMimeType
(String mimeType) void
void
setProcessInstanceId
(String processInstanceId) void
setProvisional
(boolean provisional) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
void
setTenantId
(String tenantId)
-
Method Details
-
getId
String getId()unique identifier -
getName
String getName() -
setName
-
getMimeType
String getMimeType() -
setMimeType
-
getTaskId
String getTaskId() -
setTaskId
-
getProcessInstanceId
String getProcessInstanceId() -
setProcessInstanceId
-
getScopeId
String getScopeId() -
setScopeId
-
getScopeType
String getScopeType() -
setScopeType
-
getContentStoreId
String getContentStoreId() -
setContentStoreId
-
getContentStoreName
String getContentStoreName() -
setContentStoreName
-
isContentAvailable
boolean isContentAvailable() -
getField
String getField() -
setField
-
getContentSize
Long getContentSize() -
getTenantId
String getTenantId() -
setTenantId
-
getCreated
Date getCreated() -
getCreatedBy
String getCreatedBy() -
setCreatedBy
-
getLastModified
Date getLastModified() -
getLastModifiedBy
String getLastModifiedBy() -
setLastModifiedBy
-
isProvisional
boolean isProvisional() -
setProvisional
void setProvisional(boolean provisional)
-