public interface RoleManagementServiceClient
| 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.
|
RoleClient resolve(RoleReferenceType reference) throws EcmException
reference - a reference to the role to administrateEcmExceptionRoleClient resolveName(String roleName) throws EcmException
roleName - the name of the role to administrateEcmExceptionSearchClient<RoleListItemType> search() throws EcmException
EcmExceptionSearchClient<RoleListItemType> searchDeleted() throws EcmException
EcmExceptionRoleReferenceType createRole(RolePropertiesType properties) throws EcmException
properties - the properties of the new roleEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.