|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BurstingSchemaInfo
BurstingSchemaInfo represents a bursting schema in report.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the bursting schema name. |
java.util.Vector |
getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
Return parameters for the query that retrieves recipient addresses according to the name and the value of a certain parameter. |
java.util.Vector |
getParamInfosForRecipient()
Get parameters for the query that retrieves recipient addresses. |
BurstingRecipientInfo |
getRecipientInfo()
Get bursting recipient information that defined in the bursting schema. |
| Method Detail |
|---|
java.lang.String getName()
BurstingRecipientInfo getRecipientInfo()
BurstingRecipientInfo object to represent bursting
recipient information.java.util.Vector getParamInfosForRecipient()
Vector cantains ParamInfo objects.ParamInfo
java.util.Vector getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
throws RptServerException
paramName - the parameter name.value - the value of the parameter.paramEngineId - the ID of engine which generates parameters.
Vector cantains ParamInfo objects.
RptServerException - if a RptServerException occurs.ParamInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||