com.microstrategy.web.objects.EditableObject |
![]()
WebIServerSubscriptionDynamicRecipientListImpl,
WebLinkItem,
WebLinkItems,
WebSchedule,
WebScheduledMaintenance,
WebSchedules,
WebSubscription,
WebSubscriptionAddress,
WebSubscriptionDynamicRecipientList
|
This interface represents an editable Web Object. Such objects can be saved (upon creation/modification) and deleted on their corresponding source e.g. a schedule on an IServer.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
delete()
Removes an existing editable object from its source.
| ||||||||||
abstract void |
save()
Saves the new or modified object on its source.
|
Removes an existing editable object from its source. Example : removing an existing WebSchedule
from
IServer.
WebObjectsException | if an error was encountered on the source while deletion. |
---|
Saves the new or modified object on its source. Example : saving a WebSchedule
on
IServer.
WebObjectsException | if an error was encountered on the source while saving. |
---|