org.modeshape.jcr.cache.change
Class AbstractSequencingChange
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.AbstractSequencingChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NodeSequenced, NodeSequencingFailure
public abstract class AbstractSequencingChange
- extends AbstractNodeChange
Base class for the changes involving sequencing
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSequencingChange
protected AbstractSequencingChange(NodeKey sequencedNodeKey,
Path sequencedNodePath,
String outputPath,
String userId,
String selectedPath,
String sequencerName)
getOutputPath
public String getOutputPath()
getSelectedPath
public String getSelectedPath()
getSequencerName
public String getSequencerName()
getUserId
public String getUserId()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.