Class ResolvedFileSourceWorkflowNode
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFileSourceWorkflowNode
- All Implemented Interfaces:
IResolvedFileSourceDetails, IResolvedFileSourceWorkflowNode, Serializable
public final class ResolvedFileSourceWorkflowNode
extends Object
implements IResolvedFileSourceWorkflowNode
Default POJO implementation of
IResolvedFileSourceWorkflowNode.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceWorkflowNode(long nodeId, String nodeName, String fileKey) Creates a new POJO instance with the given data. -
Method Summary
Modifier and TypeMethodDescriptionGets the type of the resolved file, seeIFileValueDescriptor.getFiles().longMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTriggerMethods inherited from interface IResolvedFileSourceWorkflowNode
getType
-
Constructor Details
-
ResolvedFileSourceWorkflowNode
Creates a new POJO instance with the given data.- Parameters:
nodeId- Value returned bygetNodeId().nodeName- Value returned bygetNodeName().fileKey- Value returned bygetFileKey().
-
-
Method Details
-
getFileKey
Description copied from interface:IResolvedFileSourceWorkflowNodeGets the type of the resolved file, seeIFileValueDescriptor.getFiles().- Specified by:
getFileKeyin interfaceIResolvedFileSourceWorkflowNode- Returns:
- The type of the resolved file.
-
getNodeId
public long getNodeId()- Specified by:
getNodeIdin interfaceIResolvedFileSourceWorkflowNode- Returns:
- The ID of the
WorkflowNode.
-
getNodeName
- Specified by:
getNodeNamein interfaceIResolvedFileSourceWorkflowNode- Returns:
- The name of the workflow node.
-