public interface RoleClient
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
This method deletes the role.
|
List<AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the role.
|
RoleType |
load()
This method loads the role.
|
void |
undelete()
This method un-deletes the role.
|
void |
update(RolePropertiesType properties)
This method updates the role with the given properties.
|
void delete()
throws EcmException
EcmException - indicates that a system exception occurredvoid undelete()
throws EcmException
EcmException - indicates that a system exception occurredRoleType load() throws EcmException
SystemException - indicates that a system exception occurredEcmExceptionvoid update(RolePropertiesType properties) throws EcmException
properties - the new properties of the roleSystemException - indicates that a system exception occurredEcmExceptionList<AclReferenceType> getACLs() throws EcmException
EcmException - when loading the ACLs failedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.