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.4 -r1.5 --- lams_contentrepository/doc/index-files/index-9.html 25 Jan 2005 08:03:07 -0000 1.4 +++ lams_contentrepository/doc/index-files/index-9.html 28 Jan 2005 02:24:41 -0000 1.5 @@ -2,7 +2,7 @@ - + I-Index @@ -71,105 +71,105 @@ -A B C D E F G H I L M N P R S T U V W
+A B C D E F G H I L M N O P R S T U V W

I

-
ICredentialDAO - interface com.lamsinternational.lams.contentrepository.dao.ICredentialDAO.
 
ICredentials - interface com.lamsinternational.lams.contentrepository.ICredentials.
Base interface for all credentials that may be passed to the - Repository.login() method.
IFileDAO - interface com.lamsinternational.lams.contentrepository.dao.IFileDAO.
Manages the reading and writing of files to the repository directories.
INITIALPATH - -Static variable in class com.lamsinternational.lams.contentrepository.PropertyName +
ICredentialDAO - interface org.lamsfoundation.lams.contentrepository.dao.ICredentialDAO.
 
ICredentials - interface org.lamsfoundation.lams.contentrepository.ICredentials.
Base interface for all credentials that may be passed to the + Repository.login() method.
IFileDAO - interface org.lamsfoundation.lams.contentrepository.dao.IFileDAO.
Manages the reading and writing of files to the repository directories.
INITIALPATH - +Static variable in class org.lamsfoundation.lams.contentrepository.PropertyName
INITIALPATH is required for a package node -
INodeDAO - interface com.lamsinternational.lams.contentrepository.dao.INodeDAO.
Data access routines for Nodes, versions and properties
IRepository - interface com.lamsinternational.lams.contentrepository.IRepository.
Tool access to the repository
IRepositoryAdmin - interface com.lamsinternational.lams.contentrepository.IRepositoryAdmin.
Administrative interface to the Repository.
ITicket - interface com.lamsinternational.lams.contentrepository.ITicket.
Ticket represents the "authorisation" key to the repository.
IValue - interface com.lamsinternational.lams.contentrepository.IValue.
A value is an object which is explicitly marked with a type.
IVersionDetail - interface com.lamsinternational.lams.contentrepository.IVersionDetail.
Describes the version of a node.
IVersionedNode - interface com.lamsinternational.lams.contentrepository.IVersionedNode.
The IVersionedNode interface represents a particular version of a node - in the hierarchy that makes up the repository.
IVersionedNodeAdmin - interface com.lamsinternational.lams.contentrepository.IVersionedNodeAdmin.
IVersionedNodeAdmin represents the full functionality for a versioned node.
IWorkspace - interface com.lamsinternational.lams.contentrepository.IWorkspace.
A workspace is a grouping of content, which is accessed by a ticket.
IWorkspaceDAO - interface com.lamsinternational.lams.contentrepository.dao.IWorkspaceDAO.
Data access routines for Workspaces.
InvalidParameterException - exception com.lamsinternational.lams.contentrepository.InvalidParameterException.
Generic exception thrown whenever a parameter is missing.
InvalidParameterException() - -Constructor for class com.lamsinternational.lams.contentrepository.InvalidParameterException +
INodeDAO - interface org.lamsfoundation.lams.contentrepository.dao.INodeDAO.
Data access routines for Nodes, versions and properties
IRepository - interface org.lamsfoundation.lams.contentrepository.IRepository.
Tool access to the repository
IRepositoryAdmin - interface org.lamsfoundation.lams.contentrepository.IRepositoryAdmin.
Administrative interface to the Repository.
ITicket - interface org.lamsfoundation.lams.contentrepository.ITicket.
Ticket represents the "authorisation" key to the repository.
IValue - interface org.lamsfoundation.lams.contentrepository.IValue.
A value is an object which is explicitly marked with a type.
IVersionDetail - interface org.lamsfoundation.lams.contentrepository.IVersionDetail.
Describes the version of a node.
IVersionedNode - interface org.lamsfoundation.lams.contentrepository.IVersionedNode.
The IVersionedNode interface represents a particular version of a node + in the hierarchy that makes up the repository.
IVersionedNodeAdmin - interface org.lamsfoundation.lams.contentrepository.IVersionedNodeAdmin.
IVersionedNodeAdmin represents the full functionality for a versioned node.
IWorkspace - interface org.lamsfoundation.lams.contentrepository.IWorkspace.
A workspace is a grouping of content, which is accessed by a ticket.
IWorkspaceDAO - interface org.lamsfoundation.lams.contentrepository.dao.IWorkspaceDAO.
Data access routines for Workspaces.
InvalidParameterException - exception org.lamsfoundation.lams.contentrepository.InvalidParameterException.
Generic exception thrown whenever a parameter is missing.
InvalidParameterException() - +Constructor for class org.lamsfoundation.lams.contentrepository.InvalidParameterException
Constructs a new instance of this class. -
InvalidParameterException(String) - -Constructor for class com.lamsinternational.lams.contentrepository.InvalidParameterException +
InvalidParameterException(String) - +Constructor for class org.lamsfoundation.lams.contentrepository.InvalidParameterException
Constructs a new instance of this class given a message describing the failure cause. -
InvalidParameterException(String, Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.InvalidParameterException +
InvalidParameterException(String, Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.InvalidParameterException
Constructs a new instance of this class given a message describing the failure and a root throwable. -
InvalidParameterException(Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.InvalidParameterException +
InvalidParameterException(Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.InvalidParameterException
Constructs a new instance of this class given a root throwable. -
ItemExistsException - exception com.lamsinternational.lams.contentrepository.ItemExistsException.
An item already exists with the given id or path.
ItemExistsException() - -Constructor for class com.lamsinternational.lams.contentrepository.ItemExistsException +
ItemExistsException - exception org.lamsfoundation.lams.contentrepository.ItemExistsException.
An item already exists with the given id or path.
ItemExistsException() - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemExistsException
Constructs a new instance of this class. -
ItemExistsException(String) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemExistsException +
ItemExistsException(String) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemExistsException
Constructs a new instance of this class given a message describing the failure cause. -
ItemExistsException(String, Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemExistsException +
ItemExistsException(String, Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemExistsException
Constructs a new instance of this class given a message describing the failure and a root throwable. -
ItemExistsException(Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemExistsException +
ItemExistsException(Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemExistsException
Constructs a new instance of this class given a root throwable. -
ItemNotFoundException - exception com.lamsinternational.lams.contentrepository.ItemNotFoundException.
Item requested does not exist.
ItemNotFoundException() - -Constructor for class com.lamsinternational.lams.contentrepository.ItemNotFoundException +
ItemNotFoundException - exception org.lamsfoundation.lams.contentrepository.ItemNotFoundException.
Item requested does not exist.
ItemNotFoundException() - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemNotFoundException
Constructs a new instance of this class. -
ItemNotFoundException(String) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemNotFoundException +
ItemNotFoundException(String) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemNotFoundException
Constructs a new instance of this class given a message describing the failure cause. -
ItemNotFoundException(String, Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemNotFoundException +
ItemNotFoundException(String, Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemNotFoundException
Constructs a new instance of this class given a message describing the failure and a root throwable. -
ItemNotFoundException(Throwable) - -Constructor for class com.lamsinternational.lams.contentrepository.ItemNotFoundException +
ItemNotFoundException(Throwable) - +Constructor for class org.lamsfoundation.lams.contentrepository.ItemNotFoundException
Constructs a new instance of this class given a root throwable. -
incrementNextVersionId() - -Method in class com.lamsinternational.lams.contentrepository.CrNode +
incrementNextVersionId() - +Method in class org.lamsfoundation.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 +
init() - +Method in class org.lamsfoundation.lams.contentrepository.struts.action.Download +
Gets the application context and gets the repository object. +
insert(Object) - +Method in interface org.lamsfoundation.lams.contentrepository.dao.ICredentialDAO
  -
insert(Object) - -Method in interface com.lamsinternational.lams.contentrepository.dao.INodeDAO +
insert(Object) - +Method in interface org.lamsfoundation.lams.contentrepository.dao.INodeDAO
  -
insert(Object) - -Method in interface com.lamsinternational.lams.contentrepository.dao.IWorkspaceDAO +
insert(Object) - +Method in interface org.lamsfoundation.lams.contentrepository.dao.IWorkspaceDAO
  -
insert(Object) - -Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.CredentialDAO +
insert(Object) - +Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
  -
insert(Object) - -Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.NodeDAO +
insert(Object) - +Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.NodeDAO
  -
insert(Object) - -Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.WorkspaceDAO +
insert(Object) - +Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.WorkspaceDAO
  -
isNodeType(String) - -Method in class com.lamsinternational.lams.contentrepository.CrNode +
isNodeType(String) - +Method in class org.lamsfoundation.lams.contentrepository.CrNode
Indicates whether this node is of the specified node type. -
isNodeType(String) - -Method in interface com.lamsinternational.lams.contentrepository.IVersionedNode +
isNodeType(String) - +Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Indicates whether this node is of the specified node type. -
isNodeType(String) - -Method in class com.lamsinternational.lams.contentrepository.SimpleVersionedNode +
isNodeType(String) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode
(non-Javadoc) -
isTicketOkay(ITicket) - -Method in interface com.lamsinternational.lams.contentrepository.IRepositoryAdmin +
isTicketOkay(ITicket) - +Method in interface org.lamsfoundation.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 +
isTicketOkay(ITicket) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository
Is this ticket okay? -
isValidNodeType(String) - -Static method in class com.lamsinternational.lams.contentrepository.NodeType +
isValidNodeType(String) - +Static method in class org.lamsfoundation.lams.contentrepository.NodeType
Does this string represent a known node type.

@@ -224,7 +224,7 @@ -A B C D E F G H I L M N P R S T U V W
+A B C D E F G H I L M N O P R S T U V W