Interface IResolvedFileSourceWorkflowNode
-
- All Superinterfaces:
IResolvedFileSourceDetails,Serializable
- All Known Implementing Classes:
ResolvedFileSourceWorkflowNode
public interface IResolvedFileSourceWorkflowNode extends IResolvedFileSourceDetails
AIResolvedFileSourceDetailsfor files created by a previously executed node.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetFileKey()Gets the type of the resolved file, seeIFileValueDescriptor.getFiles().longgetNodeId()StringgetNodeName()default EResourceItemTypegetType()-
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
-
getNodeId
long getNodeId()
- Returns:
- The ID of the
WorkflowNode.
-
getNodeName
String getNodeName()
- Returns:
- The name of the workflow node.
-
getType
default EResourceItemType getType()
- Specified by:
getTypein interfaceIResolvedFileSourceDetails- Returns:
- The enum constant corresponding to this source type.
-
-