Uses of Interface
org.apache.portals.graffito.model.server.Server

Packages that use Server
org.apache.portals.graffito.model.server   
org.apache.portals.graffito.services.core   
 

Uses of Server in org.apache.portals.graffito.model.server
 

Subinterfaces of Server in org.apache.portals.graffito.model.server
 interface FileSystemServer
          File System Server
 interface GraffitoServer
          Graffito Server interface is the default content store for Graffito.
 interface WebdavServer
          This is the interface for a WEBDAV server reference.
 

Uses of Server in org.apache.portals.graffito.services.core
 

Methods in org.apache.portals.graffito.services.core that return Server
 Server ContentServerService.getServer(java.lang.String scope)
          Get a server reference from the engine's persistent store.
 

Methods in org.apache.portals.graffito.services.core with parameters of type Server
 void ContentServerService.addServer(Server server)
          Adds a new server to engine's persistent store.
 void ContentServerService.removeServer(Server server)
          Remove a server from the engine's persistent store.
 void ContentServerService.updateServer(Server server)
          Update a server reference into the engine's persistent store.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.