refreshCubeSecurity(cubeNames, parameterValues, options)

Signatures

Java and Apache Axis
 
public  com.cognos.developer.schemas.bibus._3.AsynchReply 
refreshCubeSecurity(java.lang.String[]  cubeNames, 
com.cognos.developer.schemas.bibus._3.ParameterValue[] 
parameterValues,  com.cognos.developer.schemas.bibus._3.Option[] 
options) 
C# .NET
 
public  asynchReply  refreshCubeSecurity(string[]  cubeNames, 
parameterValue[]  parameterValues,  option[]  options) 

References

Part of the following method sets:
Implemented by the following services:

The services that implement the refreshCubeSecurity method, along with the associated SOAP actions, are listed in the following table.

Table 1. Services implementing the refreshCubeSecurity method.

Service

SOAP Action

queryService

http://www.ibm.com/xmlns/prod/cognos/queryService/201404/.server

Capability Rules

Use of this method requires one of the following sets of capabilities:

What's new

New in Version 10.1.1 — IBM Cognos ROLAP Administration

This method was added.

Input parameters

Use the following parameters when calling this method.

cubeNames

Specifies the names of the ROLAP cubes to be refreshed.

If no names are provided, then all cubes configured for the queryService receiving the request are refreshed.

This argument

  • is an array of type string

    is encoded as type tns:stringArray

parameterValues

Specifies the parameter values for the request.

Parameter values can also be specified in other locations. For more information, see Specifying Options and Parameters.

This argument

options

Specifies the options for the request.

Options can also be specified in other locations. For more information, see Specifying Options and Parameters.

This argument

  • is an array of type bibus » option

    is encoded as type tns:optionArray

Return values

This method returns the following values.

result

Returns the state of the asynchronous conversation. Possible asynchronous conversation states are defined in the bibus » asynchReplyStatusEnum enumeration set.

Any data requested can be obtained by examining the bibus » asynchReply » details property.

This result