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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTriggerMethods inherited from interface IResolvedFileSourceUrl
getType
-
Constructor Details
-
ResolvedFileSourceUrl
-
-
Method Details
-
getUrl
- Specified by:
getUrlin interfaceIResolvedFileSourceUrl- Returns:
- The URL pointing to the resource.
-