Package com.levigo.jadice.server.pdf
Class PortableCollectionDisassemblingNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.pdf.PortableCollectionDisassemblingNode
-
public class PortableCollectionDisassemblingNode extends Node
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PortableCollectionDisassemblingNode.MissingAttachmentsHandlingMode
Determine which action shall be performed when there is no embedded stream available that can be extracted.-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description PortableCollectionDisassemblingNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortableCollectionDisassemblingNode.MissingAttachmentsHandlingMode
getMissingAttachmentsHandlingMode()
String
getWorkerClassName()
Return the node's associatedcom.levigo.jadice.server.core.NodeWorker
full qualified class's name.void
setMissingAttachmentsHandlingMode(PortableCollectionDisassemblingNode.MissingAttachmentsHandlingMode missingAttachmentsHandlingMode)
-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getInputCardinality, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, hashCode, initialize, prependPredecessor, remove, validateConfiguration
-
-
-
-
Method Detail
-
getWorkerClassName
public String getWorkerClassName()
Description copied from class:Node
Return the node's associatedcom.levigo.jadice.server.core.NodeWorker
full qualified class's name. By default, the worker class name is- The same as the node name with the trailing "Node" replaced by "Worker" if the node name ends in "Node"
- The node class name with an appended "Worker" otherwise.
This behavior can be overridden in concrete subclasses.
- Overrides:
getWorkerClassName
in classNode
- Returns:
- the full qualified class name of the worker of this node.
-
getMissingAttachmentsHandlingMode
public PortableCollectionDisassemblingNode.MissingAttachmentsHandlingMode getMissingAttachmentsHandlingMode()
-
setMissingAttachmentsHandlingMode
public void setMissingAttachmentsHandlingMode(PortableCollectionDisassemblingNode.MissingAttachmentsHandlingMode missingAttachmentsHandlingMode)
-
-