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