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