Hi,
Is there a way, to check the report permission using java sdk?
Would really appreciate your help
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()
}
does sdk provide api to set permission?