Uses of Class
com.flowable.platform.service.content.ContentItemRepresentation
-
Uses of ContentItemRepresentation in com.flowable.platform.service.content
Modifier and TypeMethodDescriptionContentItemJsonMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) ContentItemJsonMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected ContentItemRepresentation
ContentItemJsonMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) PlatformContentItemService.createContentItem
(MultipartFile file, String userId) protected ContentItemRepresentation
PlatformContentItemService.createContentItem
(MultipartFile file, String userId, String taskId, String processInstanceId, String caseId, boolean provisional) PlatformContentItemService.createContentItemOnCaseInstance
(String caseInstanceId, String userId, MultipartFile file) PlatformContentItemService.createContentItemOnProcessInstance
(String processInstanceId, String userId, MultipartFile file) PlatformContentItemService.createContentItemOnTask
(String taskId, String userId, MultipartFile file) PlatformContentItemService.createContentItemResponse
(CoreContentItem contentItem) protected ContentItemRepresentation
PlatformContentItemService.createContentItemResponse
(CoreContentItem contentItem, Map<String, Object> metadataValues) PlatformContentItemService.createNewContentItemVersion
(String contentItemId, MultipartFile file, boolean validateContentItemPermissions) protected ContentItemRepresentation
PlatformContentItemService.createNewContentItemVersion
(MultipartFile file, CoreContentItem dbContentItem) PlatformContentItemService.createNewContentItemVersionOnCaseInstance
(String caseInstanceId, String contentItemId, MultipartFile file) PlatformContentItemService.createNewContentItemVersionOnProcessInstance
(String processInstanceId, String contentItemId, MultipartFile file) PlatformContentItemService.createNewContentItemVersionOnTask
(String taskId, String contentItemId, MultipartFile file) PlatformContentItemService.createProvisionalContentItem
(MultipartFile file, String userId) PlatformContentItemService.createProvisionalContentItemOnTask
(String taskId, String userId, MultipartFile file, boolean provisional) PlatformContentItemService.getContentItemWithFolderPath
(String folderTreeValue) protected ContentItemRepresentation
PlatformContentItemService.revertContentItemVersion
(CoreContentItem dbContentItem, CoreContentItem previousDbContentItem) PlatformContentItemService.revertContentItemVersion
(String contentItemId, String previousContentItemId) Modifier and TypeMethodDescriptionprotected List<ContentItemRepresentation>
PlatformContentItemService.createResultRepresentation
(List<CoreContentItem> results) protected Comparator<ContentItemRepresentation>
PlatformContentItemService.getContentComparator
(String sort, String order) PlatformContentItemService.getContentItemsForCase
(String caseInstanceId) PlatformContentItemService.getContentItemsForProcessInstance
(String processInstanceId) PlatformContentItemService.getContentItemsForTask
(String taskId) PlatformContentItemService.getContentItemVersions
(String contentItemId) Modifier and TypeMethodDescriptionvoid
ContentItemResultMapper.Enhancer.enhance
(ContentItemRepresentation response, com.fasterxml.jackson.databind.JsonNode sourceNode) Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.default void
ContentItemResultMapper.Enhancer.enhanceHitNode
(ContentItemRepresentation response, com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance the content item hit with additional data from the full hit document, not just the source within it (e.g. -
Uses of ContentItemRepresentation in com.flowable.platform.service.util
Modifier and TypeMethodDescriptionstatic ContentItemRepresentation
PlatformFormUtil.transformContentItem
(CoreContentItem contentItem, SimpleContentTypeMapper simpleTypeMapper) protected static ContentItemRepresentation
PlatformFormUtil.transformContentItemWithFormMetadata
(CoreContentItem contentItem, com.fasterxml.jackson.databind.node.ObjectNode itemNode, CoreContentService contentService, SimpleContentTypeMapper simpleTypeMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static ContentItemRepresentation
PlatformFormUtil.transformContentItemWithoutMetadata
(CoreContentItem contentItem, SimpleContentTypeMapper simpleTypeMapper) Modifier and TypeMethodDescriptionstatic List<ContentItemRepresentation>
PlatformFormUtil.transformContentItems
(List<? extends CoreContentItem> contentItems, SimpleContentTypeMapper simpleTypeMapper)