public interface IJavaPlugInTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addPlugin(JavaPluginLC plugin) |
JavaPluginInstance |
computeDepencies(JavaPluginInstance javaPlugin) |
void |
deletePlugin(java.lang.String keyID) |
BaseData[] |
findReferencedObjects(java.lang.String message,
boolean validateExistence) |
JavaPluginLC[] |
getAllPlugins(boolean filterHidden) |
JavaPluginType[] |
getAvailablePluginTypes() |
JavaPluginLC[] |
getPlugins(JavaPluginType type) |
JavaPluginType |
getPluginType(JavaPluginLC plugin) |
void |
updatePlugin(JavaPluginLC pluginLC) |
BaseData[] findReferencedObjects(java.lang.String message, boolean validateExistence) throws java.rmi.RemoteException
java.rmi.RemoteExceptionJavaPluginType[] getAvailablePluginTypes() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addPlugin(JavaPluginLC plugin) throws java.rmi.RemoteException
java.rmi.RemoteExceptionJavaPluginType getPluginType(JavaPluginLC plugin) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updatePlugin(JavaPluginLC pluginLC) throws java.rmi.RemoteException
java.rmi.RemoteExceptionJavaPluginInstance computeDepencies(JavaPluginInstance javaPlugin) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePlugin(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionJavaPluginLC[] getPlugins(JavaPluginType type) throws java.rmi.RemoteException
java.rmi.RemoteExceptionJavaPluginLC[] getAllPlugins(boolean filterHidden) throws java.rmi.RemoteException
java.rmi.RemoteException