public interface RemoteDynamicConnectionManager extends Remote
DynamicConnectionManager| Modifier and Type | Method and Description |
|---|---|
int |
addDynamicConnection(DynamicConnectionRecord record,
String submitter) |
List<DynamicConnectionRecord> |
getAllDynamicConnections(String orgName,
String submitter) |
List<DynamicConnectionRecord> |
getDynamicConnections(String orgName,
String catalog,
String datasourceName,
String submitter) |
List<DynamicConnectionRecord> |
getDynamicConnections(String orgName,
String catalog,
String datasourceName,
String connectionName,
String submitter) |
void |
removeDynamicConnection(int recordId,
String submitter) |
void |
updateDynamicConnection(DynamicConnectionRecord record,
String submitter) |
List<DynamicConnectionRecord> getAllDynamicConnections(String orgName, String submitter) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionList<DynamicConnectionRecord> getDynamicConnections(String orgName, String catalog, String datasourceName, String submitter) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionList<DynamicConnectionRecord> getDynamicConnections(String orgName, String catalog, String datasourceName, String connectionName, String submitter) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionint addDynamicConnection(DynamicConnectionRecord record, String submitter) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionvoid updateDynamicConnection(DynamicConnectionRecord record, String submitter) throws RptServerException, RemoteException
RptServerExceptionRemoteExceptionvoid removeDynamicConnection(int recordId,
String submitter)
throws RptServerException,
RemoteException
RptServerExceptionRemoteException© insightsoftware. All rights reserved.