Class GetMetadataService
java.lang.Object
com.aquima.interactions.framework.service.connectivity.file.GetMetadataService
- All Implemented Interfaces:
IService
This service will get the meta data for a file.
- Since:
- 9.3
- Author:
- J. Hermus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle
(IServiceContext context) The handle method of the service is allowed to make changes to the interfaces passed along with the IServiceContext.
-
Constructor Details
-
GetMetadataService
public GetMetadataService()
-
-
Method Details
-
handle
Description copied from interface:IService
The handle method of the service is allowed to make changes to the interfaces passed along with the IServiceContext. This means the service context is changed accordingly.- 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.Exception
- When an unexpected exception occurs and the portal should display a standard message.
-