Package org.alfresco.repo.service
Interface StoreRedirector
public interface StoreRedirector
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSupportedStoreProtocols
Collection<String> getSupportedStoreProtocols()- Returns:
- the names of the protocols supported
-
getSupportedStores
Collection<StoreRef> getSupportedStores()- Returns:
- the Store Refs of the stores supported
-