Uses of Class
ccc.api.types.ResourcePath

Packages that use ResourcePath
ccc.api.types   
ccc.cli.fileupload Classes for remote file upload to CCC7. 
ccc.client.actions   
ccc.domain The core domain model for CCC. 
ccc.persistence   
ccc.plugins.search   
ccc.plugins.search.lucene   
 

Uses of ResourcePath in ccc.api.types
 

Methods in ccc.api.types that return ResourcePath
 ResourcePath ResourcePath.append(ResourceName resourceName)
          Append a resource name to the end of an existing path.
 ResourcePath ResourcePath.parent()
          Return a path minus the bottom most (i.e.
 ResourcePath ResourcePath.removeTop()
          Return a path minus the top most (i.e.
 

Uses of ResourcePath in ccc.cli.fileupload
 

Constructors in ccc.cli.fileupload with parameters of type ResourcePath
CccServer(ResourcePath rootPath, Files files, Folders folders, Resources resources)
          Constructor.
DryRunServer(ResourcePath rootPath)
          Constructor.
 

Uses of ResourcePath in ccc.client.actions
 

Constructors in ccc.client.actions with parameters of type ResourcePath
RenameAction(ResourceSummary resource, java.lang.String name, ResourcePath newPath)
          Constructor.
 

Uses of ResourcePath in ccc.domain
 

Methods in ccc.domain that return ResourcePath
 ResourcePath ResourceEntity.getAbsolutePath()
          Determine the absolute path for a resource.
 

Methods in ccc.domain with parameters of type ResourcePath
 ResourceEntity FolderEntity.navigateTo(ResourcePath path)
          Navigate from this folder to another resource described by the specified path.
 

Uses of ResourcePath in ccc.persistence
 

Methods in ccc.persistence with parameters of type ResourcePath
 ResourceEntity ResourceRepository.lookup(ResourcePath contentPath)
          Look up a resource.
 

Uses of ResourcePath in ccc.plugins.search
 

Methods in ccc.plugins.search with parameters of type ResourcePath
 void Indexer.createDocument(java.util.UUID id, ResourcePath path, ResourceName name, java.lang.String title, java.util.Set<java.lang.String> tags, java.lang.String content, java.util.Set<Paragraph> paragraphs)
          Add a document to the search index.
 

Uses of ResourcePath in ccc.plugins.search.lucene
 

Methods in ccc.plugins.search.lucene with parameters of type ResourcePath
 void SimpleLuceneFS.createDocument(java.util.UUID id, ResourcePath path, ResourceName name, java.lang.String title, java.util.Set<java.lang.String> tags, java.lang.String content, java.util.Set<Paragraph> paragraphs)
          Add a document to the search index.
 



Copyright © 2010. All Rights Reserved.