Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.UserEntity

Packages that use UserEntity
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.identity.db   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of UserEntity in org.camunda.bpm.engine.impl.cmd
 

Fields in org.camunda.bpm.engine.impl.cmd declared as UserEntity
protected  UserEntity SaveUserCmd.user
           
 

Uses of UserEntity in org.camunda.bpm.engine.impl.identity.db
 

Methods in org.camunda.bpm.engine.impl.identity.db that return UserEntity
 UserEntity DbIdentityServiceProvider.createNewUser(String userId)
           
 UserEntity DbReadOnlyIdentityServiceProvider.findUserById(String userId)
           
 

Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type UserEntity
protected  void DbIdentityServiceProvider.createDefaultAuthorizations(UserEntity userEntity)
           
 

Uses of UserEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as UserEntity
protected  UserEntity MembershipEntity.user
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return UserEntity
 UserEntity MembershipEntity.getUser()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type UserEntity
 void MembershipEntity.setUser(UserEntity user)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.