5.2.4. JCR management view

Java Content Repository (JCR) provides a management view to monitor sessions, locks, repository configurations, and workspace configurations.

Repository

AttributeDescription
Name The name of the repository container.
RegisteredComponentNames The list of registered component names in the repository.
OperationDescription
getName Returns the repository container name.
getRegisteredComponentNames Returns the list of registered component names in the repository.

SessionRegistry

AttributeDescription
TimeOut The expiration period of a JCR session.
Size The number of currently active sessions.
OperationDescription
runCleanup Cleans all JCR sessions timed out.
getTimeOut Returns the session timeout.
setTimeOut Sets the session timeout in seconds.
getSize Returns the number of currently active sessions.

Workspace

Workspace NameDescription
collaboration Data, such as sites content, documents, groups, records space, tags, and users.
dms-system Data of DMS, including node types, templates, views, taxonomy trees.
knowledge Data of Forum, FAQ and Poll applications.
portal-system Data of the Portal model objects, such as navigations, pages, sites, and application registry.
portal-work Information of Gadget token and Remember me token.
social Data of Social, including activity, identity, profile, relationship and space.
system Data of system, including versions storage, node types, namespaces.
AttributeDescription
Name The name of the workspace container.
RegisteredComponentNames The list of registered component names in the workspace.
OperationDescription
getName Returns the workspace container name.
getRegisteredComponentNames Returns the list of registered component names in the workspace.

LockManager

AttributeDescription
NumLocks The number of active locks.
OperationDescription
cleanExpiredLocks Removes all expired JCR locks.
getNumLocks Returns the number of active JCR locks.

Note

Currently, the REST View managements of SessionRegistry, LockManager, Repository and Workspace are not exposed in this version.

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus