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

All Superinterfaces:
ICategoryContent, IInfoObject, IPluginDependency, IProcessingPublicationInfo, IPublicationInfo, ISchedulable, IUniverseReference, IViewingServerGroupInfo, IWebiBase, IWebiMigration, IWebiProcessingInfo

public interface IWebi
extends IInfoObject, ISchedulable, IWebiBase, IWebiMigration, ICategoryContent, IUniverseReference, IPublicationInfo, IPluginDependency

This interface provides the methods that are necessary to manage a Web Intelligence document within the BusinessObjects Enterprise Infrastructure. It inherits from these interfaces: IInfoObject, IWebiBase, ICategoryContent, and ISchedulable.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet
 
Field Summary
static java.lang.String KIND
           
static java.lang.String PROGID
           
 
Method Summary
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.ISchedulable
getEndTime, getInstances, getInstances, getLatestInstance, getLatestInstance, getSchedulingInfo, getStartTime, schedule
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.webi.IWebiBase
clearWebiObjectRelatives, getAutosaveOriginalDocID, getContentLocale, getDocL10NLocales, getDocumentDataProviders, getDocumentPrompts, getDocumentProperties, getDocumentPropertiesVersion, getDSLUniverses, getFHSQLConnection, getUniverses, getWebiObjectRelatives, setAutosaveOriginalDocID, setContentLocale, setDocL10NLocales
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.webi.IWebiProcessingInfo
getPrecacheTypes, getPrompts, getUserInputLocaleName, getWebiFormatOptions, hasPrompts, isPreCacheHTMLEnabled, isPreCachePDFEnabled, isPreCacheXLSEnabled, isPromptOnDemandViewing, setPreCacheHTMLEnabled, setPreCachePDFEnabled, setPreCacheXLSEnabled, setPromptOnDemandViewing, setUserInputLocaleName
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IViewingServerGroupInfo
getViewingServerGroup, getViewingServerGroupChoice, setViewingServerGroup, setViewingServerGroupChoice
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IProcessingPublicationInfo
getDeliveryRuleExpression, getDeliveryRuleResults, getDeliverySkipped, getFormatInfos, getIsDynamicRecipientsScopeBatch, getPublicationKeepSavedData, getPublicationLastState, getScopeBatchScopes, getSourceDocumentID, isDeliverEmptyDocument, isDeliverIfAlertIsTrue, removeDeliveryRuleResults, setDeliverEmptyDocument, setDeliverIfAlertIsTrue, setDeliveryRuleExpression, setDeliveryRuleResults, setDeliverySkipped, setIsDynamicRecipientsScopeBatch, setPublicationKeepSavedData, setPublicationLastState, setSourceDocumentID
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.ICategoryContent
getCorporateCategories, getPersonalCategories
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.universe.IUniverseReference
getReferencedUniverses
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IPublicationInfo
getArtifactParentID, getDestinationProgIDs, getDynamicRecipientVariableMappings, getFormat, getMultiPassBursting, getPublicationDocumentVariableMappings, getScopeBatch, getScopeBatchDocArtifacts, getScopeID, getSourceDocuments, isPluginArtifact, isPublicationGlobalDeliveryRuleJob, isPublicationJob, isShowAllDataForNullProfileValues, setArtifactParentID, setFormat, setMultiPassBursting, setPluginArtifact, setPublicationDocumentVariableMappings, setPublicationGlobalDeliveryRuleJob, setPublicationJob, setScopeBatch, setScopeID, setShowAllDataForNullProfileValues
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IPluginDependency
getDependees, getDependees
 

Field Detail

KIND

static final java.lang.String KIND
See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID
See Also:
Constant Field Values