Class CreateFolder

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<String>
com.saperion.operations.folders.CreateFolder
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<String,SaBasicException,LegacyConnection>, Serializable

public class CreateFolder extends LegacyOperation<String>
Creates a folder. The invoke() method will return a String containing the SYSROWID of the created folder.
See Also:
  • Constructor Details

    • CreateFolder

      public CreateFolder(SaFolderSaveInfo folderInfo, Properties properties)
      Parameters:
      folderInfo - information about the folder to create
      properties - Folder properties (Attention: These properties will replace the property values in the folder save info!)
  • Method Details