A B C D E F G H I L M N O P R S T U V W

I

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 org.lamsfoundation.lams.contentrepository.dao.INodeDAO.
Data access routines for Nodes, versions and properties
IRepositoryAdmin - interface org.lamsfoundation.lams.contentrepository.service.IRepositoryAdmin.
Administrative interface to the Repository.
IRepositoryService - interface org.lamsfoundation.lams.contentrepository.service.IRepositoryService.
Tool access to the repository.
ITicket - interface org.lamsfoundation.lams.contentrepository.ITicket.
Ticket represents the "authorisation" key to the repository.
IToolContentHandler - interface org.lamsfoundation.lams.contentrepository.client.IToolContentHandler.
IToolContentHandler defines the ContentHandler interface used by the tools.
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 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 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 org.lamsfoundation.lams.contentrepository.InvalidParameterException
Constructs a new instance of this class given a root throwable.
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 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 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 org.lamsfoundation.lams.contentrepository.ItemExistsException
Constructs a new instance of this class given a root throwable.
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 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 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 org.lamsfoundation.lams.contentrepository.ItemNotFoundException
Constructs a new instance of this class given a root throwable.
incrementNextVersionId() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
Get the next version id for this node and then increment it.
insert(Object) - Method in interface org.lamsfoundation.lams.contentrepository.dao.ICredentialDAO
 
insert(Object) - Method in interface org.lamsfoundation.lams.contentrepository.dao.IWorkspaceDAO
 
insert(Object) - Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
 
insert(Object) - Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.WorkspaceDAO
 
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 org.lamsfoundation.lams.contentrepository.IVersionedNode
Indicates whether this node is of the specified node type.
isNodeType(String) - Method in class org.lamsfoundation.lams.contentrepository.service.SimpleVersionedNode
(non-Javadoc)
isOffline(IVersionedNode) - Method in interface org.lamsfoundation.lams.contentrepository.client.IToolContentHandler
 
isOffline(IVersionedNode) - Method in class org.lamsfoundation.lams.contentrepository.client.ToolContentHandler
 
isOnline(IVersionedNode) - Method in interface org.lamsfoundation.lams.contentrepository.client.IToolContentHandler
 
isOnline(IVersionedNode) - Method in class org.lamsfoundation.lams.contentrepository.client.ToolContentHandler
 
isTicketOkay(ITicket) - Method in interface org.lamsfoundation.lams.contentrepository.service.IRepositoryAdmin
Is this ticket acceptable to the repository?
isTicketOkay(ITicket) - Method in class org.lamsfoundation.lams.contentrepository.service.SimpleRepository
Is this ticket okay?
isValidNodeType(String) - Static method in class org.lamsfoundation.lams.contentrepository.NodeType
Does this string represent a known node type.

A B C D E F G H I L M N O P R S T U V W