If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

SDK Check report permissions

Started by calcio78, 29 Sep 2009 06:10:21 AM

Previous topic - Next topic

calcio78

Hi,

Is there a way, to check the report permission using java sdk?
Would really appreciate your help

calcio78

got it.  what i did before executing the 
contentManagerService.query(searchPath, props, sortBy, new QueryOptions());  need to include the PropEnum.permissions in the PropEnum[] props.  Else you will get a NullPointerException.  to get the permission
for( int a=0; a<baseClass.getPermissions().getValue().length; a++ ){
    baseClass.getPermissions().getValue()[a].toString()
  }

ricky_ru

does sdk provide api to set permission?