public interface RepositoryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
checkRepository(long repositoryId) |
void |
deleteRepository(long repositoryId) |
RepositorySoap |
getRepository(long repositoryId) |
java.lang.String[] |
getSupportedConfigurations(long classNameId) |
java.lang.String[] |
getSupportedParameters(long classNameId,
java.lang.String configuration) |
java.lang.String[] |
getSupportedParameters(java.lang.String className,
java.lang.String configuration) |
java.lang.Object |
getTypeSettingsProperties(long repositoryId) |
void |
updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description) |
void checkRepository(long repositoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteRepository(long repositoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRepositorySoap getRepository(long repositoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getSupportedConfigurations(long classNameId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getSupportedParameters(long classNameId,
java.lang.String configuration)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getSupportedParameters(java.lang.String className,
java.lang.String configuration)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object getTypeSettingsProperties(long repositoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
java.rmi.RemoteException