Interface IResolvedFileSourceWorkflowNode
- All Superinterfaces:
IResolvedFileSourceDetails
,Serializable
- All Known Implementing Classes:
ResolvedFileSourceWorkflowNode
A
IResolvedFileSourceDetails
for files created by a previously executed node.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode
-
Method Details
-
getNodeId
long getNodeId()- Returns:
- The ID of the
WorkflowNode
.
-
getNodeName
String getNodeName()- Returns:
- The name of the workflow node.
-
getType
- Specified by:
getType
in interfaceIResolvedFileSourceDetails
- Returns:
- The enum constant corresponding to this source type.
-