public interface CxUserClient
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(CxUser user) |
void |
deleteUser(Integer id) |
CxUser |
getUser(Integer id) |
List<CxUser> |
getUsers() |
void |
updateUser(CxUser user) |
List<CxUser> getUsers() throws CheckmarxException
CheckmarxExceptionCxUser getUser(Integer id) throws CheckmarxException
CheckmarxExceptionvoid addUser(CxUser user) throws CheckmarxException
CheckmarxExceptionvoid updateUser(CxUser user) throws CheckmarxException
CheckmarxExceptionvoid deleteUser(Integer id) throws CheckmarxException
CheckmarxExceptionCopyright © 2020. All rights reserved.