|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
StoreElement.getChildren(Class<T> type)
Get the element's direct children that are instances of the given type. |
|
|
StoreElement.getChildren(Class<T> type,
boolean recurse)
Get the element's children that are instances of the given type. |
|
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |