org.pentaho.reporting.libraries.repository.email
public class EmailContentLocation extends Object implements ContentLocation
Constructor Summary | |
---|---|
EmailContentLocation(EmailRepository repository, ContentLocation parent, String name) |
Method Summary | |
---|---|
ContentItem | createItem(String name)
Creates a new data item in the current location. |
ContentLocation | createLocation(String name) |
boolean | delete() |
boolean | exists(String name) |
Object | getAttribute(String domain, String key) |
Object | getContentId() |
ContentEntity | getEntry(String name) |
String | getName() |
ContentLocation | getParent() |
Repository | getRepository() |
ContentEntity[] | listContents() |
boolean | setAttribute(String domain, String key, Object value) |
Parameters: name
Returns:
Throws: ContentCreationException if the item could not be created.