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 ofIResolvedAttachmentSourceUpload.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResolvedAttachmentSourceUpload(String uploadElementName)Creates a new POJO instance with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUploadElementName()- 
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 Detail
- 
ResolvedAttachmentSourceUpload
public ResolvedAttachmentSourceUpload(String uploadElementName)
Creates a new POJO instance with the given data.- Parameters:
 uploadElementName- Value returned bygetUploadElementName().
 
 - 
 
- 
Method Detail
- 
getUploadElementName
public String getUploadElementName()
- Specified by:
 getUploadElementNamein interfaceIResolvedAttachmentSourceUpload- Returns:
 - The name of the form upload element.
 
 
 - 
 
 -