createGroup() - 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

GroupVO group — the group object that holds the user information required by the API to create the group, along with any group members which are GroupUserVOs containing UserVOs.

Description This method will use the GroupVO value object passed to it to add a new group to the system. Note that the method also returns a reference to a new GroupVO object that contains any additional data that may have been added to the object within the façade or in the EPX EJB responsible for managing groups. This new object reference should be used if any additional manipulation of the object is to be done. The name of the group is required and is the key when adding a group. The group name should not contain any spaces and should include only alpha-numeric characters.