| Package | Description | 
|---|---|
| com.edorasware.cloud.core.json | |
| com.edorasware.cmmn.one | 
 Contains packages and classes for the integration of the CMMN case engine with edoras-one. 
 | 
| com.edorasware.one.identity.user | |
| com.edorasware.one.identity.user.internal | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
UserDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
           com.fasterxml.jackson.databind.DeserializationContext deserializationContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserSerializer.serialize(User user,
         com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
         com.fasterxml.jackson.databind.SerializerProvider serializerProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TransitionData | 
CmmnHelper.createTransitionData(Map<String,Object> formData,
                    Map<String,Object> parameters,
                    User user)  | 
static TransitionData | 
CmmnHelper.createTransitionData(Map<String,String[]> parameters,
                    User user)  | 
static TransitionData | 
CmmnHelper.createTransitionData(User user)  | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
User.Builder.build()
Build the user object. 
 | 
static User | 
UserUtils.convertToUser(AnyWorkObject userAnyWorkObject,
             SystemGroups systemGroups)
Converts an  
AnyWorkObject user to a User object. | 
User | 
UserManager.getCurrentSystemAdminUser()
Returns the current system admin user. 
 | 
User | 
UserManager.getCurrentUser()
Returns the current user. 
 | 
User | 
UserManager.getUser(String userId)
Returns the user with the given id. 
 | 
User | 
UserService.getUser(String userId)
Returns the  
User with the given id. | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<User> | 
UserManager.findUser(Predicate predicate)
Finds the  
User that matches the given predicate. | 
Optional<User> | 
UserService.findUser(Predicate predicate,
        UserService.UserSearchScope searchScope)
Finds the  
User that matches the given predicate. | 
Optional<User> | 
UserManager.findUserAcrossAllTenants(Predicate predicate)
Finds the  
User that matches the given predicate across all tenants. | 
com.google.common.collect.ImmutableList<User> | 
UserManager.findUsers(Predicate predicate)
Finds the  
Users that match the given predicate. | 
com.google.common.collect.ImmutableList<User> | 
UserService.findUsers(Predicate predicate,
         UserService.UserSearchScope searchScope)
Finds the  
Users that match the given predicate. | 
| Modifier and Type | Method and Description | 
|---|---|
static User.Builder | 
User.builder(User userTemplate)
 | 
static AnyWorkObject | 
UserUtils.convertToWorkObject(User user)
Converts a  
User to an AnyWorkObject user object. | 
String | 
UserManager.createUser(User user)
Persists the given  
User object as an AnyWorkObject with type WorkObjectTypes.USER_TYPE and
the predefined user variables. | 
String | 
UserService.createUser(User user)
Persists the given  
User object as an AnyWorkObject with type WorkObjectTypes.USER_TYPE and
the predefined user variables. | 
String | 
UserManager.updateUser(User user)
Updates an already persisted user. 
 | 
String | 
UserService.updateUser(User user)
Updates an already persisted user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
User | 
DefaultUserManager.getCurrentSystemAdminUser()  | 
User | 
DelegatingUserManager.getCurrentSystemAdminUser()  | 
User | 
DefaultUserManager.getCurrentUser()  | 
User | 
DelegatingUserManager.getCurrentUser()  | 
User | 
DefaultUserManager.getUser(String userId)  | 
User | 
DefaultUserService.getUser(String userId)  | 
User | 
DelegatingUserManager.getUser(String userId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<User> | 
DefaultUserManager.findUser(Predicate predicate)  | 
Optional<User> | 
DelegatingUserManager.findUser(Predicate predicate)  | 
Optional<User> | 
DefaultUserService.findUser(Predicate predicate,
        UserService.UserSearchScope searchScope)  | 
Optional<User> | 
DefaultUserManager.findUserAcrossAllTenants(Predicate predicate)  | 
Optional<User> | 
DelegatingUserManager.findUserAcrossAllTenants(Predicate predicate)  | 
com.google.common.collect.ImmutableList<User> | 
DefaultUserManager.findUsers(Predicate predicate)  | 
com.google.common.collect.ImmutableList<User> | 
DelegatingUserManager.findUsers(Predicate predicate)  | 
com.google.common.collect.ImmutableList<User> | 
DefaultUserService.findUsers(Predicate predicate,
         UserService.UserSearchScope searchScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
DefaultUserManager.createUser(User user)  | 
String | 
DefaultUserService.createUser(User user)  | 
String | 
DelegatingUserManager.createUser(User user)  | 
String | 
DefaultUserManager.updateUser(User user)  | 
String | 
DefaultUserService.updateUser(User user)  | 
String | 
DelegatingUserManager.updateUser(User user)  | 
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.