public class RoleManagementServiceClientImpl extends Object implements RoleManagementServiceClient
RoleManagementServiceClient.| Constructor and Description |
|---|
RoleManagementServiceClientImpl(RoleManagementService roleManagementService) |
| Modifier and Type | Method and Description |
|---|---|
RoleReferenceType |
createRole(RolePropertiesType properties)
This method creates a new role with the given properties and returns a reference to it.
|
RoleClient |
resolve(RoleReferenceType reference)
This method returns an administration client for the role with the given reference.
|
RoleClient |
resolveName(String roleName)
This method returns an administration client for the role with the given name.
|
SearchClient<RoleListItemType> |
search()
This method returns a search client for searching roles.
|
SearchClient<RoleListItemType> |
searchDeleted()
This method returns a search client for searching deleted roles.
|
public RoleManagementServiceClientImpl(RoleManagementService roleManagementService)
public RoleClient resolve(RoleReferenceType reference) throws EcmException
RoleManagementServiceClientresolve in interface RoleManagementServiceClientreference - a reference to the role to administrateEcmExceptionpublic RoleClient resolveName(String roleName) throws EcmException
RoleManagementServiceClientresolveName in interface RoleManagementServiceClientroleName - the name of the role to administrateEcmExceptionpublic SearchClient<RoleListItemType> search() throws EcmException
RoleManagementServiceClientsearch in interface RoleManagementServiceClientEcmExceptionpublic SearchClient<RoleListItemType> searchDeleted() throws EcmException
RoleManagementServiceClientsearchDeleted in interface RoleManagementServiceClientEcmExceptionpublic RoleReferenceType createRole(RolePropertiesType properties) throws EcmException
RoleManagementServiceClientcreateRole in interface RoleManagementServiceClientproperties - the properties of the new roleEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.