Uses of Class
org.axway.grapes.server.db.datamodel.DbDependency

Packages that use DbDependency
org.axway.grapes.server.core.options   
org.axway.grapes.server.core.options.filters   
org.axway.grapes.server.db   
org.axway.grapes.server.db.datamodel   
 

Uses of DbDependency in org.axway.grapes.server.core.options
 

Methods in org.axway.grapes.server.core.options with parameters of type DbDependency
 boolean ScopeHandler.filter(DbDependency datamodelObj)
           
 boolean FiltersHolder.shouldBeInReport(DbDependency dependency)
          Check if a dependency matches the filters
 

Uses of DbDependency in org.axway.grapes.server.core.options.filters
 

Methods in org.axway.grapes.server.core.options.filters with parameters of type DbDependency
 boolean CorporateFilter.matches(DbDependency dependency)
           
 

Uses of DbDependency in org.axway.grapes.server.db
 

Methods in org.axway.grapes.server.db that return types with arguments of type DbDependency
static List<DbDependency> DataUtils.getAllDbDependencies(DbModule module)
          Return a list of all the dependencies contained into the module (an its submodules)
 

Methods in org.axway.grapes.server.db with parameters of type DbDependency
 Dependency ModelMapper.getDependency(DbDependency dbDependency, String sourceName, String sourceVersion)
          Transform a dependency from database model to client/server model
 

Uses of DbDependency in org.axway.grapes.server.db.datamodel
 

Methods in org.axway.grapes.server.db.datamodel that return types with arguments of type DbDependency
 List<DbDependency> DbModule.getDependencies()
           
 

Method parameters in org.axway.grapes.server.db.datamodel with type arguments of type DbDependency
 void DbModule.addDependencies(List<DbDependency> dependencies)
           
 void DbModule.setDependencies(List<DbDependency> dependencies)
           
 



Copyright © 2014. All Rights Reserved.