luetzkendorf 2005/01/10 10:09:22
Modified: src/webdav/server/org/apache/slide/webdav/util/properties
CheckoutSetProperty.java RootVersionProperty.java
SupportedLivePropertySetProperty.java
SupportedMethodSetProperty.java
SupportedReportSetProperty.java
VersionHistoryProperty.java
WorkspaceCheckoutSetProperty.java
WorkspaceProperty.java
Log:
comments migrated from PropertyHelper
Revision Changes Path
1.4 +8 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/CheckoutSetProperty.java
Index: CheckoutSetProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/CheckoutSetProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CheckoutSetProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ CheckoutSetProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -48,6 +48,11 @@
/**
* Computes the DeltaV <code>checkout-set</code> property.
+ *
+ * <p>Returns an XMLValue containing <code><href></code> elements
+ * with the URI of the VCRs that have a <code><checked-out></code>
+ * property pointing to this VR.
+ * If the resource is not a VR, the returned XMLValue is empty.
*/
public class CheckoutSetProperty extends AbstractComputedProperty
{
1.4 +7 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/RootVersionProperty.java
Index: RootVersionProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/RootVersionProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RootVersionProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ RootVersionProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -38,6 +38,10 @@
/**
* Computes the DeltaV <code>root-version</code> property.
+ * <p>
+ * Returns an XMLValue containing the <code><href></code> element
+ * with the URI of the root version of the history.
+ * If the resource is not a history, the returned XMLValue is empty.
*/
public class RootVersionProperty extends AbstractComputedProperty
{
1.4 +11 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedLivePropertySetProperty.java
Index: SupportedLivePropertySetProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedLivePropertySetProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SupportedLivePropertySetProperty.java 3 Jan 2005 15:04:44 -0000
1.3
+++ SupportedLivePropertySetProperty.java 10 Jan 2005 18:09:22 -0000
1.4
@@ -39,6 +39,14 @@
/**
* Computes the DeltaV <code>supported-live-property-set</code> property.
+ *
+ * Returns an XMLValue containing the
<code><supported-live-property></code>
+ * elements containing <code><prop></code> which are containing
+ * elements with the name of the property.
+ *
+ * <p><i>Note:</i>
+ * Due to the specification this is <b>not</b> a computed property, but
because
+ * of implementation problems it is not stored.
*/
public class SupportedLivePropertySetProperty extends
AbstractComputedProperty
1.4 +10 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedMethodSetProperty.java
Index: SupportedMethodSetProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedMethodSetProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SupportedMethodSetProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ SupportedMethodSetProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -39,6 +39,13 @@
/**
* Computes the DeltaV <code>supported-method-set</code> property.
+ *
+ * <p>Returns an XMLValue containing the
<code><supported-method></code>
+ * elements with the name (attribute) of the supported methods.
+ *
+ * <p><em>Note:</em>
+ * Due to the specification this is <b>not</b> a computed property, but
because
+ * of implementation problems it is not stored.
*/
public class SupportedMethodSetProperty extends
AbstractComputedProperty
1.4 +10 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedReportSetProperty.java
Index: SupportedReportSetProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/SupportedReportSetProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SupportedReportSetProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ SupportedReportSetProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -38,6 +38,13 @@
/**
* Computes the DeltaV <code>supported-report-set</code> property.
+ *
+ * <p>Returns an XMLValue containing the
<code><supported-report></code>
+ * elements containing <code><report></code> which are containing
+ * elements with the name of the report.
+ * <p><i>Note:</i>
+ * Due to the specification this is <b>not</b> a computed property, but
because
+ * of implementation problems it is not stored.
*/
public class SupportedReportSetProperty extends
AbstractComputedProperty
1.4 +7 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/VersionHistoryProperty.java
Index: VersionHistoryProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/VersionHistoryProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VersionHistoryProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ VersionHistoryProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -43,6 +43,10 @@
/**
* Computes the DeltaV <code>version-history</code> property.
+ *
+ * <p>Returns an XMLValue containing the <code><href></code> element
+ * with the history URI of the resource. If the resource is neither a
+ * VR, checked-in VCR or checked-out VCR, the returned XMLValue is empty.
*/
public class VersionHistoryProperty extends AbstractComputedProperty
{
1.4 +8 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/WorkspaceCheckoutSetProperty.java
Index: WorkspaceCheckoutSetProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/WorkspaceCheckoutSetProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WorkspaceCheckoutSetProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ WorkspaceCheckoutSetProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -45,6 +45,11 @@
/**
* Computes the DeltaV <code>workspace-checkout-set</code> property.
+ *
+ * <p>Returns an XMLValue containing <code><href></code> elements
+ * with the URI of the VCRs in the workspace identified the given
+ * NodeRevisionDescriptor(s) that have a <code><checked-out></code>.
+ * If the resource is not a Workspace, the returned XMLValue is empty.
*/
public class WorkspaceCheckoutSetProperty extends
AbstractComputedProperty
1.4 +8 -3
jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/WorkspaceProperty.java
Index: WorkspaceProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/properties/WorkspaceProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WorkspaceProperty.java 3 Jan 2005 15:04:44 -0000 1.3
+++ WorkspaceProperty.java 10 Jan 2005 18:09:22 -0000 1.4
@@ -53,6 +53,11 @@
/**
* Computes the DeltaV <code>workspace</code> property.
+ *
+ * <p>Returns an XMLValue containing <code><href></code> elements
+ * with the URI of the VCRs in the workspace identified the given
+ * NodeRevisionDescriptor(s) that have a <code><checked-out></code>.
+ * If the resource is not a Workspace, the returned XMLValue is empty.
*/
public class WorkspaceProperty extends AbstractComputedProperty
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]