Class UpdateCurrentUserInformation

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
com.saperion.operations.VoidOperation
com.saperion.operations.user.UpdateCurrentUserInformation
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>, Serializable

public class UpdateCurrentUserInformation extends VoidOperation
Changes information about the current user. Since not every information about a user is possible to change it takes a MutableUserInformation instance instead of an SaUserInfo instance as parameter.
See Also:
  • Constructor Details

    • UpdateCurrentUserInformation

      public UpdateCurrentUserInformation(MutableUserInformation user)
      Parameters:
      user - the user-information to update
  • Method Details

    • voidInvoke

      protected void voidInvoke() throws com.saperion.jni.SaJNIException
      Description copied from class: VoidOperation
      Invokes this void operation.
      Specified by:
      voidInvoke in class VoidOperation
      Throws:
      com.saperion.jni.SaJNIException