public class DocumentMetadataHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CoreContentService |
contentService |
protected DocumentRepositoryService |
documentRepositoryService |
protected MetadataService |
metadataService |
| Constructor and Description |
|---|
DocumentMetadataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleVariableForContentItem(List<Map<String,Object>> attachmentVariables,
CoreContentItem contentItem) |
void |
handleVariableForContentItems(List<Map<String,Object>> attachmentVariables,
List<CoreContentItem> contentItems) |
@Autowired(required=false) protected CoreContentService contentService
@Autowired(required=false) protected MetadataService metadataService
@Autowired(required=false) protected DocumentRepositoryService documentRepositoryService
public void handleVariableForContentItems(List<Map<String,Object>> attachmentVariables, List<CoreContentItem> contentItems)
public void handleVariableForContentItem(List<Map<String,Object>> attachmentVariables, CoreContentItem contentItem)