Class FileProvidingNodeWithName
java.lang.Object
de.xima.fc.workflow.processor.model.FileProvidingNodeWithName
- All Implemented Interfaces:
INamedElement<NodeKey>, IFileProvidingWorkflowElement<NodeKey>, ITypedWorkflowElement<NodeKey>, IWorkflowElementTypeProviding, IFileProvidingNodeWithName, INodeWithName, Serializable
POJO implementation of
IFileProvidingNodeWithName.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileProvidingNodeWithName(NodeKey key, String name, String type, IFileValueDescriptor fileValueDescriptor) Creates a new POJO instance with the given values. -
Method Summary
Methods inherited from interface INodeWithName
getElementKey
-
Constructor Details
-
FileProvidingNodeWithName
public FileProvidingNodeWithName(NodeKey key, String name, String type, IFileValueDescriptor fileValueDescriptor) Creates a new POJO instance with the given values.- Parameters:
key- The value forINamedElement.getElement(). Must not benull.name- The value forINamedElement.getName().type- The value forIWorkflowElementTypeProviding.getType().fileValueDescriptor- The value forIFileProvidingNodeWithName.getFileValueDescriptor().
-
-
Method Details
-
equals
-
getElement
- Specified by:
getElementin interfaceINamedElement<NodeKey>- Specified by:
getElementin interfaceINodeWithName- Returns:
- The element itself.
-
getFileValueDescriptor
Description copied from interface:IFileProvidingNodeWithNameThe file value descriptor associated with the files provided by this node.- Specified by:
getFileValueDescriptorin interfaceIFileProvidingNodeWithName- Specified by:
getFileValueDescriptorin interfaceIFileProvidingWorkflowElement<NodeKey>- Returns:
- The file value descriptor.
-
getName
- Specified by:
getNamein interfaceINamedElement<NodeKey>- Returns:
- The name of the element.
-
getType
- Specified by:
getTypein interfaceINodeWithName- Specified by:
getTypein interfaceIWorkflowElementTypeProviding- Returns:
- The type of the workflow element that determines how the workflow element behaves. Usually there is a registered handler for each type.
-
hashCode
-
toString
-