|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.modeshape.graph.request.Request org.modeshape.graph.request.ChangeRequest
public abstract class ChangeRequest
A Request to make changes in a graph.
Constructor Summary | |
---|---|
protected |
ChangeRequest()
|
Method Summary | |
---|---|
abstract Location |
changedLocation()
Get the location of the top-most node that is to be changed by this request. |
abstract String |
changedWorkspace()
Get the name of the workspace that was changed by this request. |
abstract boolean |
changes(String workspace,
Path path)
Determine if this request changes the branch at the given path. |
abstract ChangeRequest |
clone()
This method does not clone the results. |
Methods inherited from class org.modeshape.graph.request.Request |
---|
cancel, checkNotFrozen, freeze, getError, getType, hasError, isCancelled, isFrozen, isReadOnly, printable, printable, setError, setLatchForFreezing |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ChangeRequest()
Method Detail |
---|
public abstract boolean changes(String workspace, Path path)
workspace
- the name of the workspace; may not be nullpath
- the path; may not be null
public abstract Location changedLocation()
path
.
public abstract String changedWorkspace()
public abstract ChangeRequest clone()
This method does not clone the results.
clone
in class Object
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |