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.6 -r1.7 --- lams_contentrepository/doc/index-files/index-9.html 18 Apr 2005 00:04:14 -0000 1.6 +++ lams_contentrepository/doc/index-files/index-9.html 21 Apr 2005 03:40:58 -0000 1.7 @@ -2,7 +2,7 @@ - + I-Index @@ -78,7 +78,7 @@ Repository.login() method.
INITIALPATH - Static variable in class org.lamsfoundation.lams.contentrepository.PropertyName
INITIALPATH is required for a package node -
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 +
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.
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. @@ -131,6 +131,21 @@
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.SimpleVersionedNode +
(non-Javadoc) +
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 org.lamsfoundation.lams.contentrepository.SimpleRepository +
Is this ticket okay?
isValidNodeType(String) - Static method in class org.lamsfoundation.lams.contentrepository.NodeType
Does this string represent a known node type.