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 Summary
ConstructorsConstructorDescriptionGetLookupEntryAccessControlListsOperation
(com.lexmark.saperion.lookup.LookupEntryReferenceType reference) -
Method Summary
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
GetLookupEntryAccessControlListsOperation
public GetLookupEntryAccessControlListsOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
-
-
Method Details
-
invoke
public ArrayList<com.lexmark.saperion.administration.AclReferenceType> invoke() throws SaBasicException- Throws:
SaBasicException
-
getReference
public com.lexmark.saperion.lookup.LookupEntryReferenceType getReference() -
toString
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<ArrayList<com.lexmark.saperion.administration.AclReferenceType>,
SaBasicException, LegacyConnection>
-