Class DeleteFileService
- java.lang.Object
-
- com.aquima.interactions.framework.service.connectivity.file.DeleteFileService
-
- All Implemented Interfaces:
IService
public class DeleteFileService extends Object implements IService
ThisDeleteFileService
is used to provide a service to delete files and folders from the file system.- Since:
- 9.3
- Author:
- M. Naberink, T. Middeldorp
-
-
Constructor Summary
Constructors Constructor Description DeleteFileService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IServiceResult
handle(IServiceContext context)
Delete a file based on a connectionName and fileID
-
-
-
Method Detail
-
handle
public IServiceResult handle(IServiceContext context) throws ServiceException
Delete a file based on a connectionName and fileID- Specified by:
handle
in interfaceIService
- Parameters:
context
- the context in which the service is called and allowed to make changes.- Returns:
- The result of this service, may be null.
- Throws:
ServiceException
- When an expected exception occurs and the portal should display certain messages.
-
-