Package org.alfresco.repo.service
Interface StoreRedirector
-
public interface StoreRedirector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getSupportedStoreProtocols()Collection<org.alfresco.service.cmr.repository.StoreRef>getSupportedStores()
-
-
-
Method Detail
-
getSupportedStoreProtocols
Collection<String> getSupportedStoreProtocols()
- Returns:
- the names of the protocols supported
-
getSupportedStores
Collection<org.alfresco.service.cmr.repository.StoreRef> getSupportedStores()
- Returns:
- the Store Refs of the stores supported
-
-