Package | Description |
---|---|
com.edorasware.cloud.core.init | |
com.edorasware.one.init |
Modifier and Type | Method and Description |
---|---|
List<PersistedSetup<TenantSetup>> |
OneInitializer.init(String comment)
Runs the application data initialization.
|
PersistedSetup<TenantSetup> |
OneInitializer.setupTenant(org.springframework.core.io.Resource tenantResource)
Initializes a given tenant by its tenant JSON definition.
|
Modifier and Type | Method and Description |
---|---|
void |
TenantInitializer.createTenantMetadata(TenantSetup tenantData,
String adminUserId) |
void |
CloudAccountInitializer.initAccounts(TenantSetup tenantData,
String userId,
String comment,
SystemGroups systemGroups) |
Modifier and Type | Method and Description |
---|---|
static TenantSetup |
TenantSetup.createFromJsonMap(Map<String,Object> tenantDataStructure) |
static TenantSetup |
TenantSetupUtils.getTenantSetup(org.springframework.core.io.Resource tenantResource)
Parses the given resource into a
TenantSetup instance. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.