|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Document
Document
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.page.document.Node |
---|
PATH_SEPARATOR, PATH_SEPARATOR_CHAR |
Method Summary | |
---|---|
java.lang.String |
getVersion()
Gets the version number |
boolean |
isDirty()
isDirty |
void |
setDirty(boolean dirty)
setDirty |
void |
setVersion(java.lang.String versionNumber)
Sets the version number |
Methods inherited from interface org.apache.jetspeed.page.document.Node |
---|
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPath |
Methods inherited from interface org.apache.jetspeed.om.page.BaseElement |
---|
getId, getShortTitle, getTitle, isStale, setShortTitle, setTitle |
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource |
---|
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints |
Method Detail |
---|
java.lang.String getVersion()
void setVersion(java.lang.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
- flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |