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 ofIResolvedAttachmentSourceSearch
.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedAttachmentSourceSearch(String fileNamePattern, Set<EAttachmentSource> sourceTypes)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileNamePattern()
Set<EAttachmentSource>
getSourceTypes()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceSearch
getType
-
-
-
-
Constructor Detail
-
ResolvedAttachmentSourceSearch
public ResolvedAttachmentSourceSearch(String fileNamePattern, Set<EAttachmentSource> sourceTypes)
Creates a new POJO instance with the given data.- Parameters:
fileNamePattern
- Value returned bygetFileNamePattern()
.sourceTypes
- Value returned bygetSourceTypes()
.
-
-
Method Detail
-
getFileNamePattern
public String getFileNamePattern()
- Specified by:
getFileNamePattern
in interfaceIResolvedAttachmentSourceSearch
- Returns:
- The filename pattern that was used for the attachment search.
-
getSourceTypes
public Set<EAttachmentSource> getSourceTypes()
- Specified by:
getSourceTypes
in interfaceIResolvedAttachmentSourceSearch
- Returns:
- The source types the attachment search was limited to.
-
-