Uses of Interface
de.espirit.common.util.Listable

Packages that use Listable
de.espirit.firstspirit.access.store   
 

Uses of Listable in de.espirit.firstspirit.access.store
 

Methods in de.espirit.firstspirit.access.store that return Listable
 Listable<StoreElement> StoreElement.getChildren()
          Get the element's direct children.
<T extends StoreElement>
Listable<T>
StoreElement.getChildren(Class<T> type)
          Get the element's direct children that are instances of the given type.
<T extends StoreElement>
Listable<T>
StoreElement.getChildren(Class<T> type, boolean recurse)
          Get the element's children that are instances of the given type.
<T extends StoreElement>
Listable<T>
StoreElement.getChildren(TypedFilter<T> filter, boolean recurse)
          Get the element's children passing the given typed filter.
 Listable<StoreElement> StoreElement.importStoreElements(ZipFile exportFile, ImportHandler importHandler)
          Imports all StoreElements from given zip exportfile.
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480