|
|||||||||
| 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 a 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 addresses according to the name and the value of a specific parameter. |
java.util.Vector |
getParamInfosForRecipient()
Gets parameters for the query that retrieves recipient addresses. |
BurstingRecipientInfo |
getRecipientInfo()
Gets bursting recipient information defined in the bursting schema. |
| Method Detail |
|---|
java.lang.String getName()
BurstingRecipientInfo getRecipientInfo()
BurstingRecipientInfo object to represent bursting
recipient informationjava.util.Vector getParamInfosForRecipient()
Vector contains ParamInfo objectsParamInfo
java.util.Vector getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
throws RptServerException
paramName - the parameter namevalue - the value of the parameterparamEngineId - the ID of engine which generates parameters
Vector contains ParamInfo objects
RptServerException - if a RptServerException occursParamInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||