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.RemoteException
JavaPluginType[] getAvailablePluginTypes() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addPlugin(JavaPluginLC plugin) throws java.rmi.RemoteException
java.rmi.RemoteException
JavaPluginType getPluginType(JavaPluginLC plugin) throws java.rmi.RemoteException
java.rmi.RemoteException
void updatePlugin(JavaPluginLC pluginLC) throws java.rmi.RemoteException
java.rmi.RemoteException
JavaPluginInstance computeDepencies(JavaPluginInstance javaPlugin) throws java.rmi.RemoteException
java.rmi.RemoteException
void deletePlugin(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
JavaPluginLC[] getPlugins(JavaPluginType type) throws java.rmi.RemoteException
java.rmi.RemoteException
JavaPluginLC[] getAllPlugins(boolean filterHidden) throws java.rmi.RemoteException
java.rmi.RemoteException