Examples of liftNodeTypes()


Examples of org.apache.stanbol.cmsadapter.servicesapi.processor.TypeLifter.liftNodeTypes()

            throw new IllegalArgumentException("Connection type must be one of JCR or CMIS.");
        }

        // lift type defintions
        TypeLifter typeLifter = typeLifterManager.getRepositoryAccessor(connectionType);
        typeLifter.liftNodeTypes(this);

        runProcessors(null, "create");
        OntologyResourceHelper.saveConnectionInfo(conf.getConnectionInfo(), this.ontModel);
        OntologyResourceHelper.saveBridgeDefinitions(conf.getBridgeDefinitions(), this.ontModel);
        logger.debug("Total process time for ontology {} is {} ms", ontologyURI, System.currentTimeMillis()
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.