com.ontimize.dms.jcr
Interface JcrWrapperProperty
- All Superinterfaces:
- JcrWrapper
- All Known Subinterfaces:
- JcrProperty, JcrVersion
- All Known Implementing Classes:
- JcrPropertyBase, JcrVersionBase, JcrWrapperPropertyAbstract
public interface JcrWrapperProperty
- extends JcrWrapper
Property utils in the internal node.
- Since:
- 05/10/2010
|
Method Summary |
Property |
getProperty(java.lang.String name)
|
boolean |
hasProperty(java.lang.String name)
|
Property |
setProperty(java.lang.String name,
java.lang.Object value)
|
getProperty
Property getProperty(java.lang.String name)
throws RepositoryException
- Throws:
RepositoryException
hasProperty
boolean hasProperty(java.lang.String name)
throws RepositoryException
- Throws:
RepositoryException
setProperty
Property setProperty(java.lang.String name,
java.lang.Object value)
throws RepositoryException
- Throws:
RepositoryException