com.levigo.jadice.document
Interface Folder

All Superinterfaces:
Item, PropertiesProvider

public interface Folder
extends Item

A folder represents a collection if items, i.e. other Folders, Documents or any other implementation of Item. Due to the treats inherited from Item, it may also carry user properties. There is no default implementation of this interface in jadice-core.


Method Summary
 EventList<Item> getContent()
          Get the folder content consisting of more Items.
 
Methods inherited from interface com.levigo.jadice.document.Item
getName
 
Methods inherited from interface com.levigo.jadice.document.util.PropertiesProvider
getProperties
 

Method Detail

getContent

EventList<Item> getContent()
Get the folder content consisting of more Items.

Returns:
the list of items contained in this folder.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.