public interface UserSystemService
| Modifier and Type | Method and Description |
|---|---|
List<User> |
findAllUsers() |
User |
findUser(String id)
Get the user information for a particular user.
|
String |
getName() |
void |
start()
Invoked by the task assigning integration as part of the initialization procedure and before any other method
is invoked.
|
void |
test()
Invoked by the task assigning integration as part of the initialization procedure and after the start() method
is invoked.
|
void start()
void test() throws Exception
Exception - if the test method failed.String getName()
List<User> findAllUsers()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.