public interface SetCollection
| Modifier and Type | Method and Description |
|---|---|
boolean |
containEnabledSet(String set,
String publisherDBName)
Test if a set is in this collection.
|
boolean |
containSet(String set,
String publisherDBName)
Test if a set is in this collection.
|
int |
count(String setSpec,
String mdPrefix,
String publisherDBName)
Gets the number of elements in the set with the given set spec for the given metadata prefix.
|
List<SetInfo> |
getAllSets(boolean enabledOnly,
String publisherDBName)
Get all sets.
|
String |
getSetQuery(String set,
String publisherDBName)
Obtains the set query.
|
List<SetInfo> getAllSets(boolean enabledOnly, String publisherDBName)
boolean containSet(String set, String publisherDBName)
set - set specboolean containEnabledSet(String set, String publisherDBName)
set - set specString getSetQuery(String set, String publisherDBName)
set - set specint count(String setSpec, String mdPrefix, String publisherDBName)
setSpec - mdPrefix - Copyright © 2019. All rights reserved.