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, waitMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUploadMethods 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:
getUploadElementNamein interfaceIResolvedAttachmentSourceUpload- Returns:
- The name of the form upload element.
-