org.camunda.bpm.cycle.repository
Class UserRepository
java.lang.Object
org.camunda.bpm.cycle.repository.AbstractRepository<User>
org.camunda.bpm.cycle.repository.UserRepository
- All Implemented Interfaces:
- UserLookup
@Repository
public class UserRepository
- extends AbstractRepository<User>
- implements UserLookup
- Author:
- nico.rehwaldt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRepository
public UserRepository()
isNameAvailable
public boolean isNameAvailable(String name)
findByName
public User findByName(String name)
- Return user with the given name
- Specified by:
findByName in interface UserLookup
- Parameters:
name -
- Returns:
Copyright © 2014 camunda services GmbH. All rights reserved.