Uses of Interface
de.xima.fc.interfaces.workflow.execution.IAttachmentSearchOptions
-
Packages that use IAttachmentSearchOptions Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of IAttachmentSearchOptions in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IAttachmentSearchOptions Modifier and Type Method Description IResolvedAttachmentList
IWorkflowFileHandler. resolveReferencedAttachments(WorkflowNode node, IReferencedAttachmentList attachmentList, IAttachmentSearchOptions options)
Returns the attachments represented by the given descriptor. -
Uses of IAttachmentSearchOptions in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement IAttachmentSearchOptions Modifier and Type Class Description class
ECommonAttachmentSearchOptions
Common implementations ofIAttachmentSearchOptions
.
-