public interface AutomatikStrukturLoaderI
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
| Modifier and Type | Method and Description |
|---|---|
Struktur |
getAutomatikStrukturForPath(java.lang.String path)
Returns the automatically generated structure element for a given path.
|
Struktur |
getAutomatikStrukturForPath(java.lang.String path,
boolean reload)
Returns the automatically generated structure element for a given path.
|
Struktur |
getAutomatikStrukturForPath(java.lang.String path,
boolean reload,
boolean directOnly)
Returns the automatically generated structure element for a given path.
|
Struktur |
getAutomatikStrukturForPath(java.lang.String path,
boolean reload,
boolean directOnly,
EntityI[] entitiesOnly)
Returns the automatically generated structure element for a given path.
|
static final java.lang.String $0
Struktur getAutomatikStrukturForPath(java.lang.String path, boolean reload, boolean directOnly, EntityI[] entitiesOnly)
path - a String containing the path to the automatically generated structure element that shall be loadedreload - force a reloaddirectOnly - only return structure that is for the entity directly, that is resolved from the path, no parent class structureentitiesOnly - only returns structure of the passed EntityI; no restriction if nullStruktur getAutomatikStrukturForPath(java.lang.String path, boolean reload, boolean directOnly)
path - a String containing the path to the automatically generated structure element that shall be loadedreload - force a reloaddirectOnly - only return structure that is for the entity directly, that is resolved from the path, no parent class structureStruktur getAutomatikStrukturForPath(java.lang.String path, boolean reload)
path - a String containing the path to the automatically generated structure element that shall be loadedreload - force a reloadStruktur getAutomatikStrukturForPath(java.lang.String path)
path - a String containing the path to the automatically generated structure element that shall be loadedCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.