Class ResolvedAttachmentSourceSearch
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedAttachmentSourceSearch
- All Implemented Interfaces:
IResolvedAttachmentSourceDetails,IResolvedAttachmentSourceSearch,Serializable
public final class ResolvedAttachmentSourceSearch
extends Object
implements IResolvedAttachmentSourceSearch
Default POJO implementation of
IResolvedAttachmentSourceSearch.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedAttachmentSourceSearch(String fileNamePattern, Set<EAttachmentSource> sourceTypes) Creates a new POJO instance with the given data. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUploadMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceSearch
getType
-
Constructor Details
-
ResolvedAttachmentSourceSearch
Creates a new POJO instance with the given data.- Parameters:
fileNamePattern- Value returned bygetFileNamePattern().sourceTypes- Value returned bygetSourceTypes().
-
-
Method Details
-
getFileNamePattern
- Specified by:
getFileNamePatternin interfaceIResolvedAttachmentSourceSearch- Returns:
- The filename pattern that was used for the attachment search.
-
getSourceTypes
- Specified by:
getSourceTypesin interfaceIResolvedAttachmentSourceSearch- Returns:
- The source types the attachment search was limited to.
-