com.businessobjects.sdk.plugin.desktop.publication
Interface IScope


Deprecated. As of version 12.0.

public interface IScope

A scope represents a single "burst" of a report. It contains recipient IDs and a map of values.


Method Summary
 java.util.Set getPrincipals()
          Deprecated. Returns the collection of principals associated with the scope.
 java.util.Map getProfileValues()
          Deprecated. Returns the profile values associated with the scope.
 

Method Detail

getPrincipals

java.util.Set getPrincipals()
Deprecated. 
Returns the collection of principals associated with the scope.

Returns:
A set containing the principals.

getProfileValues

java.util.Map getProfileValues()
Deprecated. 
Returns the profile values associated with the scope.

Returns:
A map containing the profile values.