|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteBurstingSchemaInfo
RemoteBurstingSchemaInfo represents a bursting schema in report.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the bursting schema name. |
java.util.Vector |
getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
Returns parameters for the query that retrieves recipient's addresses according to the name and value of the specified parameter. |
java.util.Vector |
getParamInfosForRecipient()
Gets the parameters for the query that retrieves recipient's addresses. |
BurstingRecipientInfo |
getRecipientInfo()
Gets the bursting recipient information that is defined in the bursting schema. |
| Method Detail |
|---|
java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
BurstingRecipientInfo getRecipientInfo()
throws java.rmi.RemoteException
BurstingRecipientInfo object to represent the bursting
recipient information.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.Vector getParamInfosForRecipient()
throws java.rmi.RemoteException
Vector contains ParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.ParamInfo
java.util.Vector getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
throws RptServerException,
java.rmi.RemoteException
paramName - The parameter name.value - The value of the parameter.paramEngineId - ID of the engine that generates parameters.
Vector that contains ParamInfo objects.
RptServerException - If a RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.ParamInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||