public abstract class AbstractSaveContext extends Object implements ISaveContext
ISaveContext.SaveContextType| Constructor and Description |
|---|
AbstractSaveContext(Object settings) |
AbstractSaveContext(String uri) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSettings()
Returns the settings which has changed and null otherwise.
|
ISaveContext.SaveContextType |
getType()
Returns the save context type.
|
String |
getUri()
Returns the document URI which was saved and null if it's a settings which
was saved.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectDocumentToValidategetAllDocuments, getDocumentpublic AbstractSaveContext(Object settings)
public AbstractSaveContext(String uri)
public ISaveContext.SaveContextType getType()
ISaveContextgetType in interface ISaveContextpublic String getUri()
ISaveContextgetUri in interface ISaveContextpublic Object getSettings()
ISaveContextgetSettings in interface ISaveContextCopyright © 2020. All rights reserved.