Class ResolvedFileSourceUrl
- java.lang.Object
 - 
- de.xima.fc.workflow.processor.model.ResolvedFileSourceUrl
 
 
- 
- All Implemented Interfaces:
 IResolvedFileSourceDetails,IResolvedFileSourceUrl,Serializable
public final class ResolvedFileSourceUrl extends Object implements IResolvedFileSourceUrl
Default POJO implementation ofIResolvedFileSourceUrl.- Since:
 - 7.0.5
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResolvedFileSourceUrl(String url)Creates a new POJO instance with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()- 
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.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceUrl
getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUrl
public String getUrl()
- Specified by:
 getUrlin interfaceIResolvedFileSourceUrl- Returns:
 - The URL pointing to the resource.
 
 
 - 
 
 -