|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractSequencingChange
org.modeshape.jcr.cache.change.NodeSequenced
public class NodeSequenced
Change which is triggered after the sequencing process of a node is finished.
Field Summary |
---|
Fields inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange |
---|
path |
Constructor Summary | |
---|---|
NodeSequenced(NodeKey sequencedNodeKey,
Path sequencedNodePath,
NodeKey outputNodeKey,
Path outputNodePath,
String outputPath,
String userId,
String selectedPath,
String sequencerName)
|
Method Summary | |
---|---|
NodeKey |
getOutputNodeKey()
|
Path |
getOutputNodePath()
|
String |
toString()
|
Methods inherited from class org.modeshape.jcr.cache.change.AbstractSequencingChange |
---|
getOutputPath, getSelectedPath, getSequencerName, getUserId |
Methods inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange |
---|
getKey, getPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeSequenced(NodeKey sequencedNodeKey, Path sequencedNodePath, NodeKey outputNodeKey, Path outputNodePath, String outputPath, String userId, String selectedPath, String sequencerName)
Method Detail |
---|
public NodeKey getOutputNodeKey()
public Path getOutputNodePath()
public String toString()
toString
in class Object
|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |