org.modeshape.jcr.cache.change
Class NodeSequenced
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractSequencingChange
org.modeshape.jcr.cache.change.NodeSequenced
- All Implemented Interfaces:
- Serializable
public class NodeSequenced
- extends AbstractSequencingChange
Change which is triggered after the sequencing process of a node is finished.
- See Also:
- Serialized Form
NodeSequenced
public NodeSequenced(NodeKey sequencedNodeKey,
Path sequencedNodePath,
NodeKey outputNodeKey,
Path outputNodePath,
String outputPath,
String userId,
String selectedPath,
String sequencerName)
getOutputNodeKey
public NodeKey getOutputNodeKey()
- Get the key of the top-level node that was output by the sequencer.
- Returns:
- the output node key; never null
getOutputNodePath
public Path getOutputNodePath()
- Get the path of the top-level node that was output by the sequencer.
- Returns:
- the output node path; never null
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.