org.jfree.repository.stream

Class StreamContentLocation

public class StreamContentLocation extends Object implements ContentLocation

Creation-Date: 13.11.2006, 17:23:40

Author: Thomas Morgner

Constructor Summary
StreamContentLocation(StreamRepository repository)
Method Summary
ContentItemcreateItem(String name)
ContentLocationcreateLocation(String name)
booleandelete()
booleanexists(String name)
ObjectgetAttribute(String domain, String key)
ObjectgetContentId()
ContentEntitygetEntry(String name)
StringgetName()
ContentLocationgetParent()
RepositorygetRepository()
ContentEntity[]listContents()
booleansetAttribute(String domain, String key, Object value)

Constructor Detail

StreamContentLocation

public StreamContentLocation(StreamRepository repository)

Method Detail

createItem

public ContentItem createItem(String name)

createLocation

public ContentLocation createLocation(String name)

delete

public boolean delete()

exists

public boolean exists(String name)

getAttribute

public Object getAttribute(String domain, String key)

getContentId

public Object getContentId()

getEntry

public ContentEntity getEntry(String name)

getName

public String getName()

getParent

public ContentLocation getParent()

getRepository

public Repository getRepository()

listContents

public ContentEntity[] listContents()

setAttribute

public boolean setAttribute(String domain, String key, Object value)