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

Packages that use DbModule
org.axway.grapes.server.core   
org.axway.grapes.server.core.graphs   
org.axway.grapes.server.core.options.filters   
org.axway.grapes.server.db   
org.axway.grapes.server.db.datamodel   
org.axway.grapes.server.db.mongo   
 

Uses of DbModule in org.axway.grapes.server.core
 

Methods in org.axway.grapes.server.core that return DbModule
 DbModule ArtifactHandler.getModule(DbArtifact dbArtifact)
          Returns the Module of artifact or null if there is none
 DbModule ModuleHandler.getModule(String moduleId)
          Returns a module
 

Methods in org.axway.grapes.server.core that return types with arguments of type DbModule
 List<DbModule> ArtifactHandler.getAncestors(String gavc, FiltersHolder filters)
          Return the list of module that uses the targeted artifact
 List<DbModule> ModuleHandler.getModules(FiltersHolder filters)
          Provides a list of module regarding the filters
 

Methods in org.axway.grapes.server.core with parameters of type DbModule
 DbOrganization OrganizationHandler.getMatchingOrganization(DbModule dbModule)
          Returns an Organization that suits the Module or null if there is none
 DbOrganization ModuleHandler.getOrganization(DbModule module)
           
 void ModuleHandler.store(DbModule dbModule)
          Add/update module in the database
 

Uses of DbModule in org.axway.grapes.server.core.graphs
 

Methods in org.axway.grapes.server.core.graphs with parameters of type DbModule
abstract  String AbstractGraph.getId(DbModule module)
           
 String ModuleGraph.getId(DbModule module)
           
 

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

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

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

Methods in org.axway.grapes.server.db that return DbModule
 DbModule ModelMapper.getDbModule(Module module)
          Transform a module from client/server model to database model
 DbModule RepositoryHandler.getModule(String moduleId)
          Return the targeted module
 DbModule RepositoryHandler.getModuleOf(String gavc)
          Return the module or the submodule that contains the gavc.
 DbModule RepositoryHandler.getRootModuleOf(String gavc)
          Return the module that contains the gavc.
 

Methods in org.axway.grapes.server.db that return types with arguments of type DbModule
static List<DbModule> DataUtils.getAllSubmodules(DbModule module)
          Return the list of all the module submodules
 List<DbModule> RepositoryHandler.getAncestors(DbArtifact artifact, FiltersHolder filters)
          Retrieve the list of the modules the use the targeted artifact
 List<DbModule> RepositoryHandler.getModules(FiltersHolder filters)
          Return a list od module regarding the filters
 

Methods in org.axway.grapes.server.db with parameters of type DbModule
static List<String> DataUtils.getAllArtifacts(DbModule module)
          Return a gavc list of all the artifact contained into the module (an its submodules)
static List<DbDependency> DataUtils.getAllDbDependencies(DbModule module)
          Return a list of all the dependencies contained into the module (an its submodules)
static List<DbModule> DataUtils.getAllSubmodules(DbModule module)
          Return the list of all the module submodules
 Module ModelMapper.getModule(DbModule dbModule)
          Transform a module from database model to client/server model
 void RepositoryHandler.promoteModule(DbModule module)
          Promote the targeted module
 void RepositoryHandler.store(DbModule dbModule)
          Create a new module or update an existing one into the database
 

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

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

Methods in org.axway.grapes.server.db.datamodel with parameters of type DbModule
 void DbModule.addSubmodule(DbModule submodule)
           
 

Method parameters in org.axway.grapes.server.db.datamodel with type arguments of type DbModule
 void DbModule.setSubmodules(List<DbModule> submodules)
           
 

Uses of DbModule in org.axway.grapes.server.db.mongo
 

Methods in org.axway.grapes.server.db.mongo that return DbModule
 DbModule MongodbHandler.getModule(String moduleId)
           
 DbModule MongodbHandler.getModuleOf(String gavc)
           
 DbModule MongodbHandler.getRootModuleOf(String gavc)
           
 

Methods in org.axway.grapes.server.db.mongo that return types with arguments of type DbModule
 List<DbModule> MongodbHandler.getAncestors(DbArtifact artifact, FiltersHolder filters)
           
 List<DbModule> MongodbHandler.getModules(FiltersHolder filters)
           
 

Methods in org.axway.grapes.server.db.mongo with parameters of type DbModule
 void MongodbHandler.promoteModule(DbModule module)
           
 void MongodbHandler.store(DbModule module)
           
 



Copyright © 2014. All Rights Reserved.