Class UpdateFolder

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.folders.UpdateFolder
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>, Serializable

public class UpdateFolder extends VoidOperation
Updates a folder as com.saperion.rmi.common.SaRMIServerCommand#updateFolder does. In fact it actually calls this method and performs the client side validation by calling ClassicConnectorUtil methods.

The VoidOperation.invoke() method has no return value.

See Also:
  • Constructor Details

    • UpdateFolder

      public UpdateFolder(String folderTableDDC, String folderId, List<SaPropertyValue> values)
      Parameters:
      folderTableDDC - DDC the folder is contained in
      folderId - ID of the folder to update
      values - values to update
    • UpdateFolder

      public UpdateFolder(String folderTableDDC, String folderId, Properties properties)
      Parameters:
      folderTableDDC - DDC the folder is contained in
      folderId - ID of the folder to update
      properties - properties to update
  • Method Details