public interface GroupManagementServiceClient
Modifier and Type | Method and Description |
---|---|
GroupReferenceType |
createGroup(GroupPropertiesType properties)
This method creates a new group with the given properties and returns a reference to it.
|
GroupReferenceType |
createGroup(String shortName)
This method is a shorthand to
createGroup(String, String, String) . |
GroupReferenceType |
createGroup(String shortName,
String fullName,
String description)
This method creates a new group with the given properties and returns a reference to it.
|
GroupClient |
resolve(GroupReferenceType reference)
This method returns an administration client for the group with the given reference.
|
GroupClient |
resolveName(String groupName)
This method returns an administration client for the group with the given name.
|
SearchClient<GroupListItemType> |
search()
This method returns a search client for searching groups.
|
SearchClient<GroupListItemType> |
searchDeleted()
This method returns a search client for searching deleted groups.
|
GroupClient resolve(GroupReferenceType reference) throws EcmException
reference
- a reference to the group to administrateEcmException
GroupClient resolveName(String groupName) throws EcmException
groupName
- teh name of the group to administrateEcmException
SearchClient<GroupListItemType> search() throws EcmException
EcmException
SearchClient<GroupListItemType> searchDeleted() throws EcmException
EcmException
GroupReferenceType createGroup(GroupPropertiesType properties) throws EcmException
properties
- the properties of the groupEcmException
GroupReferenceType createGroup(String shortName, String fullName, String description) throws EcmException
shortName
- the short name (display name) of the new groupfullName
- the full name of the new groupdescription
- a description of the new groupEcmException
GroupReferenceType createGroup(String shortName) throws EcmException
createGroup(String, String, String)
. It is equivalent to calling
createGroup(shortName, shortName, "")
.shortName
- the short name (display name) and full name of the new groupEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.