com.liferay.client.soap.portal.service.http
Interface RepositoryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_RepositoryServiceSoapBindingImpl, Portal_RepositoryServiceSoapBindingStub
public interface RepositoryServiceSoap
- extends java.rmi.Remote
checkRepository
void checkRepository(long repositoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteRepository
void deleteRepository(long repositoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRepository
RepositorySoap getRepository(long repositoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSupportedConfigurations
java.lang.String[] getSupportedConfigurations(long classNameId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSupportedParameters
java.lang.String[] getSupportedParameters(long classNameId,
java.lang.String configuration)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTypeSettingsProperties
java.lang.Object getTypeSettingsProperties(long repositoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateRepository
void updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException