com.businessobjects.sdk.plugin.desktop.webservice
Interface IWebService

All Superinterfaces:
IInfoObject

public interface IWebService
extends IInfoObject


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
 
Method Summary
 java.lang.String getLogLevel()
           
 java.lang.String getURL()
           
 void setLogLevel(java.lang.String logLevel)
           
 void setURL(java.lang.String url)
           
 
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
 

Method Detail

getLogLevel

java.lang.String getLogLevel()
                             throws SDKException
Throws:
SDKException

setLogLevel

void setLogLevel(java.lang.String logLevel)
                 throws SDKException
Throws:
SDKException

getURL

java.lang.String getURL()
                        throws SDKException
Throws:
SDKException

setURL

void setURL(java.lang.String url)
            throws SDKException
Throws:
SDKException