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, wait
collectDocumentToValidate
getDocument
public AbstractSaveContext(Object settings)
public AbstractSaveContext(String uri)
public ISaveContext.SaveContextType getType()
ISaveContext
getType
in interface ISaveContext
public String getUri()
ISaveContext
getUri
in interface ISaveContext
public Object getSettings()
ISaveContext
getSettings
in interface ISaveContext
Copyright © 2020. All rights reserved.