com.ontimize.dms.jcr
Class FactoryHandlerInternal
java.lang.Object
com.ontimize.dms.jcr.FactoryHandlerInternal
- All Implemented Interfaces:
- FactoryHandler
public class FactoryHandlerInternal
- extends java.lang.Object
- implements FactoryHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryHandlerInternal
public FactoryHandlerInternal()
getFactory
public static FactoryHandler getFactory()
createNodeManagerClassName
protected java.lang.String createNodeManagerClassName()
createNodeManager
public NodeManager createNodeManager(Node node)
throws RepositoryException
- Specified by:
createNodeManager in interface FactoryHandler
- Throws:
RepositoryException
createNodeClassName
protected java.lang.String createNodeClassName()
createNode
public JcrNode createNode(JcrSession session,
Node base,
Node node)
throws RepositoryException
- Specified by:
createNode in interface FactoryHandler
- Throws:
RepositoryException
createPropertyClassName
protected java.lang.String createPropertyClassName()
createProperty
public JcrProperty createProperty(JcrNode node,
boolean hasInternal)
throws RepositoryException
- Specified by:
createProperty in interface FactoryHandler
- Throws:
RepositoryException
createStreamClassName
protected java.lang.String createStreamClassName()
createStream
public JcrStream createStream(JcrNode node,
java.lang.Number version)
throws RepositoryException
- Specified by:
createStream in interface FactoryHandler
- Throws:
RepositoryException
createVersionClassName
protected java.lang.String createVersionClassName()
createVersion
public JcrVersion createVersion(JcrNode node)
throws RepositoryException
- Specified by:
createVersion in interface FactoryHandler
- Throws:
RepositoryException