public ContentHandler getImportContentHandler()

in src/main/java/org/apache/sling/jcr/oak/server/internal/TcclWrappingJackrabbitSession.java [246:249]


    public ContentHandler getImportContentHandler(String parentAbsPath, int uuidBehavior) throws PathNotFoundException,
            ConstraintViolationException, VersionException, LockException, RepositoryException {
        return wrapped.getImportContentHandler(parentAbsPath, uuidBehavior);
    }