Interface IResolvedFileSourceWorkflowTrigger
-
- All Superinterfaces:
IResolvedFileSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedFileSourceWorkflowTrigger
public interface IResolvedFileSourceWorkflowTrigger extends IResolvedFileSourceDetails
AIResolvedFileSourceDetails
for files created by a previously executed trigger.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getFileKey()
Gets the type of the resolved file, seeIFileValueDescriptor.getFiles()
.long
getTriggerId()
String
getTriggerName()
default EResourceItemType
getType()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
-
-
-
Method Detail
-
getFileKey
String getFileKey()
Gets the type of the resolved file, seeIFileValueDescriptor.getFiles()
.- Returns:
- The type of the resolved file.
- Since:
- 8.2.0
-
getTriggerId
long getTriggerId()
- Returns:
- The ID of the
WorkflowTrigger
.
-
getTriggerName
String getTriggerName()
- Returns:
- The name of the workflow trigger.
-
getType
default EResourceItemType getType()
- Specified by:
getType
in interfaceIResolvedFileSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-
-