public interface BasePlugin
| Modifier and Type | Method and Description |
|---|---|
Object |
executePluginGet(String className,
Map<String,String> parameters,
Class<?> clazz)
Execute plugin get object.
|
InputStream |
executePluginGetReturnFile(String className,
Map<String,String> parameters)
Execute plugin get return file input stream.
|
Object |
executePluginPost(String className,
Map<String,String> parameters,
Class<?> clazz,
InputStream is)
Execute plugin post object.
|
InputStream |
executePluginPostReturnFile(String className,
Map<String,String> parameters,
InputStream is)
Execute plugin post return file input stream.
|
Object executePluginPost(String className, Map<String,String> parameters, Class<?> clazz, InputStream is) throws UnknownException, WebserviceException
className - the class nameparameters - the parametersclazz - the clazzis - the isUnknownException - the unknown exceptionWebserviceException - the webservice exceptionInputStream executePluginPostReturnFile(String className, Map<String,String> parameters, InputStream is) throws UnknownException, WebserviceException
className - the class nameparameters - the parametersis - the isUnknownException - the unknown exceptionWebserviceException - the webservice exceptionObject executePluginGet(String className, Map<String,String> parameters, Class<?> clazz) throws UnknownException, WebserviceException, UnsupportedEncodingException
className - the class nameparameters - the parametersclazz - the clazzUnknownException - the unknown exceptionWebserviceException - the webservice exceptionUnsupportedEncodingException - the unsupported encoding exceptionInputStream executePluginGetReturnFile(String className, Map<String,String> parameters) throws UnknownException, WebserviceException, UnsupportedEncodingException
className - the class nameparameters - the parametersUnknownException - the unknown exceptionWebserviceException - the webservice exceptionUnsupportedEncodingException - the unsupported encoding exceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.