Index: lams_contentrepository/doc/index-files/index-4.html
===================================================================
RCS file: /usr/local/cvsroot/lams_contentrepository/doc/index-files/index-4.html,v
diff -u -r1.6 -r1.7
--- lams_contentrepository/doc/index-files/index-4.html 18 Apr 2005 00:04:14 -0000 1.6
+++ lams_contentrepository/doc/index-files/index-4.html 21 Apr 2005 03:40:58 -0000 1.7
@@ -2,7 +2,7 @@
-
+
D-Index
@@ -83,14 +83,39 @@
DOUBLE -
Static variable in class org.lamsfoundation.lams.contentrepository.PropertyType
Double property type
+deleteNode(ITicket, Long) -
+Method in interface org.lamsfoundation.lams.contentrepository.IRepository
+Delete a node and all its versions, returning a list of the files
+ that could not be deleted properly.
deleteNode() -
Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNodeAdmin
Delete this node and all its versions, returning a list of the files
that could not be deleted properly.
+deleteNode(ITicket, Long) -
+Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository
+
+deleteNode() -
+Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode
+Delete all versions of this node, returning the number of nodes
+ deleted.
+deleteVersion(ITicket, Long, Long) -
+Method in interface org.lamsfoundation.lams.contentrepository.IRepository
+Delete the current version of a node, returning a list of the files
+ that could not be deleted properly.
deleteVersion() -
Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNodeAdmin
Delete the current version of this node, returning a list of the files
that could not be deleted properly.
+deleteVersion(ITicket, Long, Long) -
+Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository
+
+deleteVersion() -
+Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode
+
+destroy() -
+Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode
+Clean up any resources that will not be cleaned up by the garbage
+ collector after this object is destroyed.