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, String fileKey)Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileKey()Gets the type of the resolved file, seeIFileValueDescriptor.getFiles().longgetNodeId()StringgetNodeName()-
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, asWorkflowTrigger
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceWorkflowNode
getType
-
-
-
-
Constructor Detail
-
ResolvedFileSourceWorkflowNode
public ResolvedFileSourceWorkflowNode(long nodeId, String nodeName, String fileKey)Creates a new POJO instance with the given data.- Parameters:
nodeId- Value returned bygetNodeId().nodeName- Value returned bygetNodeName().fileKey- Value returned bygetFileKey().
-
-
Method Detail
-
getFileKey
public String 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
public String getNodeName()
- Specified by:
getNodeNamein interfaceIResolvedFileSourceWorkflowNode- Returns:
- The name of the workflow node.
-
-