public interface HippoWorkspace
extends javax.jcr.Workspace
Workspace
returned by a HippoRepository may be cast to a HippoWorkspace to expose some
additional services from the Hippo repository. These services are bound to the session from which this
workspace was obtained.NAME_ACTIVITIES_NODE, NAME_CONFIGURATIONS_NODE, NAME_JCR_XMLCHARACTERS, NAME_JCR_XMLTEXT, NAME_NODE_TYPES_NODE, NAME_SYSTEM_NODE, NAME_UNFILED_NODE, NAME_VERSION_STORAGE_NODE, NAME_WORKSPACE_ROOT, PATH_ACTIVITIES_NODE, PATH_CONFIGURATIONS_NODE, PATH_NODE_TYPES_NODE, PATH_SYSTEM_NODE, PATH_UNFILED_NODE, PATH_VERSION_STORAGE_NODE, PATH_WORKSPACE_ROOT, RELPATH_JCR_XMLCHARACTERS
Modifier and Type | Method and Description |
---|---|
HierarchyResolver |
getHierarchyResolver()
The
HierarchyResolver service allows you to navigate though the repository using some context knowledge of Hippo document
types. |
RepositorySecurityManager |
getSecurityManager()
The
RepositorySecurityManager allows accessing, and optionally managing, repository based security configuration. |
WorkflowManager |
getWorkflowManager()
The
WorkflowManager service allows access to workflows operations that are available on documents stored in the repository. |
clone, copy, copy, createWorkspace, createWorkspace, deleteWorkspace, getAccessibleWorkspaceNames, getImportContentHandler, getLockManager, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, getSession, getVersionManager, importXML, move, restore
WorkflowManager getWorkflowManager() throws javax.jcr.RepositoryException
WorkflowManager
service allows access to workflows operations that are available on documents stored in the repository.javax.jcr.RepositoryException
- indicates an unspecified error from the repositoryHierarchyResolver getHierarchyResolver() throws javax.jcr.RepositoryException
HierarchyResolver
service allows you to navigate though the repository using some context knowledge of Hippo document
types.javax.jcr.RepositoryException
- indicates an unspecified error from the repositoryRepositorySecurityManager getSecurityManager()
RepositorySecurityManager
allows accessing, and optionally managing, repository based security configuration.Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.