Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Class JcrWrapperPropertyAbstract

java.lang.Object
  extended by com.ontimize.dms.jcr.JcrWrapperAbstract
      extended by com.ontimize.dms.jcr.JcrWrapperPropertyAbstract
All Implemented Interfaces:
JcrWrapper, JcrWrapperProperty
Direct Known Subclasses:
JcrPropertyBase, JcrVersionBase

public abstract class JcrWrapperPropertyAbstract
extends JcrWrapperAbstract
implements JcrWrapperProperty


Field Summary
 
Fields inherited from class com.ontimize.dms.jcr.JcrWrapperAbstract
MSG_CREATE_NM
 
Constructor Summary
JcrWrapperPropertyAbstract()
           
 
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 class com.ontimize.dms.jcr.JcrWrapperAbstract
createNodeManager, createNodeManager, getConverter, getInnerSession, getInternal, getSession, getWrapper, isSaveInSessionEnabled, save, save, setConverter, setInnerSession, setInternal, setSaveInSession, setSession, setWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ontimize.dms.jcr.JcrWrapper
getInnerSession, getInternal, getSession, getWrapper, save
 

Constructor Detail

JcrWrapperPropertyAbstract

public JcrWrapperPropertyAbstract()
Method Detail

getProperty

public Property getProperty(java.lang.String name)
                     throws RepositoryException
Specified by:
getProperty in interface JcrWrapperProperty
Throws:
RepositoryException

hasProperty

public boolean hasProperty(java.lang.String name)
                    throws RepositoryException
Specified by:
hasProperty in interface JcrWrapperProperty
Throws:
RepositoryException

setProperty

public Property setProperty(java.lang.String name,
                            java.lang.Object value)
                     throws RepositoryException
Specified by:
setProperty in interface JcrWrapperProperty
Throws:
RepositoryException

Ontimize Document Management