@Configuration @Profile(value="server-demo") public class RiceServerDemoFilterConfig extends Object implements MetaInfFilterConfig
| Constructor and Description |
|---|
RiceServerDemoFilterConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcluded(org.kuali.common.util.metainf.spring.MetaInfGroup group,
org.kuali.common.util.metainf.spring.MetaInfDataLocation location,
org.kuali.common.util.metainf.spring.MetaInfDataType type)
Returns whether to exclude the data for the
MetaInfGroup, MetaInfDataLocation, and
MetaInfDataType. |
boolean |
isIncluded(org.kuali.common.util.metainf.spring.MetaInfGroup group,
org.kuali.common.util.metainf.spring.MetaInfDataLocation location,
org.kuali.common.util.metainf.spring.MetaInfDataType type)
Returns whether to include the data for the
MetaInfGroup, MetaInfDataLocation, and
MetaInfDataType. |
public RiceServerDemoFilterConfig()
public boolean isIncluded(org.kuali.common.util.metainf.spring.MetaInfGroup group, org.kuali.common.util.metainf.spring.MetaInfDataLocation location, org.kuali.common.util.metainf.spring.MetaInfDataType type)
MetaInfGroup, MetaInfDataLocation, and
MetaInfDataType.
Initially include all data sets.
isIncluded in interface MetaInfFilterConfiggroup - the {link MetaInfGroup} to checklocation - the MetaInfDataLocation to checktype - the MetaInfDataType to checkpublic boolean isExcluded(org.kuali.common.util.metainf.spring.MetaInfGroup group, org.kuali.common.util.metainf.spring.MetaInfDataLocation location, org.kuali.common.util.metainf.spring.MetaInfDataType type)
MetaInfGroup, MetaInfDataLocation, and
MetaInfDataType.
Exclude the client demo data set.
isExcluded in interface MetaInfFilterConfiggroup - the {link MetaInfGroup} to checklocation - the MetaInfDataLocation to checktype - the MetaInfDataType to checkCopyright © 2005–2018 The Kuali Foundation. All rights reserved.