public class ContentItemWithMetadataImpl extends Object implements ContentItemWithMetadata, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CoreContentItem |
contentItem |
protected Map<String,Object> |
metadataValues |
| Constructor and Description |
|---|
ContentItemWithMetadataImpl() |
ContentItemWithMetadataImpl(CoreContentItem contentItem,
Map<String,Object> metadataValues) |
protected CoreContentItem contentItem
public ContentItemWithMetadataImpl()
public ContentItemWithMetadataImpl(CoreContentItem contentItem, Map<String,Object> metadataValues)
public String getId()
getId in interface org.flowable.content.api.ContentItempublic String getName()
getName in interface org.flowable.content.api.ContentItempublic void setName(String name)
setName in interface org.flowable.content.api.ContentItempublic String getMimeType()
getMimeType in interface org.flowable.content.api.ContentItempublic void setMimeType(String mimeType)
setMimeType in interface org.flowable.content.api.ContentItempublic String getTaskId()
getTaskId in interface org.flowable.content.api.ContentItempublic void setTaskId(String taskId)
setTaskId in interface org.flowable.content.api.ContentItempublic String getProcessInstanceId()
getProcessInstanceId in interface org.flowable.content.api.ContentItempublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface org.flowable.content.api.ContentItempublic String getScopeId()
getScopeId in interface org.flowable.content.api.ContentItempublic void setScopeId(String scopeId)
setScopeId in interface org.flowable.content.api.ContentItempublic String getScopeType()
getScopeType in interface org.flowable.content.api.ContentItempublic void setScopeType(String scopeType)
setScopeType in interface org.flowable.content.api.ContentItempublic String getContentStoreId()
getContentStoreId in interface org.flowable.content.api.ContentItempublic void setContentStoreId(String contentStoreId)
setContentStoreId in interface org.flowable.content.api.ContentItempublic String getContentStoreName()
getContentStoreName in interface org.flowable.content.api.ContentItempublic void setContentStoreName(String contentStoreName)
setContentStoreName in interface org.flowable.content.api.ContentItempublic boolean isContentAvailable()
isContentAvailable in interface org.flowable.content.api.ContentItempublic String getField()
getField in interface org.flowable.content.api.ContentItempublic void setField(String field)
setField in interface org.flowable.content.api.ContentItempublic Long getContentSize()
getContentSize in interface org.flowable.content.api.ContentItempublic Integer getVersion()
getVersion in interface CoreContentItempublic void setVersion(Integer version)
setVersion in interface CoreContentItempublic String getVersionInfo()
getVersionInfo in interface CoreContentItempublic void setVersionInfo(String versionInfo)
setVersionInfo in interface CoreContentItempublic String getVersionParentId()
getVersionParentId in interface CoreContentItempublic void setVersionParentId(String versionParentId)
setVersionParentId in interface CoreContentItempublic String getDefinitionId()
getDefinitionId in interface CoreContentItempublic void setDefinitionId(String definitionId)
setDefinitionId in interface CoreContentItempublic String getDefinitionName()
getDefinitionName in interface CoreContentItempublic String getState()
getState in interface CoreContentItempublic void setState(String state)
setState in interface CoreContentItempublic String getSubState()
getSubState in interface CoreContentItempublic void setSubState(String subState)
setSubState in interface CoreContentItempublic String getType()
getType in interface CoreContentItempublic void setType(String type)
setType in interface CoreContentItempublic String getSubType()
getSubType in interface CoreContentItempublic void setSubType(String subType)
setSubType in interface CoreContentItempublic String getLockInfo()
getLockInfo in interface CoreContentItempublic void setLockInfo(String lockInfo)
setLockInfo in interface CoreContentItempublic String getParentFolderId()
getParentFolderId in interface CoreContentItempublic void setParentFolderId(String parentFolderId)
setParentFolderId in interface CoreContentItempublic String getBaseFolderId()
getBaseFolderId in interface CoreContentItempublic void setBaseFolderId(String baseFolderId)
setBaseFolderId in interface CoreContentItempublic boolean isRootFolder()
isRootFolder in interface CoreContentItempublic boolean isScopedChildFolder()
isScopedChildFolder in interface CoreContentItempublic String getTenantId()
getTenantId in interface org.flowable.content.api.ContentItempublic void setTenantId(String tenantId)
setTenantId in interface org.flowable.content.api.ContentItempublic Date getCreated()
getCreated in interface org.flowable.content.api.ContentItempublic String getCreatedBy()
getCreatedBy in interface org.flowable.content.api.ContentItempublic void setCreatedBy(String createdBy)
setCreatedBy in interface org.flowable.content.api.ContentItempublic Date getLastModified()
getLastModified in interface org.flowable.content.api.ContentItempublic String getLastModifiedBy()
getLastModifiedBy in interface org.flowable.content.api.ContentItempublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface org.flowable.content.api.ContentItempublic boolean isProvisional()
isProvisional in interface org.flowable.content.api.ContentItempublic void setProvisional(boolean provisional)
setProvisional in interface org.flowable.content.api.ContentItempublic CoreContentItem getContentItem()
getContentItem in interface ContentItemWithMetadatapublic Map<String,Object> getMetadataValues()
getMetadataValues in interface ContentItemWithMetadataCopyright © 2019. All rights reserved.