Package com.saperion.operations.lookup
Class GetLookupEntryAccessControlListsOperation
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType>>
-
- com.saperion.operations.lookup.GetLookupEntryAccessControlListsOperation
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType>,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetLookupEntryAccessControlListsOperation extends LegacyOperation<java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType>>
ThisOperation
returns references to all access control lists set on a given lookup entry.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetLookupEntryAccessControlListsOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.lookup.LookupEntryReferenceType
getReference()
java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType>
invoke()
java.lang.String
toString()
-
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
-
-
-
-
Method Detail
-
invoke
public java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType> invoke() throws SaBasicException
- Throws:
SaBasicException
-
getReference
public com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<java.util.ArrayList<com.lexmark.saperion.administration.AclReferenceType>,SaBasicException,LegacyConnection>
-
-