com.businessobjects.sdk.plugin.desktop.restwebservice
Interface IRestWebService

All Superinterfaces:
IInfoObject

public interface IRestWebService
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
 
Field Summary
static java.lang.String CUID
           
static java.lang.String KIND
           
static java.lang.String PROGID
           
 
Method Summary
 java.lang.String getURL()
           Get the access URL for RESTful Web Service.
 void setURL(java.lang.String url)
           Set the access URL for RESTful Web Service.
 
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
 

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

CUID

static final java.lang.String CUID
See Also:
Constant Field Values
Method Detail

getURL

java.lang.String getURL()
                        throws SDKException

Get the access URL for RESTful Web Service.

Returns:
A String representation of the access URL for RESTful Web Service
Throws:
SDKException
Since:
4.1

setURL

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

Set the access URL for RESTful Web Service.

Parameters:
url - A String representation of the access URL for RESTful Web Service
Throws:
SDKException
Since:
4.1