Skip navigation links
G I M O R 

G

getDefaultExcludes(Map<MetaInfGroup, String>) - Method in class org.kuali.rice.sql.config.spring.RiceSqlConfig
Generates the default mapping of excluded paths from the defaultIncludes map.
getDefaultExcludes() - Method in class org.kuali.rice.xml.config.spring.RiceXmlConfig
Generates the default mapping of excluded paths.
getDefaultIncludes(String, String, MetaInfDataLocation, MetaInfDataType) - Method in class org.kuali.rice.sql.config.spring.RiceSqlConfig
Generates the default mapping of included paths from the given qualifier, vendor, and type.
getDefaultIncludes(String, MetaInfDataType) - Method in class org.kuali.rice.xml.config.spring.RiceXmlConfig
Generates the default mapping of included paths from the given qualifier and type.
getMetaInfContexts(MetaInfGroup, String, String, MetaInfDataLocation, MetaInfDataType) - Method in class org.kuali.rice.sql.config.spring.RiceSqlConfig
Creates a list of META-INF contexts for the given group, qualifier, vendor, location, and type.
getMetaInfContexts(MetaInfGroup, String, MetaInfDataType) - Method in class org.kuali.rice.xml.config.spring.RiceXmlConfig
Creates a list of META-INF contexts for the given group, qualifier, and type.
getMetaInfDataLocations() - Method in interface org.kuali.rice.db.config.profile.MetaInfDataLocationProfileConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataLocations() - Method in class org.kuali.rice.db.config.profile.RiceClientBootstrapConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataLocations() - Method in class org.kuali.rice.db.config.profile.RiceClientDemoConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataLocations() - Method in class org.kuali.rice.db.config.profile.RiceMasterConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataLocations() - Method in class org.kuali.rice.db.config.profile.RiceServerBootstrapConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataLocations() - Method in class org.kuali.rice.db.config.profile.RiceServerDemoConfig
Returns the list of MetaInfDataLocations to apply to the database.
getMetaInfDataTypes() - Method in interface org.kuali.rice.db.config.profile.MetaInfDataTypeProfileConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfDataTypes() - Method in class org.kuali.rice.db.config.profile.RiceClientBootstrapConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfDataTypes() - Method in class org.kuali.rice.db.config.profile.RiceClientDemoConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfDataTypes() - Method in class org.kuali.rice.db.config.profile.RiceMasterConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfDataTypes() - Method in class org.kuali.rice.db.config.profile.RiceServerBootstrapConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfDataTypes() - Method in class org.kuali.rice.db.config.profile.RiceServerDemoConfig
Returns the list of MetaInfDataTypes to apply to the database.
getMetaInfGroups() - Method in interface org.kuali.rice.db.config.profile.MetaInfGroupProfileConfig
Returns the list of MetaInfGroups to apply to the database.

I

isExcluded(MetaInfGroup, MetaInfDataLocation, MetaInfDataType) - Method in interface org.kuali.rice.db.config.profile.MetaInfFilterConfig
Returns whether to exclude the data for the MetaInfGroup, MetaInfDataLocation, and MetaInfDataType.
isExcluded(MetaInfGroup, MetaInfDataLocation, MetaInfDataType) - Method in class org.kuali.rice.db.config.profile.RiceServerDemoFilterConfig
Returns whether to exclude the data for the MetaInfGroup, MetaInfDataLocation, and MetaInfDataType.
isIncluded(MetaInfGroup, MetaInfDataLocation, MetaInfDataType) - Method in interface org.kuali.rice.db.config.profile.MetaInfFilterConfig
Returns whether to include the data for the MetaInfGroup, MetaInfDataLocation, and MetaInfDataType.
isIncluded(MetaInfGroup, MetaInfDataLocation, MetaInfDataType) - Method in class org.kuali.rice.db.config.profile.RiceServerDemoFilterConfig
Returns whether to include the data for the MetaInfGroup, MetaInfDataLocation, and MetaInfDataType.

M

metaInfContexts() - Method in class org.kuali.rice.sql.config.spring.RiceSqlConfig
metaInfContexts() - Method in class org.kuali.rice.xml.config.spring.RiceXmlConfig
MetaInfDataLocationProfileConfig - Interface in org.kuali.rice.db.config.profile
Defines the common interface for getting the appropriate MetaInfDataLocations for the profile being applied to the database.
MetaInfDataTypeProfileConfig - Interface in org.kuali.rice.db.config.profile
Defines the common interface for getting the appropriate MetaInfDataTypes for the profile being applied to the database.
MetaInfFilterConfig - Interface in org.kuali.rice.db.config.profile
Applies a filter to the combination of a MetaInfGroup, a MetaInfDataLocation, and a MetaInfDataType data set.
MetaInfGroupProfileConfig - Interface in org.kuali.rice.db.config.profile
Defines the common interface for getting the appropriate MetaInfGroups for the profile being applied to the database.

O

org.kuali.rice.db.config.profile - package org.kuali.rice.db.config.profile
 
org.kuali.rice.sql.config.spring - package org.kuali.rice.sql.config.spring
 
org.kuali.rice.xml.config.spring - package org.kuali.rice.xml.config.spring
 

R

RiceClientBootstrapConfig - Class in org.kuali.rice.db.config.profile
Defines the Rice bootstrap dataset, which is the absolute minimum amount of tables and data required to run a standalone Rice server.
RiceClientBootstrapConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceClientBootstrapConfig
 
RiceClientDemoConfig - Class in org.kuali.rice.db.config.profile
Defines the Rice client dataset, which is the data in any application that uses a Rice server.
RiceClientDemoConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceClientDemoConfig
 
RiceMasterConfig - Class in org.kuali.rice.db.config.profile
Defines the Rice master dataset, which includes all data.
RiceMasterConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceMasterConfig
 
RiceServerBootstrapConfig - Class in org.kuali.rice.db.config.profile
Defines the Rice server dataset, which is the data in the Rice standalone instance.
RiceServerBootstrapConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceServerBootstrapConfig
 
RiceServerDemoConfig - Class in org.kuali.rice.db.config.profile
Defines the Rice demo dataset, which is the data behind the sample applications.
RiceServerDemoConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceServerDemoConfig
 
RiceServerDemoFilterConfig - Class in org.kuali.rice.db.config.profile
Defines the filter that removes the client demo data from the server demo data set.
RiceServerDemoFilterConfig() - Constructor for class org.kuali.rice.db.config.profile.RiceServerDemoFilterConfig
 
RiceSqlConfig - Class in org.kuali.rice.sql.config.spring
Defines the configuration for creating the sql property files that define how the database is created.
RiceSqlConfig() - Constructor for class org.kuali.rice.sql.config.spring.RiceSqlConfig
 
RiceXmlConfig - Class in org.kuali.rice.xml.config.spring
Defines the configuration for creating the xml property files that define how the database is created.
RiceXmlConfig() - Constructor for class org.kuali.rice.xml.config.spring.RiceXmlConfig
 
G I M O R 
Skip navigation links

Copyright © 2005–2017 The Kuali Foundation. All rights reserved.