Class 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>>
    This Operation returns the access rights the current user has on the lookup entry referenced by the given id.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GetAccessOnLookupEntry​(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.EnumSet<com.lexmark.saperion.administration.AccessRight> invoke()  
      java.lang.String toString()  
      • 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 Detail

      • GetAccessOnLookupEntry

        public GetAccessOnLookupEntry​(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
    • Method Detail

      • getReference

        public com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<java.util.EnumSet<com.lexmark.saperion.administration.AccessRight>,​SaBasicException,​LegacyConnection>