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) Creates a new POJO instance with the given data. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceWorkflowNode
getType
-
Constructor Details
-
ResolvedFileSourceWorkflowNode
Creates a new POJO instance with the given data.- Parameters:
nodeId
- Value returned bygetNodeId()
.nodeName
- Value returned bygetNodeName()
.
-
-
Method Details
-
getNodeId
public long getNodeId()- Specified by:
getNodeId
in interfaceIResolvedFileSourceWorkflowNode
- Returns:
- The ID of the
WorkflowNode
.
-
getNodeName
- Specified by:
getNodeName
in interfaceIResolvedFileSourceWorkflowNode
- Returns:
- The name of the workflow node.
-