Class ResolvedFileSourceUrl
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFileSourceUrl
- All Implemented Interfaces:
IResolvedFileSourceDetails
,IResolvedFileSourceUrl
,Serializable
Default POJO implementation of
IResolvedFileSourceUrl
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceUrl
getType
-
Constructor Details
-
ResolvedFileSourceUrl
Creates a new POJO instance with the given data.- Parameters:
url
- Value returned bygetUrl()
.
-
-
Method Details
-
getUrl
- Specified by:
getUrl
in interfaceIResolvedFileSourceUrl
- Returns:
- The URL pointing to the resource.
-