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 administrateEcmExceptionGroupClient resolveName(String groupName) throws EcmException
groupName - teh name of the group to administrateEcmExceptionSearchClient<GroupListItemType> search() throws EcmException
EcmExceptionSearchClient<GroupListItemType> searchDeleted() throws EcmException
EcmExceptionGroupReferenceType createGroup(GroupPropertiesType properties) throws EcmException
properties - the properties of the groupEcmExceptionGroupReferenceType 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 groupEcmExceptionGroupReferenceType 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 groupEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.