Class CreateFolder

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<java.lang.String,​SaBasicException,​LegacyConnection>, java.io.Serializable

    public class CreateFolder
    extends LegacyOperation<java.lang.String>
    Creates a folder. The invoke() method will return a String containing the SYSROWID of the created folder.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String invoke()  
      • Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation

        afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toString
      • 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

      • CreateFolder

        public CreateFolder​(SaFolderSaveInfo folderInfo,
                            java.util.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!)