From dna-commits at lists.jboss.org Mon Dec 21 18:48:11 2009
Content-Type: multipart/mixed; boundary="===============5956994451060460128=="
MIME-Version: 1.0
From: dna-commits at lists.jboss.org
To: dna-commits at lists.jboss.org
Subject: [dna-commits] DNA SVN: r1472 -
trunk/docs/reference/src/main/docbook/en-US/content/connectors.
Date: Mon, 21 Dec 2009 18:48:11 -0500
Message-ID: <200912212348.nBLNmBOE006369@svn01.web.mwc.hst.phx2.redhat.com>
--===============5956994451060460128==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: bcarothers
Date: 2009-12-21 18:48:11 -0500 (Mon, 21 Dec 2009)
New Revision: 1472
Modified:
trunk/docs/reference/src/main/docbook/en-US/content/connectors/file_syst=
em.xml
Log:
DNA-593 File system connector documentation is missing the 'updatesAllowed'=
property
Applied patch that cleans up the file system connector page. It does not e=
xpound on the CustomPropertiesFactory since the Javadoc for that class is p=
retty descriptive.
Modified: trunk/docs/reference/src/main/docbook/en-US/content/connectors/fi=
le_system.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/reference/src/main/docbook/en-US/content/connectors/file_sys=
tem.xml 2009-12-21 22:07:58 UTC (rev 1471)
+++ trunk/docs/reference/src/main/docbook/en-US/content/connectors/file_sys=
tem.xml 2009-12-21 23:48:11 UTC (rev 1472)
@@ -44,8 +44,8 @@
DNA cannot assign a persistent UUID to the files in the file system or =
guarantee that no other process will not move or delete the files outside o=
f DNA.
The mix:referenceable
node type cannot be implemented if e=
ither of these conditions cannot be met. =
=
- Additional properties (including mixin types) can be added through the =
use of a &CustomPropertiesFactory;. See the customPropertiesFactory<=
/code> =
- property below for more details on how this works.
+ Additional properties (including mixin types) can be added by setting t=
he customPropertiesFactory
property to point to an implementat=
ion of =
+ the &CustomPropertiesFactory; interface.
@@ -122,7 +122,10 @@
=
customPropertiesFactory
- Specifies the &CustomPropertiesFactory; that should be used to=
augment the default properties available on each node.
+
+ Specifies the &CustomPropertiesFactory; implementation that should b=
e used to augment the default properties =
+ available on each node.
+
=
@@ -143,11 +146,5 @@
.setProperty("rootNodeUuid", UUID.fromString("fd129c12-81a8-42ed-aa4=
b-820dba49e6f0")
.setProperty("creatingWorkspaceAllowed", "false");
]]>
-
- Custom Properties Factories
-
- The &CustomPropertiesFactory; interface provides additional flexibility=
in the properties returned, including support for "sidecar" files.
-
-
=
--===============5956994451060460128==--