org.apache.jetspeed.services.registry
Interface HybridRegistry

All Known Implementing Classes:
HybridRegistryService

public interface HybridRegistry

Interface for manipulating Hybrid registries

Version:
$Id: HybridRegistry.java,v 1.1 2004/07/14 00:50:55 taylor Exp $
Author:
David Sean Taylor

Method Summary
 java.util.List listDatabaseRegistries()
          List of all registries managed in the database.
 java.util.List listFileRegistries()
          List of all registries managed in the file system.
 

Method Detail

listDatabaseRegistries

public java.util.List listDatabaseRegistries()
List of all registries managed in the database.


listFileRegistries

public java.util.List listFileRegistries()
List of all registries managed in the file system.



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.