|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseRepositorySource
An extension of the BaseRepositorySource
class that provides a cache policy
and a
repository context
.
Method Summary | |
---|---|
boolean |
areUpdatesAllowed()
Get whether this source allows updates. |
CachePolicy |
getDefaultCachePolicy()
Returns the cache policy for the repository source |
String |
getDefaultWorkspaceName()
Get the name of the workspace that should be used by default. |
RepositoryContext |
getRepositoryContext()
Returns the repository context for the repository source |
UUID |
getRootNodeUuidObject()
Get the UUID for the root node. |
boolean |
isCreatingWorkspacesAllowed()
Get whether this source allows workspaces to be created. |
void |
setUpdatesAllowed(boolean updatesAllowed)
Set whether this source allows updates to data within workspaces |
Methods inherited from interface org.modeshape.graph.connector.RepositorySource |
---|
close, getCapabilities, getConnection, getName, getRetryLimit, initialize, setRetryLimit |
Methods inherited from interface javax.naming.Referenceable |
---|
getReference |
Method Detail |
---|
boolean areUpdatesAllowed()
setUpdatesAllowed(boolean)
void setUpdatesAllowed(boolean updatesAllowed)
updatesAllowed
- true if this source allows updates to data within workspaces clients, or false if updates are not
allowed.areUpdatesAllowed()
boolean isCreatingWorkspacesAllowed()
CachePolicy getDefaultCachePolicy()
cache policy
for the repository source
cache policy
for the repository sourceRepositoryContext getRepositoryContext()
repository context
for the repository source
repository context
for the repository sourceUUID getRootNodeUuidObject()
String getDefaultWorkspaceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |