Package com.flowable.platform.common.el.content
package com.flowable.platform.common.el.content
-
ClassesClassDescriptionThe following expressions are valid:
content:getContentItem(<contentItemId>)- Get the content item with the given idcontent:getContentItemData(<contentItemId>)- Get the binary data of the content item as an InputStreamcontent:getMetadataValues(<contentItemId>)- Get all metadata values for the content item with the given idcontent:getMetadataValue(<contentItemId>, <metadataName>)- Get a specific metadata value for the content item with the given idcontent:getRenditionItem(<renditionItemId>)- Get the rendition item with the given idcontent:getRenditionByType(<contentItemId>, <renditionType>)- Get the rendition item for the given content item and rendition type (e.g. pdf, thumbnail, structured)content:getRenditionItemData(<renditionItemId>)- Get the binary data of the rendition item as an InputStreamcontent:getRenditionItemDataByType(<contentItemId>, <renditionType>)- Get the binary data of the rendition item matching the given type for the content itemBean that exposes content item functions for use in Freemarker templates.