public class ReportSetList extends ListPackManager
BaseManager.PackEntryChangeListener, BaseManager.RegistryEntry
TYPE_EJP, TYPE_NATIVE
Modifier and Type | Method and Description |
---|---|
ReportSet |
copy(java.lang.String newName,
ReportSet copySource)
Duplicates the given report set and stores the result under the specified name.
|
ReportSet |
create(java.lang.String name)
Creates a new report set using the given name.
|
void |
delete(ReportSet setToDelete)
Deletes the given report set.
|
ReportSet |
getReportSet(java.lang.String name)
Returns the report set for the given name.
|
java.util.List<java.lang.String> |
getReportSetNames()
Return a list of report set names of this instance.
|
addChangeListener, addChangeListener, addGlobalChangeListener, addPackListener, forgetPush, getPack, isShared, popPack, pushPack, removeChangeListener, removeChangeListener, removeGlobalChangeListener, removePackListener, save, save, toString, writeAsXML
public ReportSet create(java.lang.String name) throws CumulusException, javax.naming.InvalidNameException
name
- the name of the new report setCumulusException
- in case of an errorjavax.naming.InvalidNameException
- in case of an invalid or already used namepublic ReportSet copy(java.lang.String newName, ReportSet copySource) throws CumulusException, javax.naming.InvalidNameException
newName
- the name of the new report setcopySource
- the source report set to copyCumulusException
- in case of an errorjavax.naming.InvalidNameException
- in case of an invalid or already used namepublic void delete(ReportSet setToDelete) throws CumulusException
setToDelete
- the report set to deleteCumulusException
- in case of an errorpublic java.util.List<java.lang.String> getReportSetNames()
String
public ReportSet getReportSet(java.lang.String name)
name
- the name of the report set to returnwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.