Uses of Interface
org.xiruss.snapcm.api.helpers.ResourceMap

Packages that use ResourceMap
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.snapcm.api Defines the SnapCM API as a set of interfaces and exception types. 
org.xiruss.snapcm.api.helpers Defines types that are not part of the core SnapCM data model but that make working with SnapCM objects more convenient. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
org.xiruss.xirussrepository.server.jetty.apiserver Implements the Xiruss HTTP API handler and repository-object-type specific Jetty Resources that manage the translation of specific Xiruss Repository objects into HTTP actions that result in XML API response messages (i.e., the data contents of a version or a list of resources or whatever. 
org.xiruss.xirussrepository.server.jetty.viewer Implements the Xiruss HTTP "viewer" server, that is the server that allows direct access to repository resources for "viewing", including access to version contents via a direct and obvious URL (i.e., the version ID in any conetext or resource ID within a snapshot context. 
 

Uses of ResourceMap in org.xiruss.repository.api
 

Fields in org.xiruss.repository.api declared as ResourceMap
static ResourceMap Repository.nullResourceMap
           
 

Methods in org.xiruss.repository.api that return ResourceMap
 ResourceMap Repository.getResources()
           
 ResourceMap NullRepository.getResources()
           
 

Uses of ResourceMap in org.xiruss.repository.common
 

Classes in org.xiruss.repository.common that implement ResourceMap
 class ResourceMapImpl
          Map of Resources to IDs
 

Uses of ResourceMap in org.xiruss.repository.server
 

Fields in org.xiruss.repository.server declared as ResourceMap
protected  ResourceMap RepositoryBase.resourcesById
           
 

Methods in org.xiruss.repository.server that return ResourceMap
 ResourceMap OrganizerBase.getOrganizedResources()
          Returns all targets of OrganizedBy dependencies
 ResourceMap RepositoryBase.getResources()
           
 

Uses of ResourceMap in org.xiruss.snapcm.api
 

Methods in org.xiruss.snapcm.api that return ResourceMap
 ResourceMap Organizer.getOrganizedResources()
          Returns all targets of OrganizedBy dependencies
 

Uses of ResourceMap in org.xiruss.snapcm.api.helpers
 

Classes in org.xiruss.snapcm.api.helpers that implement ResourceMap
 class NullResourceMap
           
 

Uses of ResourceMap in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that return ResourceMap
 ResourceMap OrganizerProxy.getOrganizedResources()
           
 ResourceMap XirussRepositoryProxy.getResources()
           
 

Uses of ResourceMap in org.xiruss.xirussrepository.server.jetty.apiserver
 

Constructors in org.xiruss.xirussrepository.server.jetty.apiserver with parameters of type ResourceMap
ResourceListResource(Repository rep, org.mortbay.http.HttpRequest request, ResourceMap resourceMap, long startIndex, long count)
           
 

Uses of ResourceMap in org.xiruss.xirussrepository.server.jetty.viewer
 

Methods in org.xiruss.xirussrepository.server.jetty.viewer with parameters of type ResourceMap
static java.lang.String RepositoryReportHelper.generateHtmlResourceList(ResourceMap map, XirussRepository repository)