com.businessobjects.sdk.plugin.desktop.common
Interface IActionConsumer


public interface IActionConsumer

This interface defines an InfoObject, typically a BI document, that embeds or otherwise depends on Actions.

Since:
4.1
See Also:
com.businessobjects.sdk.plugin.desktop.action.IAction

Method Summary
 java.util.Set getConsumedActions()
          Returns a set of object IDs of the Actions consumed by this object.
 

Method Detail

getConsumedActions

java.util.Set getConsumedActions()
                                 throws SDKException
Returns a set of object IDs of the Actions consumed by this object. This set is read-only, and attempts to modify it will result in an UnsupportedOperationException.

Returns:
A Set object that contains Action SI_ID properties stored as Integer objects.
Throws:
SDKException
InfoObject properties to query for:
SI_CONSUMED_ACTIONS