Interface IDSSUtilities


public interface IDSSUtilities
Description of the Interface
  • Method Details

    • cancelProcess

      void cancelProcess()
      Description of the Method
    • cancelSqueeze

      int cancelSqueeze()
      Description of the Method
    • copy

      int copy(Vector pathnames)
      Description of the Method
      Parameters:
      pathnames - Description of the Parameter
      Returns:
      Description of the Return Value
    • copyFile

      int copyFile(String secondDSSFilename)
      Description of the Method
      Parameters:
      secondDSSFilename - Description of the Parameter
      Returns:
      Description of the Return Value
    • copyPasteList

      Vector copyPasteList()
      Description of the Method
      Returns:
      Description of the Return Value
    • getPasteListPathnames

      Vector getPasteListPathnames()
      Gets the pasteListPathnames attribute of the IDSSUtilities object
      Returns:
      The pasteListPathnames value
    • copyRecordsFrom

      int copyRecordsFrom(String toDSSFilename, Vector pathnameList)
      Description of the Method
      Parameters:
      toDSSFilename - Description of the Parameter
      pathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • copyRecordsInto

      int copyRecordsInto(String fromDSSFilename, Vector pathnameList)
      Description of the Method
      Parameters:
      fromDSSFilename - Description of the Parameter
      pathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • cut

      int cut(Vector pathnameList)
      Description of the Method
      Parameters:
      pathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • delete

      int delete(Vector pathnameList)
      Description of the Method
      Parameters:
      pathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • duplicateRecords

      int duplicateRecords(Vector pathnameList, Vector newPathnameList)
      Description of the Method
      Parameters:
      pathnameList - Description of the Parameter
      newPathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • paste

      int paste(Vector pasteList)
      Description of the Method
      Parameters:
      pasteList - Description of the Parameter
      Returns:
      Description of the Return Value
    • renameRecords

      int renameRecords(Vector pathnameList, Vector newPathnameList)
      Description of the Method
      Parameters:
      pathnameList - Description of the Parameter
      newPathnameList - Description of the Parameter
      Returns:
      Description of the Return Value
    • squeeze

      int squeeze()
      Description of the Method
      Returns:
      Description of the Return Value
    • undoLastDelete

      int undoLastDelete()
      Description of the Method
      Returns:
      Description of the Return Value
    • getLastDeletePathnames

      Vector getLastDeletePathnames()
      Gets the lastDeletePathnames attribute of the IDSSUtilities object
      Returns:
      The lastDeletePathnames value