Ontimize Document Management 0.035EN

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)
           
 
Methods inherited from interface com.ontimize.dms.jcr.JcrWrapper
getInnerSession, getInternal, getSession, getWrapper, save
 

Method Detail

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

Ontimize Document Management