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 ofIResolvedFileSourceWorkflowNode
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFileSourceWorkflowNode(long nodeId, String nodeName)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNodeId()
String
getNodeName()
-
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 Detail
-
ResolvedFileSourceWorkflowNode
public ResolvedFileSourceWorkflowNode(long nodeId, String nodeName)
Creates a new POJO instance with the given data.- Parameters:
nodeId
- Value returned bygetNodeId()
.nodeName
- Value returned bygetNodeName()
.
-
-
Method Detail
-
getNodeId
public long getNodeId()
- Specified by:
getNodeId
in interfaceIResolvedFileSourceWorkflowNode
- Returns:
- The ID of the
WorkflowNode
.
-
getNodeName
public String getNodeName()
- Specified by:
getNodeName
in interfaceIResolvedFileSourceWorkflowNode
- Returns:
- The name of the workflow node.
-
-