|
|||||||||
| 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.CacheableRequest
org.jboss.dna.graph.request.GetWorkspacesRequest
public class GetWorkspacesRequest

A request to obtain the information about the workspaces that are available.
| Constructor Summary | |
|---|---|
GetWorkspacesRequest()
Create a request to obtain the information about the available workspaces. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Set<String> |
getAvailableWorkspaceNames()
Get the names of workspaces that are available (at least to the current user) |
int |
hashCode()
|
boolean |
isReadOnly()
Return whether this request only reads information. |
void |
setAvailableWorkspaceNames(Set<String> availableWorkspaceNames)
Set the names of the workspaces that are available (at least to the current user) |
String |
toString()
|
| Methods inherited from class org.jboss.dna.graph.request.CacheableRequest |
|---|
getCachePolicy, getTimeLoaded, setCachePolicy, setTimeLoaded |
| Methods inherited from class org.jboss.dna.graph.request.Request |
|---|
cancel, getError, hasError, isCancelled, setError |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetWorkspacesRequest()
| Method Detail |
|---|
public boolean isReadOnly()
isReadOnly in class RequestRequest.isReadOnly()public Set<String> getAvailableWorkspaceNames()
public void setAvailableWorkspaceNames(Set<String> availableWorkspaceNames)
availableWorkspaceNames - Sets availableWorkspaceNames to the specified value.public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||