Index: lams_contentrepository/doc/index-files/index-4.html
===================================================================
diff -u -raaabbf7372c53eca0a6b1854633729753f56ba4f -r76ec9f8751b089a3c39e97bd92e72e4d11b41911
--- lams_contentrepository/doc/index-files/index-4.html (.../index-4.html) (revision aaabbf7372c53eca0a6b1854633729753f56ba4f)
+++ lams_contentrepository/doc/index-files/index-4.html (.../index-4.html) (revision 76ec9f8751b089a3c39e97bd92e72e4d11b41911)
@@ -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.