|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeRepresentation
Created by The eXo Platform SAS .
| Method Summary | |
|---|---|
void |
addProperties(java.util.Collection<org.exoplatform.common.util.HierarchicalProperty> properties)
adds multivalued property. |
void |
addProperty(org.exoplatform.common.util.HierarchicalProperty property)
adds single property. |
java.lang.String |
getContentEncoding()
|
long |
getContentLenght()
|
java.io.InputStream |
getInputStream()
|
long |
getLastModified()
Get date of last modified if available. |
java.lang.String |
getMediaType()
|
javax.jcr.Node |
getNode()
|
java.util.Collection<org.exoplatform.common.util.HierarchicalProperty> |
getProperties(java.lang.String name)
|
org.exoplatform.common.util.HierarchicalProperty |
getProperty(java.lang.String name)
|
java.util.Collection<java.lang.String> |
getPropertyNames()
|
void |
removeProperty(java.lang.String name)
removes property. |
| Method Detail |
|---|
java.lang.String getMediaType()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
long getContentLenght()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionjava.lang.String getContentEncoding()
java.io.InputStream getInputStream()
throws java.io.IOException,
javax.jcr.RepositoryException
java.io.IOException
javax.jcr.RepositoryException
java.util.Collection<java.lang.String> getPropertyNames()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
org.exoplatform.common.util.HierarchicalProperty getProperty(java.lang.String name)
throws javax.jcr.RepositoryException
name - the name of properties.
javax.jcr.RepositoryException
java.util.Collection<org.exoplatform.common.util.HierarchicalProperty> getProperties(java.lang.String name)
throws javax.jcr.RepositoryException
name - the name of properties.
javax.jcr.RepositoryException
void addProperty(org.exoplatform.common.util.HierarchicalProperty property)
throws javax.jcr.UnsupportedRepositoryOperationException
name - .property - .
javax.jcr.UnsupportedRepositoryOperationException
void addProperties(java.util.Collection<org.exoplatform.common.util.HierarchicalProperty> properties)
throws javax.jcr.UnsupportedRepositoryOperationException
name - .properties - .
javax.jcr.UnsupportedRepositoryOperationException
void removeProperty(java.lang.String name)
throws javax.jcr.UnsupportedRepositoryOperationException
name - .
javax.jcr.UnsupportedRepositoryOperationException
long getLastModified()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionjavax.jcr.Node getNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||