public abstract class Publishers extends Object
Modifier and Type | Field and Description |
---|---|
static List<Publisher> |
ALL |
static Map<String,Publisher> |
MAP |
Constructor and Description |
---|
Publishers() |
Modifier and Type | Method and Description |
---|---|
abstract List<Publisher> |
definePublishers()
get the
Publishers instances defined by this extension. |
static List<Publisher> |
getAllPublishers()
get all the report publishers defined (predefined and custom).
|
static Publisher |
getPublisher(String id) |
static String |
listAllPublishersIds() |
public Publishers()
public abstract List<Publisher> definePublishers()
Publishers
instances defined by this extension.LogType
public static List<Publisher> getAllPublishers()
public static String listAllPublishersIds()
public static Publisher getPublisher(String id)
Copyright © 2004–2014. All rights reserved.