public class RoleManagementServiceClientImpl extends Object implements RoleManagementServiceClient
RoleManagementServiceClient
.Constructor and Description |
---|
RoleManagementServiceClientImpl(com.lexmark.saperion.administration.RoleManagementService roleManagementService) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.RoleReferenceType |
createRole(com.lexmark.saperion.administration.RolePropertiesType properties)
This method creates a new role with the given properties and returns a reference to it.
|
RoleClient |
resolve(com.lexmark.saperion.administration.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<com.lexmark.saperion.administration.RoleType> |
search()
This method returns a search client for searching roles.
|
SearchClient<com.lexmark.saperion.administration.RoleType> |
searchDeleted()
This method returns a search client for searching deleted roles.
|
public RoleManagementServiceClientImpl(com.lexmark.saperion.administration.RoleManagementService roleManagementService)
public RoleClient resolve(com.lexmark.saperion.administration.RoleReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
RoleManagementServiceClient
resolve
in interface RoleManagementServiceClient
reference
- a reference to the role to administratecom.lexmark.saperion.exceptions.EcmException
public RoleClient resolveName(String roleName) throws com.lexmark.saperion.exceptions.EcmException
RoleManagementServiceClient
resolveName
in interface RoleManagementServiceClient
roleName
- the name of the role to administratecom.lexmark.saperion.exceptions.EcmException
public SearchClient<com.lexmark.saperion.administration.RoleType> search() throws com.lexmark.saperion.exceptions.EcmException
RoleManagementServiceClient
search
in interface RoleManagementServiceClient
com.lexmark.saperion.exceptions.EcmException
public SearchClient<com.lexmark.saperion.administration.RoleType> searchDeleted() throws com.lexmark.saperion.exceptions.EcmException
RoleManagementServiceClient
searchDeleted
in interface RoleManagementServiceClient
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.administration.RoleReferenceType createRole(com.lexmark.saperion.administration.RolePropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
RoleManagementServiceClient
createRole
in interface RoleManagementServiceClient
properties
- the properties of the new rolecom.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.