Uses of Class
de.uni_leipzig.wifa.iwi.mr3.service.MRException

Packages that use MRException
de.uni_leipzig.wifa.iwi.mr3.dao DAO interfaces. 
de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl DAO implementation for neo4j. 
de.uni_leipzig.wifa.iwi.mr3.service (Web-) service interfaces. 
de.uni_leipzig.wifa.iwi.mr3.service.impl Service implementation. 
 

Uses of MRException in de.uni_leipzig.wifa.iwi.mr3.dao
 

Methods in de.uni_leipzig.wifa.iwi.mr3.dao that throw MRException
 void ModelRepositoryDao.delete(String nsUri, boolean cascading)
          Remove the model from repository with the given namespace URI.
 void SaveProcessor.dispatch(org.eclipse.emf.ecore.EObject element, Map<org.eclipse.emf.ecore.EObject,Object> registry)
          Dispatch the current element to its handler.
 void ModelRepositoryDao.save(org.eclipse.emf.ecore.resource.Resource resource)
          Save Resource.
 

Uses of MRException in de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl
 

Methods in de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl that throw MRException
 void ModelRepositoryDaoNeo4jImpl.delete(String nsUri, boolean cascading)
          Deletes the model with the given namespace uri.
 void ModelRepositoryDaoNeo4jImpl.save(org.eclipse.emf.ecore.resource.Resource resource)
          Save Resource.
 

Uses of MRException in de.uni_leipzig.wifa.iwi.mr3.service
 

Methods in de.uni_leipzig.wifa.iwi.mr3.service that throw MRException
 Comparison ModelRepositorySkeletonInterface.compare(String leftUri, String rightUri)
          Auto generated method signature
 void ModelRepositorySkeletonInterface.delete(String uri2, boolean cascading)
          Auto generated method signature
 org.apache.axiom.om.OMElement ModelRepositorySkeletonInterface.load(String uri)
          Auto generated method signature
 Comparison CompareProcessor.process(String leftUri, String rightUri)
          Processes a compare request.
 void ModelRepositorySkeletonInterface.save(org.apache.axiom.om.OMElement extraElement0, String uri1)
          Auto generated method signature
 

Uses of MRException in de.uni_leipzig.wifa.iwi.mr3.service.impl
 

Methods in de.uni_leipzig.wifa.iwi.mr3.service.impl that throw MRException
 Comparison ModelRepositoryServiceImpl.compare(String leftUri, String rightUri)
          Compare two models.
 void ModelRepositoryServiceImpl.delete(String nsUri, boolean cascading)
          Delete model.
 org.apache.axiom.om.OMElement ModelRepositoryServiceImpl.load(String nsUri)
          Load a model by given namespace URI.
 Comparison CompareProcessorImpl.process(String leftUri, String rightUri)
           
 void ModelRepositoryServiceImpl.save(org.apache.axiom.om.OMElement model, String uri)
          Store model into model repository.
 



Copyright © 2010 Uni-Leipzig. All Rights Reserved.