Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Rest Client for Jasper Server - Input Controls


florian.johannssen

Recommended Posts

Hi folks,

I am trying to get all Parameter information from a report which is stored in my jasper server. I am using the JRS REST client: jrs-rest-java-client

OperationResult<InputControlStateListWrapper> parameterList = session.inputControlsService().inputControls().container("/Report/" + reportId).values().get();
for (InputControlState input : parameterList.getEntity().getInputControlStateList()) {
    input.getId()); --> is working
    input.getUri(); --> is working
    input.getType() --> does not exists !?
    input.getLabel() --> does not exists !?
}
 
Does anyone know how i can access the label and the type of a parameter?
 
Thanks for any suggestions.
 
Best Regards
 
Florian 
 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...