|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| 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(Collection<org.exoplatform.common.util.HierarchicalProperty> properties)
adds multivalued property. |
void |
addProperty(org.exoplatform.common.util.HierarchicalProperty property)
adds single property. |
String |
getContentEncoding()
|
long |
getContentLenght()
|
InputStream |
getInputStream()
|
long |
getLastModified()
Get date of last modified if available. |
String |
getMediaType()
|
javax.jcr.Node |
getNode()
|
Collection<org.exoplatform.common.util.HierarchicalProperty> |
getProperties(String name)
|
org.exoplatform.common.util.HierarchicalProperty |
getProperty(String name)
|
Collection<String> |
getPropertyNames()
|
void |
removeProperty(String name)
removes property. |
| Method Detail |
|---|
String getMediaType()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
long getContentLenght()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionString getContentEncoding()
InputStream getInputStream()
throws IOException,
javax.jcr.RepositoryException
IOException
javax.jcr.RepositoryException
Collection<String> getPropertyNames()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
org.exoplatform.common.util.HierarchicalProperty getProperty(String name)
throws javax.jcr.RepositoryException
name - the name of properties.
javax.jcr.RepositoryException
Collection<org.exoplatform.common.util.HierarchicalProperty> getProperties(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(Collection<org.exoplatform.common.util.HierarchicalProperty> properties)
throws javax.jcr.UnsupportedRepositoryOperationException
name - .properties - .
javax.jcr.UnsupportedRepositoryOperationException
void removeProperty(String name)
throws javax.jcr.UnsupportedRepositoryOperationException
name - .
javax.jcr.UnsupportedRepositoryOperationException
long getLastModified()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionjavax.jcr.Node getNode()
|
eXo JCR :: Component :: Extension Service 1.15.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||