Index: lams_contentrepository/doc/index-files/index-9.html
===================================================================
RCS file: /usr/local/cvsroot/lams_contentrepository/doc/index-files/index-9.html,v
diff -u -r1.1 -r1.2
--- lams_contentrepository/doc/index-files/index-9.html 21 Jan 2005 00:38:09 -0000 1.1
+++ lams_contentrepository/doc/index-files/index-9.html 24 Jan 2005 04:18:22 -0000 1.2
@@ -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.