Interface IResolvedFileSourceUrl
-
- All Superinterfaces:
IResolvedFileSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedFileSourceUrl
public interface IResolvedFileSourceUrl extends IResolvedFileSourceDetails
AIResolvedFileSourceDetails
for files obtained from an external URL.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EResourceItemType
getType()
String
getUrl()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode
-
-
-
-
Method Detail
-
getType
default EResourceItemType getType()
- Specified by:
getType
in interfaceIResolvedFileSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
getUrl
String getUrl()
- Returns:
- The URL pointing to the resource.
-
-