Index: lams_contentrepository/doc/index-files/index-9.html
===================================================================
diff -u -ra4870f101fb30e5cd722f9d16e0ca50baa50fbb2 -rd8271ee90d8de1f1a3d1bb5c36a443e9e3228086
--- lams_contentrepository/doc/index-files/index-9.html (.../index-9.html) (revision a4870f101fb30e5cd722f9d16e0ca50baa50fbb2)
+++ lams_contentrepository/doc/index-files/index-9.html (.../index-9.html) (revision d8271ee90d8de1f1a3d1bb5c36a443e9e3228086)
@@ -2,7 +2,7 @@
-
+
I-Index
@@ -126,6 +126,9 @@
Method in class com.lamsinternational.lams.contentrepository.CrNode
Get the next version id for this node and then
increment it.
+init() -
+Method in class com.lamsinternational.lams.contentrepository.struts.action.Download
+Initialization of the servlet.
insert(Object) -
Method in interface com.lamsinternational.lams.contentrepository.dao.ICredentialDAO
@@ -153,6 +156,18 @@
isNodeType(String) -
Method in class com.lamsinternational.lams.contentrepository.SimpleVersionedNode
(non-Javadoc)
+isTicketOkay(ITicket) -
+Method in interface com.lamsinternational.lams.contentrepository.IRepositoryAdmin
+Is this ticket acceptable to the repository?
+ Only the interceptor for an IRepositoryAdmin should call this!!!!!!
+
+ Do NOT declare this method as a transaction otherwise we will
+ end up with an endless loop of forever trying to check if
+ the ticket is okay as this method would end up getting
+ checked itself.
+isTicketOkay(ITicket) -
+Method in class com.lamsinternational.lams.contentrepository.SimpleRepository
+Is this ticket okay?
isValidNodeType(String) -
Static method in class com.lamsinternational.lams.contentrepository.NodeType
Does this string represent a known node type.