Uses of Class
de.xima.fc.workflow.processor.value.common.FileItemDescriptor
-
Packages that use FileItemDescriptor Package Description de.xima.fc.workflow.processor.value.common -
-
Uses of FileItemDescriptor in de.xima.fc.workflow.processor.value.common
Fields in de.xima.fc.workflow.processor.value.common declared as FileItemDescriptor Modifier and Type Field Description static FileItemDescriptor
CommonRecordValueDescriptors. FILE_ITEM
AIValueDescriptor
for the metadata of a file, consisting of a file name, base name, extension, and file size.Methods in de.xima.fc.workflow.processor.value.common with parameters of type FileItemDescriptor Modifier and Type Method Description AttachmentDescriptor
AttachmentDescriptor. withFileItem(FileItemDescriptor fileItemDescriptor)
Derives a newAttachmentDescriptor
from this descriptor with the file property added, corresponding toAttachment.getFileEntity()
.
-