Class DocumentMetadataHandler
- java.lang.Object
-
- com.flowable.platform.service.content.DocumentMetadataHandler
-
public class DocumentMetadataHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreContentService
contentService
protected DocumentRepositoryService
documentRepositoryService
protected MetadataService
metadataService
-
Constructor Summary
Constructors Constructor Description DocumentMetadataHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleVariableForContentItem(List<Map<String,Object>> attachmentVariables, CoreContentItem contentItem)
void
handleVariableForContentItems(List<Map<String,Object>> attachmentVariables, List<CoreContentItem> contentItems)
-
-
-
Field Detail
-
contentService
@Autowired(required=false) protected CoreContentService contentService
-
metadataService
@Autowired(required=false) protected MetadataService metadataService
-
documentRepositoryService
@Autowired(required=false) protected DocumentRepositoryService documentRepositoryService
-
-
Method Detail
-
handleVariableForContentItems
public void handleVariableForContentItems(List<Map<String,Object>> attachmentVariables, List<CoreContentItem> contentItems)
-
handleVariableForContentItem
public void handleVariableForContentItem(List<Map<String,Object>> attachmentVariables, CoreContentItem contentItem)
-
-