|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.request.Request
org.jboss.dna.graph.request.ChangeRequest
public abstract class ChangeRequest

A Request to make changes in a graph.
| 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. |
| Methods inherited from class org.jboss.dna.graph.request.Request |
|---|
cancel, freeze, getError, hasError, isCancelled, isFrozen, isReadOnly, setError |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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()
public abstract String changedWorkspace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||