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