Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
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
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
Constructs a new instance of this class.
InvalidParameterException(String)
- Constructor for class com.lamsinternational.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
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
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
Constructs a new instance of this class.
ItemExistsException(String)
- Constructor for class com.lamsinternational.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
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
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
Constructs a new instance of this class.
ItemNotFoundException(String)
- Constructor for class com.lamsinternational.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
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
Constructs a new instance of this class given a root throwable.
incrementNextVersionId()
- Method in class com.lamsinternational.lams.contentrepository.
CrNode
Get the next version id for this node and then increment it.
insert(Object)
- Method in interface com.lamsinternational.lams.contentrepository.dao.
ICredentialDAO
insert(Object)
- Method in interface com.lamsinternational.lams.contentrepository.dao.
INodeDAO
insert(Object)
- Method in interface com.lamsinternational.lams.contentrepository.dao.
IWorkspaceDAO
insert(Object)
- Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.
CredentialDAO
insert(Object)
- Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.
NodeDAO
insert(Object)
- Method in class com.lamsinternational.lams.contentrepository.dao.hibernate.
WorkspaceDAO
isNodeType(String)
- Method in class com.lamsinternational.lams.contentrepository.
CrNode
Indicates whether this node is of the specified node type.
isNodeType(String)
- Method in interface com.lamsinternational.lams.contentrepository.
IVersionedNode
Indicates whether this node is of the specified node type.
isNodeType(String)
- Method in class com.lamsinternational.lams.contentrepository.
SimpleVersionedNode
(non-Javadoc)
isValidNodeType(String)
- Static method in class com.lamsinternational.lams.contentrepository.
NodeType
Does this string represent a known node type.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W