java.lang.Object
com.aquima.interactions.framework.service.connectivity.file.DeleteFileService
All Implemented Interfaces:
IService

public class DeleteFileService extends Object implements IService
This DeleteFileService is used to provide a service to delete files and folders from the file system.
Since:
9.3
Author:
M. Naberink, T. Middeldorp
  • Field Details

  • Constructor Details

    • DeleteFileService

      public DeleteFileService()
  • Method Details

    • handle

      public IServiceResult handle(IServiceContext context)
      Delete a file based on a connectionName and fileID
      Specified by:
      handle in interface IService
      Parameters:
      context - the context in which the service is called and allowed to make changes.
      Returns:
      The result of this service, may be null.