public class WorkspaceEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected org.exoplatform.services.jcr.config.AccessManagerEntry |
accessManager |
protected org.exoplatform.services.jcr.config.CacheEntry |
cache |
protected org.exoplatform.services.jcr.config.ContainerEntry |
container |
protected org.exoplatform.services.jcr.config.WorkspaceInitializerEntry |
initializer |
protected int |
lazyReadThreshold |
protected org.exoplatform.services.jcr.config.LockManagerEntry |
lockManager |
protected String |
name |
protected org.exoplatform.services.jcr.config.QueryHandlerEntry |
queryHandler |
protected String |
uniqueName |
Constructor and Description |
---|
WorkspaceEntry() |
Modifier and Type | Method and Description |
---|---|
org.exoplatform.services.jcr.config.AccessManagerEntry |
getAccessManager() |
org.exoplatform.services.jcr.config.CacheEntry |
getCache() |
org.exoplatform.services.jcr.config.ContainerEntry |
getContainer() |
org.exoplatform.services.jcr.config.WorkspaceInitializerEntry |
getInitializer() |
int |
getLazyReadThreshold() |
org.exoplatform.services.jcr.config.LockManagerEntry |
getLockManager() |
String |
getName() |
org.exoplatform.services.jcr.config.QueryHandlerEntry |
getQueryHandler() |
String |
getUniqueName() |
void |
setAccessManager(org.exoplatform.services.jcr.config.AccessManagerEntry accessManager) |
void |
setCache(org.exoplatform.services.jcr.config.CacheEntry cache) |
void |
setContainer(org.exoplatform.services.jcr.config.ContainerEntry container) |
void |
setInitializer(org.exoplatform.services.jcr.config.WorkspaceInitializerEntry initializer) |
void |
setLazyReadThreshold(int lazyReadThreshold) |
void |
setLockManager(org.exoplatform.services.jcr.config.LockManagerEntry lockManager) |
void |
setName(String name) |
void |
setQueryHandler(org.exoplatform.services.jcr.config.QueryHandlerEntry queryHandlerEntry) |
void |
setUniqueName(String uniqueName) |
protected String name
protected int lazyReadThreshold
protected org.exoplatform.services.jcr.config.ContainerEntry container
protected org.exoplatform.services.jcr.config.QueryHandlerEntry queryHandler
protected org.exoplatform.services.jcr.config.CacheEntry cache
protected transient String uniqueName
protected org.exoplatform.services.jcr.config.AccessManagerEntry accessManager
protected org.exoplatform.services.jcr.config.LockManagerEntry lockManager
protected org.exoplatform.services.jcr.config.WorkspaceInitializerEntry initializer
public String getName()
public void setName(String name)
name
- the workspace namepublic org.exoplatform.services.jcr.config.ContainerEntry getContainer()
public void setContainer(org.exoplatform.services.jcr.config.ContainerEntry container)
container
- The container to set.public org.exoplatform.services.jcr.config.CacheEntry getCache()
public void setCache(org.exoplatform.services.jcr.config.CacheEntry cache)
cache
- The cache to set.public String getUniqueName()
public void setUniqueName(String uniqueName)
uniqueName
- The uniqueName to set.public org.exoplatform.services.jcr.config.AccessManagerEntry getAccessManager()
public void setAccessManager(org.exoplatform.services.jcr.config.AccessManagerEntry accessManager)
accessManager
- the Access Managerpublic org.exoplatform.services.jcr.config.LockManagerEntry getLockManager()
public void setLockManager(org.exoplatform.services.jcr.config.LockManagerEntry lockManager)
lockManager
- the Lock Managerpublic org.exoplatform.services.jcr.config.QueryHandlerEntry getQueryHandler()
public void setQueryHandler(org.exoplatform.services.jcr.config.QueryHandlerEntry queryHandlerEntry)
queryHandlerEntry
- the Query Handlerpublic org.exoplatform.services.jcr.config.WorkspaceInitializerEntry getInitializer()
public void setInitializer(org.exoplatform.services.jcr.config.WorkspaceInitializerEntry initializer)
initializer
- the workspace initializerpublic int getLazyReadThreshold()
public void setLazyReadThreshold(int lazyReadThreshold)
lazyReadThreshold
- the Load ThresholdCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.