| Modifier and Type | Method and Description | 
|---|---|
void | 
CloudAccountInitializer.initAccount(AccountSetup account,
           String userId,
           String comment,
           SystemGroups systemGroups)  | 
void | 
CloudAccountInitializer.initAccounts(TenantSetup tenantData,
            String userId,
            String comment,
            SystemGroups systemGroups)  | 
| Modifier and Type | Method and Description | 
|---|---|
SystemGroups | 
SystemGroupsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
           com.fasterxml.jackson.databind.DeserializationContext deserializationContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SystemGroupsSerializer.serialize(SystemGroups systemGroups,
         com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
         com.fasterxml.jackson.databind.SerializerProvider serializerProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TenantGroupConfiguration | 
TenantGroupConfiguration.from(SystemGroups systemGroups)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SystemGroups | 
SystemGroups.from(String userGroupId,
    String modelerGroupId,
    String managerGroupId,
    String administratorGroupId,
    String supervisorGroupId,
    String allUsersGroupId)
Creates a new  
SystemGroups instance from the given system group ids. | 
SystemGroups | 
GroupManager.getCurrentSystemGroups()
Returns the current system groups. 
 | 
SystemGroups | 
GroupService.getSystemGroups(String tenantId)
Returns the ids of the system groups for the specified tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SystemGroups | 
DefaultGroupManager.getCurrentSystemGroups()  | 
SystemGroups | 
DefaultGroupService.getSystemGroups(String tenantId)  | 
| Modifier and Type | Method and Description | 
|---|---|
static User | 
UserUtils.convertToUser(AnyWorkObject userAnyWorkObject,
             SystemGroups systemGroups)
Converts an  
AnyWorkObject user to a User object. | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.