Package com.saperion.operations.lookup
Class GetLookupEntryAccessControlListsOperation
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
  
com.saperion.operations.LegacyOperation<ArrayList<com.lexmark.saperion.administration.AclReferenceType>>
com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
- All Implemented Interfaces:
- com.lexmark.saperion.remote.common.operations.Operation<ArrayList<com.lexmark.saperion.administration.AclReferenceType>,,- SaBasicException, - LegacyConnection> - Serializable
public class GetLookupEntryAccessControlListsOperation
extends LegacyOperation<ArrayList<com.lexmark.saperion.administration.AclReferenceType>>
This 
Operation returns references to all access control lists set on a given lookup 
 entry.- Author:
- jschwarz
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGetLookupEntryAccessControlListsOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) 
- 
Method SummaryMethods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMapMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operationaudit, dispatchEvent, isAuditable, isEventDispatcher
- 
Constructor Details- 
GetLookupEntryAccessControlListsOperationpublic GetLookupEntryAccessControlListsOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) 
 
- 
- 
Method Details- 
invokepublic ArrayList<com.lexmark.saperion.administration.AclReferenceType> invoke() throws SaBasicException- Throws:
- SaBasicException
 
- 
getReferencepublic com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
- 
toString- Overrides:
- toStringin class- com.lexmark.saperion.remote.common.operations.AbstractOperation<ArrayList<com.lexmark.saperion.administration.AclReferenceType>,- SaBasicException, - LegacyConnection> 
 
 
-