Interface IResolvedFileSourceClientFile
-
- All Superinterfaces:
IResolvedFileSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedFileSourceClientFile
public interface IResolvedFileSourceClientFile extends IResolvedFileSourceDetails
AIResolvedFileSourceDetails
for a file from the client.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description long
getFileId()
default EResourceItemType
getType()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
-
-
-
Method Detail
-
getFileId
long getFileId()
- Returns:
- The ID of the
MandantRessource
.
-
getType
default EResourceItemType getType()
- Specified by:
getType
in interfaceIResolvedFileSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
-