|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkspaceConfig | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.config | Jackrabbit configuration handling. |
| Uses of WorkspaceConfig in org.apache.jackrabbit.core |
|---|
| Fields in org.apache.jackrabbit.core declared as WorkspaceConfig | |
|---|---|
protected WorkspaceConfig |
WorkspaceImpl.wspConfig
The configuration of this Workspace |
| Methods in org.apache.jackrabbit.core that return WorkspaceConfig | |
|---|---|
WorkspaceConfig |
RepositoryImpl.WorkspaceInfo.getConfig()
Returns the workspace configuration. |
WorkspaceConfig |
WorkspaceImpl.getConfig()
Returns the configuration of this workspace. |
| Methods in org.apache.jackrabbit.core with parameters of type WorkspaceConfig | |
|---|---|
protected SessionImpl |
RepositoryImpl.createSessionInstance(AuthContext loginContext,
WorkspaceConfig wspConfig)
Creates an instance of the SessionImpl class representing a
user authenticated by the loginContext instance attached
to the workspace configured by the wspConfig. |
protected SessionImpl |
RepositoryImpl.createSessionInstance(Subject subject,
WorkspaceConfig wspConfig)
Creates an instance of the SessionImpl class representing a
user represented by the subject instance attached
to the workspace configured by the wspConfig. |
protected RepositoryImpl.WorkspaceInfo |
RepositoryImpl.createWorkspaceInfo(WorkspaceConfig wspConfig)
Creates a new RepositoryImpl.WorkspaceInfo instance for
wspConfig. |
protected WorkspaceImpl |
XASessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Creates the workspace instance backing this session. |
protected WorkspaceImpl |
SessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Creates the workspace instance backing this session. |
| Constructors in org.apache.jackrabbit.core with parameters of type WorkspaceConfig | |
|---|---|
RepositoryImpl.WorkspaceInfo(WorkspaceConfig config)
Creates a new WorkspaceInfo based on the given
config. |
|
SessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
SessionImpl(RepositoryImpl rep,
Subject subject,
WorkspaceConfig wspConfig)
Protected constructor. |
|
WorkspaceImpl(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
|
XASessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XASessionImpl(RepositoryImpl rep,
Subject subject,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XAWorkspace(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
|
| Uses of WorkspaceConfig in org.apache.jackrabbit.core.config |
|---|
| Methods in org.apache.jackrabbit.core.config that return WorkspaceConfig | |
|---|---|
WorkspaceConfig |
RepositoryConfig.createWorkspaceConfig(String name,
InputSource template)
Creates a new workspace configuration with the specified name. |
WorkspaceConfig |
RepositoryConfig.createWorkspaceConfig(String name,
StringBuffer configContent)
Creates a new workspace configuration with the specified name. |
WorkspaceConfig |
RepositoryConfig.getWorkspaceConfig(String name)
Returns the configuration of the specified workspace. |
protected WorkspaceConfig |
RepositoryConfigurationParser.parseWorkspaceConfig(Element root)
Parse workspace config. |
WorkspaceConfig |
RepositoryConfigurationParser.parseWorkspaceConfig(InputSource xml)
Parses workspace configuration. |
| Methods in org.apache.jackrabbit.core.config that return types with arguments of type WorkspaceConfig | |
|---|---|
Collection<WorkspaceConfig> |
RepositoryConfig.getWorkspaceConfigs()
Returns all workspace configurations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||