|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.graph.request.Request
org.modeshape.graph.request.CacheableRequest
org.modeshape.graph.request.ReadPropertyRequest
public class ReadPropertyRequest
Instruction to read a single property on the node at the specified location.
Constructor Summary | |
---|---|
ReadPropertyRequest(Location on,
String workspaceName,
Name propertyName)
Create a request to read the properties and number of children of a node at the supplied location. |
Method Summary | |
---|---|
void |
cancel()
Cancel this request. |
boolean |
equals(Object obj)
|
Location |
getActualLocationOfNode()
Get the actual location of the node whose property was read. |
Property |
getProperty()
Get the property that was read. |
RequestType |
getType()
Returns the type of the request |
int |
hashCode()
|
String |
inWorkspace()
Get the name of the workspace in which the node exists. |
boolean |
isReadOnly()
Return whether this request only reads information. |
Name |
named()
Get the name of the property that is to be read |
Location |
on()
Get the location defining the node that is to be read. |
void |
setActualLocationOfNode(Location actual)
Sets the actual and complete location of the node whose property has been read. |
void |
setProperty(Property property)
Set the property on the node as read from the RepositoryConnection |
String |
toString()
|
Methods inherited from class org.modeshape.graph.request.CacheableRequest |
---|
getCachePolicy, getTimeLoaded, setCachePolicy, setTimeLoaded |
Methods inherited from class org.modeshape.graph.request.Request |
---|
checkNotFrozen, freeze, getError, hasError, isCancelled, isFrozen, printable, printable, setError, setLatchForFreezing |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadPropertyRequest(Location on, String workspaceName, Name propertyName)
on
- the location of the node to be readworkspaceName
- the name of the workspace containing the nodepropertyName
- the name of the property to read
IllegalArgumentException
- if the location, workspace name, or property name are nullMethod Detail |
---|
public boolean isReadOnly()
isReadOnly
in class Request
Request.isReadOnly()
public Location on()
public String inWorkspace()
public Name named()
public Property getProperty()
public void setProperty(Property property)
RepositoryConnection
property
- the property that was read
IllegalArgumentException
- if the property's name does not match the name of the property
that was
to be read
IllegalStateException
- if the request is frozenpublic void setActualLocationOfNode(Location actual)
path
.
actual
- the actual location of the node being read, or null if the current location
should be used
IllegalArgumentException
- if the actual location is null or does not have a path.
IllegalStateException
- if the request is frozenpublic Location getActualLocationOfNode()
public void cancel()
cancellation flag
is set, and any current or
future processing of the request may be affected by the cancellation. (Note however, that processors may choose to not
respect this request.)
This method is safe to be called by different threads.
cancel
in class Request
Request.cancel()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public RequestType getType()
Request
getType
in class Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |