Package org.guvnor.ala.runtime.providers
Interface ProviderId
-
- All Known Subinterfaces:
Provider<C>
- All Known Implementing Classes:
BaseProvider,InternalProviderId
public interface ProviderIdBase interface for identifying providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Get the provider unique identifierProviderTypegetProviderType()Get the provider type
-
-
-
Method Detail
-
getId
String getId()
Get the provider unique identifier- Returns:
- the provider unique identifier
-
getProviderType
ProviderType getProviderType()
Get the provider type- Returns:
- the provider type
- See Also:
ProviderType
-
-