public class GroupClientImpl extends Object implements GroupClient
GroupClient.| Constructor and Description |
|---|
GroupClientImpl(GroupManagementService groupManagementService,
GroupReferenceType reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
This method deletes the group.
|
void |
deleteExtension()
This method deletes the schema-extension properties of the group.
|
List<AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the group.
|
Map<String,PropertyType> |
getExtension()
This method returns the schema-extension properties of the group.
|
GroupMembershipClientForGroups |
getGroupMembers()
This method returns the group membership management component for groups for the given group.
|
GroupMembershipClientForUsers |
getUserMembers()
This method returns the group membership management component for users for the given group.
|
GroupType |
load()
This method loads the group.
|
void |
setExtension(Map<String,PropertyType> extension)
This method sets the schema-extension properties of the group.
|
void |
undelete()
This method un-deletes the group.
|
void |
update(GroupPropertiesType properties)
This method updates the group with the given properties.
|
public GroupClientImpl(GroupManagementService groupManagementService, GroupReferenceType reference)
public void delete()
throws EcmException
GroupClientdelete in interface GroupClientEcmException - indicates that a system exception occurredpublic void undelete()
throws EcmException
GroupClientundelete in interface GroupClientEcmException - indicates that a system exception occurredpublic GroupType load() throws EcmException
GroupClientload in interface GroupClientSystemException - indicates that a system exception occurredEcmExceptionpublic void update(GroupPropertiesType properties) throws EcmException
GroupClientupdate in interface GroupClientproperties - the properties to changeSystemException - indicates that a system exception occurredEcmExceptionpublic GroupMembershipClientForGroups getGroupMembers()
GroupClientgetGroupMembers in interface GroupClientpublic GroupMembershipClientForUsers getUserMembers()
GroupClientgetUserMembers in interface GroupClientpublic Map<String,PropertyType> getExtension() throws EcmException
GroupClientgetExtension in interface GroupClientEcmException - when the schema-extension properties could not be loadedpublic void setExtension(Map<String,PropertyType> extension) throws EcmException
GroupClientsetExtension in interface GroupClientextension - schema-extension propertiesEcmException - when the schema-extension properties could not be setpublic void deleteExtension()
throws EcmException
GroupClientdeleteExtension in interface GroupClientEcmException - when the schema-extension properties could not be deletedpublic List<AclReferenceType> getACLs() throws EcmException
GroupClientgetACLs in interface GroupClientEcmException - when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.