Uses of Class
com.flowable.platform.service.content.ContentItemRepresentation
-
Packages that use ContentItemRepresentation Package Description com.flowable.platform.service.content com.flowable.platform.service.util -
-
Uses of ContentItemRepresentation in com.flowable.platform.service.content
Subclasses of ContentItemRepresentation in com.flowable.platform.service.content Modifier and Type Class Description classFolderItemMethods in com.flowable.platform.service.content that return ContentItemRepresentation Modifier and Type Method Description ContentItemRepresentationContentItemJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode sourceNode)ContentItemRepresentationContentItemJsonMapper. convertHit(com.fasterxml.jackson.databind.JsonNode hitNode)protected ContentItemRepresentationContentItemJsonMapper. convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode)ContentItemRepresentationPlatformContentItemService. createContentItem(org.springframework.web.multipart.MultipartFile file, java.lang.String userId)protected ContentItemRepresentationPlatformContentItemService. createContentItem(org.springframework.web.multipart.MultipartFile file, java.lang.String userId, java.lang.String taskId, java.lang.String processInstanceId, java.lang.String caseId, boolean provisional)ContentItemRepresentationPlatformContentItemService. createContentItemOnCaseInstance(java.lang.String caseInstanceId, java.lang.String userId, org.springframework.web.multipart.MultipartFile file)ContentItemRepresentationPlatformContentItemService. createContentItemOnProcessInstance(java.lang.String processInstanceId, java.lang.String userId, org.springframework.web.multipart.MultipartFile file)ContentItemRepresentationPlatformContentItemService. createContentItemOnTask(java.lang.String taskId, java.lang.String userId, org.springframework.web.multipart.MultipartFile file)protected ContentItemRepresentationPlatformContentItemService. createContentItemResponse(com.flowable.core.content.api.CoreContentItem contentItem)ContentItemRepresentationPlatformContentItemService. createNewContentItemVersion(java.lang.String contentItemId, org.springframework.web.multipart.MultipartFile file, boolean validateContentItemPermissions)protected ContentItemRepresentationPlatformContentItemService. createNewContentItemVersion(org.springframework.web.multipart.MultipartFile file, com.flowable.core.content.api.CoreContentItem dbContentItem)ContentItemRepresentationPlatformContentItemService. createNewContentItemVersionOnCaseInstance(java.lang.String caseInstanceId, java.lang.String contentItemId, org.springframework.web.multipart.MultipartFile file)ContentItemRepresentationPlatformContentItemService. createNewContentItemVersionOnProcessInstance(java.lang.String processInstanceId, java.lang.String contentItemId, org.springframework.web.multipart.MultipartFile file)ContentItemRepresentationPlatformContentItemService. createNewContentItemVersionOnTask(java.lang.String taskId, java.lang.String contentItemId, org.springframework.web.multipart.MultipartFile file)ContentItemRepresentationPlatformContentItemService. createProvisionalContentItem(org.springframework.web.multipart.MultipartFile file, java.lang.String userId)ContentItemRepresentationPlatformContentItemService. createProvisionalContentItemOnTask(java.lang.String taskId, java.lang.String userId, org.springframework.web.multipart.MultipartFile file, boolean provisional)protected ContentItemRepresentationPlatformContentItemService. revertContentItemVersion(com.flowable.core.content.api.CoreContentItem dbContentItem, com.flowable.core.content.api.CoreContentItem previousDbContentItem)ContentItemRepresentationPlatformContentItemService. revertContentItemVersion(java.lang.String contentItemId, java.lang.String previousContentItemId)Methods in com.flowable.platform.service.content that return types with arguments of type ContentItemRepresentation Modifier and Type Method Description protected java.util.List<ContentItemRepresentation>PlatformContentItemService. createResultRepresentation(java.util.List<com.flowable.core.content.api.CoreContentItem> results)java.util.List<ContentItemRepresentation>PlatformContentItemService. getContentItemsForCase(java.lang.String caseInstanceId)java.util.List<ContentItemRepresentation>PlatformContentItemService. getContentItemsForProcessInstance(java.lang.String processInstanceId)java.util.List<ContentItemRepresentation>PlatformContentItemService. getContentItemsForTask(java.lang.String taskId)java.util.List<ContentItemRepresentation>PlatformContentItemService. getContentItemVersions(java.lang.String contentItemId)Methods in com.flowable.platform.service.content with parameters of type ContentItemRepresentation Modifier and Type Method Description voidContentItemResultMapper.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 voidContentItemResultMapper.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.Constructors in com.flowable.platform.service.content with parameters of type ContentItemRepresentation Constructor Description FolderItem(ContentItemRepresentation content) -
Uses of ContentItemRepresentation in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util that return ContentItemRepresentation Modifier and Type Method Description static ContentItemRepresentationPlatformFormUtil. transformContentItem(com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, com.flowable.core.content.api.RenditionService renditionService, com.flowable.core.content.api.MetadataService metadataService, SimpleContentTypeMapper simpleTypeMapper)protected static ContentItemRepresentationPlatformFormUtil. transformContentItemWithFormMetadata(com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, com.fasterxml.jackson.databind.node.ObjectNode itemNode, com.flowable.core.content.api.CoreContentService contentService, com.flowable.core.content.api.RenditionService renditionService, SimpleContentTypeMapper simpleTypeMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected static ContentItemRepresentationPlatformFormUtil. transformContentItemWithoutMetadata(com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, com.flowable.core.content.api.RenditionService renditionService, SimpleContentTypeMapper simpleTypeMapper)
-