com.businessobjects.sdk.plugin.desktop.webi
Interface IPrecacheTypes

All Superinterfaces:
java.util.Collection, ISDKSet, java.lang.Iterable, java.util.Set

public interface IPrecacheTypes
extends ISDKSet

This interface defines a collection that contains IPrecacheType objects.


Method Summary
 IPrecacheType add(int outputType)
           Add a precached output type to the collection.
 
Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet
get
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

add

IPrecacheType add(int outputType)
                  throws SDKException

Add a precached output type to the collection.

Parameters:
outputType - An int that represents the output type of the IPrecacheType object. Use the values defined in IPrecacheType.CeOutputType.
Returns:
An IPrecacheType object that represents the precache type.
Throws:
SDKException - This is thrown if the process is unsuccessful.