| Package | Description |
|---|---|
| org.modeshape.web.client | |
| org.modeshape.web.client.contents | |
| org.modeshape.web.client.peditor | |
| org.modeshape.web.server | |
| org.modeshape.web.shared |
| Modifier and Type | Method and Description |
|---|---|
JcrNode |
JcrService.addNode(String repository,
String workspace,
String path,
String name,
String primaryType)
Adds new node.
|
JcrNode |
JcrService.node(String repository,
String workspace,
String path)
Gets node at the given path.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JcrService.setProperty(JcrNode node,
String name,
Boolean value) |
void |
JcrServiceAsync.setProperty(JcrNode node,
String name,
Boolean value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
JcrService.setProperty(JcrNode node,
String name,
Date value) |
void |
JcrServiceAsync.setProperty(JcrNode node,
String name,
Date value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
void |
JcrService.setProperty(JcrNode node,
String name,
String value) |
void |
JcrServiceAsync.setProperty(JcrNode node,
String name,
String value,
com.google.gwt.user.client.rpc.AsyncCallback<?> cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
JcrServiceAsync.addNode(String repository,
String workspace,
String path,
String name,
String primaryType,
com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> cb) |
void |
JcrServiceAsync.childNodes(String repository,
String workspace,
String path,
int index,
int count,
com.google.gwt.user.client.rpc.AsyncCallback<Collection<JcrNode>> res) |
void |
JcrServiceAsync.node(String repository,
String workspace,
String path,
com.google.gwt.user.client.rpc.AsyncCallback<JcrNode> result) |
| Modifier and Type | Method and Description |
|---|---|
JcrNode |
Contents.node() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contents.removeNode(JcrNode node) |
protected void |
Contents.renameNode(JcrNode node,
String name) |
void |
Contents.setNodeProperty(JcrNode node,
String name,
Boolean value) |
void |
Contents.setNodeProperty(JcrNode node,
String name,
Date value) |
void |
Contents.setNodeProperty(JcrNode node,
String name,
String value) |
void |
BinaryEditor.setValue(JcrNode node,
String name,
String reference) |
void |
DetailsLayout.show(JcrNode node) |
void |
PermissionsEditor.show(JcrNode node)
Displays permissions for the given node.
|
void |
ChildrenEditor.show(JcrNode node) |
void |
PropertiesEditor.show(JcrNode node) |
void |
RenameNodeDialog.showModal(JcrNode node) |
protected void |
ChildrenEditor.updateRecord(int pos,
ChildrenEditor.NodeRecord record,
JcrNode value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MixinValueEditor.setValue(JcrNode node,
String name,
String value) |
void |
DefaultValueEditor.setValue(JcrNode node,
String name,
String value) |
void |
DateValueEditor.setValue(JcrNode node,
String name,
String value) |
void |
BinaryValueEditor.setValue(JcrNode node,
String name,
String reference) |
void |
BooleanValueEditor.setValue(JcrNode node,
String name,
String value) |
void |
ValueEditor.setValue(JcrNode node,
String name,
T value)
Assigns value of the given property of the given node to the editor.
|
| Modifier and Type | Method and Description |
|---|---|
JcrNode |
JcrServiceImpl.addNode(String repository,
String workspace,
String path,
String name,
String primaryType) |
JcrNode |
JcrServiceImpl.node(String repository,
String workspace,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JcrNode> |
JcrServiceImpl.childNodes(String repository,
String workspace,
String path,
int index,
int count) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JcrNode> |
JcrNode.children() |
| Modifier and Type | Method and Description |
|---|---|
void |
JcrNode.addChild(JcrNode child) |
Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.