removeUserList() - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T04:07:07.148709
Class

com.enterworks.client.facade.administration.AdministrationFacade

Parameters

SessionProfile profile — the session profile object for the current logged-in Session.

Collection userIdCollection — a Java ArrayList collection containing the Integer objects of the unique identifiers for all users to delete.

Returns int numberDeleted — the number of users that were deleted.
Description removeUserList() relies on the EPX User EJB to actually do the work of removing the user objects and their associated data. The server validates that the user of the session profile has the appropriate access rights before the users are deleted.