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
GroupClient
delete
in interface GroupClient
EcmException
- indicates that a system exception occurredpublic void undelete() throws EcmException
GroupClient
undelete
in interface GroupClient
EcmException
- indicates that a system exception occurredpublic GroupType load() throws EcmException
GroupClient
load
in interface GroupClient
SystemException
- indicates that a system exception occurredEcmException
public void update(GroupPropertiesType properties) throws EcmException
GroupClient
update
in interface GroupClient
properties
- the properties to changeSystemException
- indicates that a system exception occurredEcmException
public GroupMembershipClientForGroups getGroupMembers()
GroupClient
getGroupMembers
in interface GroupClient
public GroupMembershipClientForUsers getUserMembers()
GroupClient
getUserMembers
in interface GroupClient
public Map<String,PropertyType> getExtension() throws EcmException
GroupClient
getExtension
in interface GroupClient
EcmException
- when the schema-extension properties could not be loadedpublic void setExtension(Map<String,PropertyType> extension) throws EcmException
GroupClient
setExtension
in interface GroupClient
extension
- schema-extension propertiesEcmException
- when the schema-extension properties could not be setpublic void deleteExtension() throws EcmException
GroupClient
deleteExtension
in interface GroupClient
EcmException
- when the schema-extension properties could not be deletedpublic List<AclReferenceType> getACLs() throws EcmException
GroupClient
getACLs
in interface GroupClient
EcmException
- when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.