Package org.guvnor.ala.runtime
Interface RuntimeId
-
- All Known Subinterfaces:
Runtime
- All Known Implementing Classes:
BaseRuntime
public interface RuntimeIdRepresents an unique Id for the Runtime, containing also a reference to the ProviderId where this Runtime belongs- See Also:
Runtime
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()Gets the human readable name for the runtime.ProviderIdgetProviderId()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
Gets the human readable name for the runtime. The runtime name is unique within the provider. When no name was provided at runtime creation @seeRuntimeConfig, the runtime name is getId().
-
getProviderId
ProviderId getProviderId()
-
-