Interface BirtUtilsRpcService
- All Known Implementing Classes:
BirtUtilsRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface BirtUtilsRpcService
-
Method Summary
Modifier and TypeMethodDescriptionBirtReportDtoaddParametersFor(BirtReportDto report, List<BirtParameterProposalDto> proposalDtos) List<BirtParameterProposalDto> proposeParametersFor(BirtReportDto report)
-
Method Details
-
proposeParametersFor
-
addParametersFor
BirtReportDto addParametersFor(BirtReportDto report, List<BirtParameterProposalDto> proposalDtos) throws ExpectedException - Throws:
ExpectedException
-