public class JcrNode extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
JcrNode() |
JcrNode(String repository,
String workspace,
String name,
String path,
String primaryType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(JcrNode child) |
Collection<JcrNode> |
children() |
Acl |
getAcl() |
long |
getChildCount() |
String[] |
getMixins() |
String |
getName() |
String |
getPath() |
String |
getPrimaryType() |
Collection<JcrProperty> |
getProperties() |
String[] |
getPropertyDefs() |
String |
getRepository() |
String |
getWorkspace() |
boolean |
hasBinaryContent() |
void |
setAcl(Acl acll) |
void |
setChildCount(long childCount) |
void |
setMixins(String[] mixins) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setProperties(Collection<JcrProperty> properties) |
void |
setPropertyDefs(String[] propertyDefs) |
public JcrNode()
public String getRepository()
public String getWorkspace()
public String getPrimaryType()
public Collection<JcrNode> children()
public Collection<JcrProperty> getProperties()
public void setProperties(Collection<JcrProperty> properties)
public boolean hasBinaryContent()
public void setPropertyDefs(String[] propertyDefs)
public String[] getPropertyDefs()
public long getChildCount()
public void setChildCount(long childCount)
Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.