|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.setup.xml.A_CmsSetupXmlUpdate
org.opencms.setup.xml.A_CmsXmlWorkplace
public abstract class A_CmsXmlWorkplace
Skeleton for handling opencms-workplace.xml.
Constructor Summary | |
---|---|
A_CmsXmlWorkplace()
|
Method Summary | |
---|---|
java.lang.String |
getXmlFilename()
Returns the affected xml configuration file name. |
protected boolean |
setAccessEntry(org.dom4j.Document document,
java.lang.String xpath,
java.lang.String principal,
java.lang.String permissions)
Creates a new access control entry node. |
protected void |
setMenuEntry(org.dom4j.Document document,
java.lang.String xpath,
java.lang.String key,
java.lang.String uri,
java.lang.String rules,
java.lang.String order)
Creates a new context menu entry node. |
Methods inherited from class org.opencms.setup.xml.A_CmsSetupXmlUpdate |
---|
execute, executeUpdate, getCodeToChange, getCommonPath, getXPathsToRemove, getXPathsToUpdate, prepareDoc, updateDoc, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opencms.setup.xml.I_CmsSetupXmlUpdate |
---|
getName |
Constructor Detail |
---|
public A_CmsXmlWorkplace()
Method Detail |
---|
public java.lang.String getXmlFilename()
I_CmsSetupXmlUpdate
I_CmsSetupXmlUpdate.getXmlFilename()
protected boolean setAccessEntry(org.dom4j.Document document, java.lang.String xpath, java.lang.String principal, java.lang.String permissions)
document
- the xml document to changexpath
- the base xpathprincipal
- the principalpermissions
- the permissions string
protected void setMenuEntry(org.dom4j.Document document, java.lang.String xpath, java.lang.String key, java.lang.String uri, java.lang.String rules, java.lang.String order)
document
- the xml document to changexpath
- the base xpathkey
- the localization key nameuri
- the entry urirules
- the permissions rulesorder
- the relative order
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |