Index: lams_contentrepository/doc/index-files/index-7.html =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/doc/index-files/index-7.html,v diff -u -r1.6 -r1.7 --- lams_contentrepository/doc/index-files/index-7.html 18 Apr 2005 00:04:14 -0000 1.6 +++ lams_contentrepository/doc/index-files/index-7.html 21 Apr 2005 03:40:58 -0000 1.7 @@ -2,7 +2,7 @@ - + G-Index @@ -83,6 +83,9 @@
getChildNodes() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Returns an Set of all child nodes of node. +
getChildNodes() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
If no nodes are found, returns an empty set.
getCrCredential() - Method in class org.lamsfoundation.lams.contentrepository.CrWorkspaceCredential
bi-directional many-to-one association to CrCredential @@ -125,6 +128,12 @@
getCreatedDateTime() - Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionDetail
  +
getCreatedDateTime() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
  +
getCredentialDAO() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
 
getCredentialId() - Method in class org.lamsfoundation.lams.contentrepository.CrCredential
  @@ -149,9 +158,31 @@
getFile() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Get the file, as an inputstream. +
getFile() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
Get the file, as an inputstream. +
getFileDAO() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
  +
getFileItem(ITicket, Long, Long) - +Method in interface org.lamsfoundation.lams.contentrepository.IRepository +
Get an item from the repository based on the UUID. +
getFileItem(ITicket, Long, Long, String) - +Method in interface org.lamsfoundation.lams.contentrepository.IRepository +
Get an item from the repository based on the UUID and relative + path. +
getFileItem(ITicket, Long, Long) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
  +
getFileItem(ITicket, Long, Long, String) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
 
getId() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersionProperty
  +
getLocalRepositoryService() - +Static method in class org.lamsfoundation.lams.contentrepository.RepositoryProxy +
Get a version of the repository service suitable for using in JUNIT tests.
getLong() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersionProperty
Returns a long representation of the value. @@ -179,6 +210,9 @@
getName() - Method in interface org.lamsfoundation.lams.contentrepository.IWorkspace
  +
getName() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleCredentials +
Returns the name of the tool.
getNextVersionId() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
  @@ -188,21 +222,46 @@
getNode(String) - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Returns the node at relPath, which is a child of this node. +
getNode(String) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
Another case for the factory? +
getNodeDAO() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getNodeId() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
 
getNodeKey() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Get the uuid and version of this node/version +
getNodeKey() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
  +
getNodeList(ITicket) - +Method in interface org.lamsfoundation.lams.contentrepository.IRepository +
Get a complete list of all nodes in the workspace and their + version histories. +
getNodeList(ITicket) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
 
getNodeType() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Gets the type of the current node. +
getNodeType() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getNodeVersion(Long) - Method in class org.lamsfoundation.lams.contentrepository.CrNode
Get a particular version of this node
getNvId() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersion
  +
getPackageNodes(ITicket, Long, Long) - +Method in interface org.lamsfoundation.lams.contentrepository.IRepository +
Return a list of all the nodes for a package. +
getPackageNodes(ITicket, Long, Long) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
 
getParentNodeVersion() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
Get the parent node/version to this node. @@ -212,22 +271,38 @@
getPassword() - Method in interface org.lamsfoundation.lams.contentrepository.ICredentials
Returns the password. +
getPassword() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleCredentials +
Returns the password.
getPath() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
 
getPath() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Get the path of this node +
getPath() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getProperties() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Returns all properties of this node. +
getProperties() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
Returns a set of IValue objects - this method could cause a problem + when lazy initialised.
getProperty(String) - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersion
Get a property value
getProperty(String) - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Returns the property at relPath relative to this node. +
getProperty(String) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
  +
getRepositoryService() - +Static method in class org.lamsfoundation.lams.contentrepository.RepositoryProxy +
 
getString() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersionProperty
Returns a string representation of the value. @@ -237,9 +312,15 @@
getTicket() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Get the ticket through which this node was accessed. +
getTicket() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getTicketId() - Method in interface org.lamsfoundation.lams.contentrepository.ITicket
  +
getTicketId() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleTicket +
 
getType() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
  @@ -253,6 +334,9 @@ Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Returns the UUID of this node as recorded in the node's jcr:UUID property. +
getUUID() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getUuid() - Method in class org.lamsfoundation.lams.contentrepository.NodeKey
  @@ -265,15 +349,27 @@
getVersion() - Method in class org.lamsfoundation.lams.contentrepository.NodeKey
  +
getVersion() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
 
getVersionDescription() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersion
Get the version description.
getVersionHistory() - Method in class org.lamsfoundation.lams.contentrepository.CrNode
Get the history for this node. +
getVersionHistory(ITicket, Long) - +Method in interface org.lamsfoundation.lams.contentrepository.IRepository +
Get the history for a node.
getVersionHistory() - Method in interface org.lamsfoundation.lams.contentrepository.IVersionedNode
Get the version history for this node, ordered by version id. +
getVersionHistory(ITicket, Long) - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
  +
getVersionHistory() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionedNode +
Get the history for this node.
getVersionId() - Method in class org.lamsfoundation.lams.contentrepository.CrNodeVersion
  @@ -289,6 +385,9 @@
getWcId() - Method in class org.lamsfoundation.lams.contentrepository.CrWorkspaceCredential
  +
getWorkspaceDAO() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository +
 
getWorkspaceId() - Method in class org.lamsfoundation.lams.contentrepository.CrWorkspace
  @@ -299,6 +398,10 @@
getWorkspaceId() - Method in interface org.lamsfoundation.lams.contentrepository.IWorkspace
  +
getWorkspaceId() - +Method in class org.lamsfoundation.lams.contentrepository.SimpleTicket +
Get the workspace associated with this ticket + Should only be accessed by the content repository package members.