Date: 2004-11-03T13:28:20
Editor: BrianLee <[EMAIL PROTECTED]>
Wiki: Jakarta-Slide Wiki
Page: DataNode
URL: http://wiki.apache.org/jakarta-slide/DataNode
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,5 +1,7 @@
=== Domain.xml Data Node ===
+"In Slide for each User, Role or Action a Resource is created, so that they are part
of the Namespace. These entries configure the pathes where those objects are stores."
+
{{{
<data>
<objectnode classname="org.apache.slide.structure.SubjectNode" uri="/">
@@ -78,7 +80,10 @@
</objectnode>
<objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/roles/projector">
<revision>
- <property name="group-member-set"><![CDATA[<D:href
xmlns:D='DAV:'>/users/root</D:href><D:href
xmlns:D='DAV:'>/users/projector</D:href>]]></property>
+ <property name="group-member-set">
+<![CDATA[<D:href xmlns:D='DAV:'>/users/root</D:href>
+<D:href xmlns:D='DAV:'>/users/projector</D:href>]]>
+</property>
</revision>
</objectnode>
</objectnode>
@@ -104,7 +109,11 @@
</objectnode>
<objectnode classname="org.apache.slide.structure.ActionNode"
uri="/actions/write">
<revision>
- <property name="privilege-member-set"><![CDATA[<D:href
xmlns:D='DAV:'>/actions/write-acl</D:href> <D:href
xmlns:D='DAV:'>/actions/write-properties</D:href> <D:href
xmlns:D='DAV:'>/actions/write-content</D:href>]]></property>
+ <property name="privilege-member-set">
+<![CDATA[<D:href xmlns:D='DAV:'>/actions/write-acl</D:href>
+<D:href xmlns:D='DAV:'>/actions/write-properties</D:href>
+<D:href xmlns:D='DAV:'>/actions/write-content</D:href>]]>
+</property>
</revision>
</objectnode>
<objectnode classname="org.apache.slide.structure.ActionNode"
uri="/actions/write-acl">
@@ -119,7 +128,10 @@
</objectnode>
<objectnode classname="org.apache.slide.structure.ActionNode"
uri="/actions/write-content">
<revision>
- <property name="privilege-member-set"><![CDATA[<D:href
xmlns:D='DAV:'>/actions/bind</D:href> <D:href
xmlns:D='DAV:'>/actions/unbind</D:href>]]></property>
+ <property name="privilege-member-set">
+<![CDATA[<D:href xmlns:D='DAV:'>/actions/bind</D:href>
+<D:href xmlns:D='DAV:'>/actions/unbind</D:href>]]>
+</property>
</revision>
</objectnode>
<objectnode classname="org.apache.slide.structure.ActionNode"
uri="/actions/bind">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]