Package com.saperion.operations.lookup
Class GetAccessOnLookupEntry
- java.lang.Object
- 
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
- 
- com.saperion.operations.LegacyOperation<java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>>
- 
- com.saperion.operations.lookup.GetAccessOnLookupEntry
 
 
 
- 
- All Implemented Interfaces:
- com.lexmark.saperion.remote.common.operations.Operation<java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>,SaBasicException,LegacyConnection>,- java.io.Serializable
 
 public class GetAccessOnLookupEntry extends LegacyOperation<java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>> ThisOperationreturns the access rights the current user has on the lookup entry referenced by the given id.- Author:
- jschwarz
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GetAccessOnLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.lookup.LookupEntryReferenceTypegetReference()java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>invoke()java.lang.StringtoString()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
 
- 
 
- 
- 
- 
Method Detail- 
invokepublic java.util.EnumSet<com.lexmark.saperion.administration.AccessRight> invoke() throws SaBasicException- Throws:
- SaBasicException
 
 - 
getReferencepublic com.lexmark.saperion.lookup.LookupEntryReferenceType getReference() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- com.lexmark.saperion.remote.common.operations.AbstractOperation<java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>,SaBasicException,LegacyConnection>
 
 
- 
 
-