| Package | Description |
|---|---|
| org.appng.api |
Base package for the appNG API
|
| org.appng.api.model |
Provides an interface-based view to the domain model of appNG and some very basic interfaces.
|
| org.appng.api.support |
Implementations of commonly used features like internationalization, permission- and parameter-processing etc.
|
| org.appng.core.domain |
The persistent domain objects.
|
| org.appng.core.service |
The service layer.
|
| org.appng.testsupport |
Test-related types
|
| org.appng.xml.application |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ApplicationConfigProvider.getApplicationInfo()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
Resources.getApplicationInfo()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ApplicationResourceHolder.getApplicationInfo() |
ApplicationInfo |
ApplicationConfigProviderImpl.getApplicationInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationImpl |
RepositoryImpl.getApplication(ApplicationImpl application,
ApplicationInfo applicationInfo) |
static ApplicationImpl |
RepositoryImpl.getApplication(ApplicationInfo applicationInfo) |
| Modifier and Type | Method and Description |
|---|---|
MigrationService.MigrationStatus |
DatabaseService.manageApplicationConnection(SiteApplication siteApplication,
ApplicationInfo applicationInfo,
File sqlFolder,
String databasePrefix)
Migrates the database for the given
SiteApplication. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestBase.SimpleApplication.init(Properties overrides,
ApplicationInfo applicationInfo) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ObjectFactory.createApplicationInfo()
Create an instance of
ApplicationInfo |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ApplicationInfo> |
ObjectFactory.createApplication(ApplicationInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ApplicationInfo> |
ObjectFactory.createApplication(ApplicationInfo value)
|
Copyright © 2011–2019 aiticon GmbH. All rights reserved.