public interface Document extends Node
Document
PATH_SEPARATOR, PATH_SEPARATOR_CHAR| Modifier and Type | Method and Description |
|---|---|
String |
getVersion()
Gets the version number
|
boolean |
isDirty()
isDirty
|
void |
setDirty(boolean dirty)
setDirty
|
void |
setVersion(String versionNumber)
Sets the version number
|
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPathgetId, getShortTitle, getTitle, isStale, setShortTitle, setTitlecheckAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraintsString getVersion()
void setVersion(String versionNumber)
versionNumber - version number is a string composed of optional point separated digitsboolean isDirty()
isDirty
Whether this node is dirty, i.e. should be updated in the persistent store.
hidden - flagvoid setDirty(boolean dirty)
setDirty
Flag the node as dirty / clean, i.e. should be resp. should not be updated in the persistent store
hidden - flagCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.