| Package | Description |
|---|---|
| org.modeshape.web.client | |
| org.modeshape.web.server | |
| org.modeshape.web.server.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
JcrService.addAccessList(String repository,
String workspace,
String path,
String principal)
Creates empty access list for given principal.
|
void |
JcrService.addMixin(String repository,
String workspace,
String path,
String mixin)
Adds mixin to the node.
|
JcrNode |
JcrService.addNode(String repository,
String workspace,
String path,
String name,
String primaryType)
Adds new node.
|
void |
JcrService.backup(String repository,
String name,
BackupParams params) |
Collection<JcrNode> |
JcrService.childNodes(String repository,
String workspace,
String path,
int index,
int count)
Gets set of child nodes for the node at the given path.
|
void |
JcrService.export(String repository,
String workspace,
String path,
String location,
boolean skipBinary,
boolean noRecurse) |
Collection<RepositoryName> |
JcrService.findRepositories(String criteria)
Searches repositories with given criteria
|
String[] |
JcrService.getDurationMetrics()
Gets names of available duration metrics.
|
Collection<Stats> |
JcrService.getDurationStats(String repository,
String param,
String tu)
Obtains repository metrics.
|
String[] |
JcrService.getMixinTypes(String repository,
String workspace,
boolean allowAbstract)
Reads list of mixin types.
|
String[] |
JcrService.getPrimaryTypes(String repository,
String workspace,
String superType,
boolean allowAbstract)
Reads list of primary types.
|
Collection<RepositoryName> |
JcrService.getRepositories()
Lists all available repositories.
|
String[] |
JcrService.getTimeUnits()
Gets possible time frames.
|
String |
JcrService.getUserName()
Currently logged in user.
|
String[] |
JcrService.getValueMetrics()
Gets names of available value metrics.
|
Collection<Stats> |
JcrService.getValueStats(String repository,
String param,
String tu)
Obtains repository metrics.
|
String[] |
JcrService.getWorkspaces(String repositoryName)
Enlists workspaces available for the given repository and user previously
logged in.
|
void |
JcrService.importXML(String repository,
String workspace,
String path,
String location,
int option) |
void |
JcrService.login(String userName,
String password)
Provides access for the given user to the given repository.
|
JcrNode |
JcrService.node(String repository,
String workspace,
String path)
Gets node at the given path.
|
Collection<JcrNodeType> |
JcrService.nodeTypes(String repository,
String workspace)
Gets all registered node types.
|
ResultSet |
JcrService.query(String repository,
String workspace,
String text,
String lang)
Executes query.
|
void |
JcrService.refreshSession(String repository,
String workspace,
boolean keepChanges)
Reload session to the given workspace and repository.
|
void |
JcrService.removeAccessList(String repository,
String workspace,
String path,
String principal)
Deletes access list.
|
void |
JcrService.removeMixin(String repository,
String workspace,
String path,
String mixin)
Removes mixin from the given node.
|
void |
JcrService.removeNode(String repository,
String workspace,
String path)
Deletes node.
|
void |
JcrService.renameNode(String repository,
String workspace,
String path,
String name) |
JcrRepositoryDescriptor |
JcrService.repositoryInfo(String repository)
Gets repository capabilities.
|
void |
JcrService.restore(String repository,
String name,
RestoreParams params) |
void |
JcrService.save(String repository,
String workspace)
Saves changes in the current session.
|
void |
JcrService.setProperty(JcrNode node,
String name,
Boolean value) |
void |
JcrService.setProperty(JcrNode node,
String name,
Date value) |
void |
JcrService.setProperty(JcrNode node,
String name,
String value) |
String[] |
JcrService.supportedQueryLanguages(String repository,
String workspace)
Gets supported query languages.
|
void |
JcrService.updateAccessList(String repository,
String workspace,
String path,
String principal,
JcrPermission permission,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
JcrServiceImpl.addAccessList(String repository,
String workspace,
String path,
String principal) |
void |
JcrServiceImpl.addMixin(String repository,
String workspace,
String path,
String mixin) |
JcrNode |
JcrServiceImpl.addNode(String repository,
String workspace,
String path,
String name,
String primaryType) |
void |
LRepository.backup(String name,
BackupParams options)
Backup repository.
|
void |
JcrServiceImpl.backup(String repository,
String name,
BackupParams params) |
Collection<JcrNode> |
JcrServiceImpl.childNodes(String repository,
String workspace,
String path,
int index,
int count) |
void |
JcrServiceImpl.export(String repository,
String workspace,
String path,
String location,
boolean skipBinary,
boolean noRecurse) |
LRepository |
Connector.find(String name)
Searches repository with given name.
|
Collection<RepositoryName> |
JcrServiceImpl.findRepositories(String criteria) |
String[] |
JcrServiceImpl.getDurationMetrics() |
Collection<Stats> |
JcrServiceImpl.getDurationStats(String repository,
String param,
String tu) |
String[] |
JcrServiceImpl.getMixinTypes(String repository,
String workspace,
boolean allowAbstract) |
String[] |
JcrServiceImpl.getPrimaryTypes(String repository,
String workspace,
String superType,
boolean allowAbstract) |
Collection<RepositoryName> |
JcrServiceImpl.getRepositories() |
String[] |
JcrServiceImpl.getTimeUnits() |
String |
JcrServiceImpl.getUserName() |
String[] |
JcrServiceImpl.getValueMetrics() |
Collection<Stats> |
JcrServiceImpl.getValueStats(String repository,
String param,
String tu) |
String[] |
JcrServiceImpl.getWorkspaces(String repositoryName) |
void |
JcrServiceImpl.importXML(String repository,
String workspace,
String path,
String location,
int option) |
void |
JcrServiceImpl.login(String userName,
String password) |
void |
Connector.login(String username,
String password)
Logs in with given credentials.
|
JcrNode |
JcrServiceImpl.node(String repository,
String workspace,
String path) |
Collection<JcrNodeType> |
JcrServiceImpl.nodeTypes(String repository,
String workspace) |
ResultSet |
JcrServiceImpl.query(String repository,
String workspace,
String text,
String lang) |
void |
JcrServiceImpl.refreshSession(String repository,
String workspace,
boolean keepChanges) |
void |
JcrServiceImpl.removeAccessList(String repository,
String workspace,
String path,
String principal) |
void |
JcrServiceImpl.removeMixin(String repository,
String workspace,
String path,
String mixin) |
void |
JcrServiceImpl.removeNode(String repository,
String workspace,
String path) |
void |
JcrServiceImpl.renameNode(String repository,
String workspace,
String path,
String name) |
JcrRepositoryDescriptor |
JcrServiceImpl.repositoryInfo(String repository) |
void |
LRepository.restore(String name,
RestoreParams options)
Restore repository.
|
void |
JcrServiceImpl.restore(String repository,
String name,
RestoreParams params) |
void |
JcrServiceImpl.save(String repository,
String workspace) |
Collection<RepositoryName> |
Connector.search(String name) |
javax.jcr.Session |
LRepository.session(String workspace)
Gets session to the given workspace.
|
void |
JcrServiceImpl.setProperty(JcrNode node,
String name,
Boolean value) |
void |
JcrServiceImpl.setProperty(JcrNode node,
String name,
Date value) |
void |
JcrServiceImpl.setProperty(JcrNode node,
String name,
String value) |
void |
JcrServiceImpl.setProperty(String repository,
String workspace,
String path,
String name,
Object value) |
void |
Connector.start(javax.servlet.ServletContext context)
Starts this connector using given context.
|
String[] |
JcrServiceImpl.supportedQueryLanguages(String repository,
String workspace) |
void |
JcrServiceImpl.updateAccessList(String repository,
String workspace,
String path,
String principal,
JcrPermission permission,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
LRepositoryImpl.backup(String name,
BackupParams options) |
LRepository |
ConnectorImpl.find(String name) |
LRepository |
JsonConfigConnectorImpl.find(String name) |
Collection<RepositoryName> |
RepositoryList.getRepositories(javax.jcr.Credentials creds) |
void |
LRepositoryImpl.importXML(String workspace) |
void |
ConnectorImpl.login(String username,
String password) |
void |
JsonConfigConnectorImpl.login(String username,
String password) |
void |
LRepositoryImpl.restore(String name,
RestoreParams options) |
javax.jcr.Session |
LRepositoryImpl.session(String workspace) |
void |
ConnectorImpl.start(javax.servlet.ServletContext context) |
void |
JsonConfigConnectorImpl.start(javax.servlet.ServletContext context) |
Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.