Class ResolvedAttachmentSourceUpload
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedAttachmentSourceUpload
- All Implemented Interfaces:
IResolvedAttachmentSourceDetails
,IResolvedAttachmentSourceUpload
,Serializable
public final class ResolvedAttachmentSourceUpload
extends Object
implements IResolvedAttachmentSourceUpload
Default POJO implementation of
IResolvedAttachmentSourceUpload
.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedAttachmentSourceUpload
(String uploadElementName) Creates a new POJO instance with the given data. -
Method Summary
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.IResolvedAttachmentSourceUpload
getType
-
Constructor Details
-
ResolvedAttachmentSourceUpload
Creates a new POJO instance with the given data.- Parameters:
uploadElementName
- Value returned bygetUploadElementName()
.
-
-
Method Details
-
getUploadElementName
- Specified by:
getUploadElementName
in interfaceIResolvedAttachmentSourceUpload
- Returns:
- The name of the form upload element.
-