public interface GroupMembershipClientForGroups extends SearchClient<com.lexmark.saperion.administration.GroupType>
Modifier and Type | Method and Description |
---|---|
void |
addMember(com.lexmark.saperion.administration.GroupReferenceType member)
This method adds a group or user - given by its reference - to the given group.
|
void |
removeMember(com.lexmark.saperion.administration.GroupReferenceType member)
This method removes a member reference from the given group.
|
void addMember(com.lexmark.saperion.administration.GroupReferenceType member) throws com.lexmark.saperion.exceptions.EcmException
member
- a reference to the member to addcom.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredvoid removeMember(com.lexmark.saperion.administration.GroupReferenceType member) throws com.lexmark.saperion.exceptions.EcmException
member
- the member to removecom.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.