
interfaces.ReportProvider.wsdl Maven / Gradle / Ivy
WEBLAB: Service oriented integration platform for media mining and intelligence applications
Copyright (C) 2004 - 2010 CASSIDIAN
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version
2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA
The report provider interface will be used to define services that can produce reports. These services will be, in most of the cases, parametrisable: they will realised configurable
interface. This will enable the reporting to be dependent of the usage context.
Add a resource to be reported given a usage context.
To be thrown when the parameter are not valid.
To be thrown when an error occurs due to the lack of resources.
To be thrown when the content of a resource is needed and not available.
To be thrown when an error due to some security restriction.
To be thrown when the parameter are good but some specific process are not supported (for instance, due to a language not handled or a given video format...).
To be thrown when the service needs to be configured and either your usageContext is null or has not been configured.
To be thrown when an error occurs in the method.
Build the report on the previously added resources, given a usage context.
To be thrown when the parameter are not valid.
To be thrown when an error occurs due to the lack of resources.
To be thrown when the content of a resource is needed and not available.
To be thrown when an error due to some security restriction.
To be thrown when the parameter are good but some specific process are not supported (for instance, due to a language not handled or a given video format...).
To be thrown when the service needs to be configured and either your usageContext is null or has not been configured.
To be thrown when an error occurs in the method.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy