|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.page.impl.BaseElementImpl
org.apache.jetspeed.page.document.impl.NodeImpl
org.apache.jetspeed.page.document.impl.DocumentImpl
public abstract class DocumentImpl
DocumentImpl
Field Summary |
---|
Fields inherited from interface org.apache.jetspeed.page.document.Node |
---|
PATH_SEPARATOR, PATH_SEPARATOR_CHAR |
Constructor Summary | |
---|---|
DocumentImpl(SecurityConstraintsImpl constraints)
|
Method Summary | |
---|---|
java.lang.String |
getTitle()
Returns the title in the default Locale |
java.lang.String |
getVersion()
Gets the version number |
boolean |
isDirty()
isDirty |
void |
setDirty(boolean dirty)
setDirty |
void |
setVersion(java.lang.String version)
Sets the version number |
Methods inherited from class org.apache.jetspeed.page.document.impl.NodeImpl |
---|
checkConstraints, checkPermissions, defaultTitleFromName, getCanonicalNodePath, getEffectivePageSecurity, getLogicalPermissionPath, getMetadata, getName, getPageMetadata, getParent, getPath, getPhysicalPermissionPath, getShortTitle, getTitle, getType, getUrl, isHidden, newPageMetadata, setHidden, setName, setParent, setPath |
Methods inherited from class org.apache.jetspeed.om.page.impl.BaseElementImpl |
---|
checkAccess, checkConstraints, checkPermissions, checkPermissions, equals, getConstraintsEnabled, getId, getPermissionsEnabled, getSecurityConstraints, getShortTitle, grantViewActionAccess, hashCode, newSecurityConstraint, newSecurityConstraints, resetCachedSecurityConstraints, setConstraintsEnabled, setPermissionsEnabled, setSecurityConstraints, setShortTitle, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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, setShortTitle, setTitle |
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource |
---|
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints |
Constructor Detail |
---|
public DocumentImpl(SecurityConstraintsImpl constraints)
Method Detail |
---|
public java.lang.String getTitle()
BaseElement
getTitle
in interface BaseElement
getTitle
in class BaseElementImpl
public java.lang.String getVersion()
Document
getVersion
in interface Document
public void setVersion(java.lang.String version)
Document
setVersion
in interface Document
version
- version number is a string composed of optional point separated digitspublic boolean isDirty()
Document
isDirty
Whether this node is dirty, i.e. should be updated in the persistent store.
isDirty
in interface Document
public void setDirty(boolean dirty)
Document
setDirty
Flag the node as dirty / clean, i.e. should be resp. should not be updated in the persistent store
setDirty
in interface Document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |