Class ResolvedAttachmentSourcePreviousNode
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedAttachmentSourcePreviousNode
- All Implemented Interfaces:
IResolvedAttachmentSourceDetails,IResolvedAttachmentSourcePreviousNode,Serializable
public final class ResolvedAttachmentSourcePreviousNode
extends Object
implements IResolvedAttachmentSourcePreviousNode
Default POJO implementation of
IResolvedAttachmentSourcePreviousNode.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedAttachmentSourcePreviousNode(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, waitMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUploadMethods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourcePreviousNode
getType
-
Constructor Details
-
ResolvedAttachmentSourcePreviousNode
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:
getNodeIdin interfaceIResolvedAttachmentSourcePreviousNode- Returns:
- The ID of the
WorkflowNode.
-
getNodeName
- Specified by:
getNodeNamein interfaceIResolvedAttachmentSourcePreviousNode- Returns:
- The name of the workflow node.
-