Package | Description |
---|---|
de.espirit.firstspirit.access.store |
Modifier and Type | Method and Description |
---|---|
Listable<StoreElement> |
StoreElement.getChildren()
Get the element's direct children.
|
<T extends StoreElement> |
StoreElement.getChildren(Class<T> type)
Get the element's direct children that are instances of the given type.
|
<T extends StoreElement> |
StoreElement.getChildren(Class<T> type,
boolean recurse)
Get the element's children that are instances of the given type.
|
<T extends StoreElement> |
StoreElement.getChildren(Filter.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 root nodes from the given zip exportfile.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500