interface XChangesBatch in module com::sun::star::util:: |
interface XChangesBatch : com::sun::star::uno::XInterface ;
this interface enables applying a set of changes in one batch transaction.
An object implementing this interface allows other interfaces to change its state locally. It will keep a list of pending changes until such changes are committed or cancelled.
Only when they are explicitly committed will these changes take effect persistently or globally.
Method Summary |
|
commitChanges | Commits any pending changes. |
hasPendingChanges | checks whether this object has any pending changes that can be committed. |
getPendingChanges | queries for any pending changes that can be committed. |
Known Services Which Export this Interface |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.