public class AclManagementServiceClientImpl extends Object implements AclManagementServiceClient
AclManagementServiceClient
.Constructor and Description |
---|
AclManagementServiceClientImpl(com.lexmark.saperion.administration.AclManagementService aclManagementService) |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.AclReferenceType |
createAcl(com.lexmark.saperion.administration.AclPropertiesType properties)
This method creates a new access control list with the given properties and returns a reference to it.
|
AclClient |
resolve(com.lexmark.saperion.administration.AclReferenceType reference)
This method returns an administration client for the access control list with the given reference.
|
AclClient |
resolveName(String aclName)
This method returns an administration client for the access control list with the given name.
|
SearchClient<com.lexmark.saperion.administration.AclListItemType> |
search()
This method returns a search client for searching access control lists.
|
SearchClient<com.lexmark.saperion.administration.AclListItemType> |
searchDeleted()
This method returns a search client for searching deleted access control lists.
|
public AclManagementServiceClientImpl(com.lexmark.saperion.administration.AclManagementService aclManagementService)
public AclClient resolve(com.lexmark.saperion.administration.AclReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
AclManagementServiceClient
resolve
in interface AclManagementServiceClient
reference
- a reference to the access control list to administratecom.lexmark.saperion.exceptions.EcmException
public AclClient resolveName(String aclName) throws com.lexmark.saperion.exceptions.EcmException
AclManagementServiceClient
resolveName
in interface AclManagementServiceClient
aclName
- the name of the access control list to administratecom.lexmark.saperion.exceptions.EcmException
public SearchClient<com.lexmark.saperion.administration.AclListItemType> search() throws com.lexmark.saperion.exceptions.EcmException
AclManagementServiceClient
search
in interface AclManagementServiceClient
com.lexmark.saperion.exceptions.EcmException
public SearchClient<com.lexmark.saperion.administration.AclListItemType> searchDeleted() throws com.lexmark.saperion.exceptions.EcmException
AclManagementServiceClient
searchDeleted
in interface AclManagementServiceClient
com.lexmark.saperion.exceptions.EcmException
public com.lexmark.saperion.administration.AclReferenceType createAcl(com.lexmark.saperion.administration.AclPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
AclManagementServiceClient
createAcl
in interface AclManagementServiceClient
properties
- the properties of the new access control listcom.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.