Uses of Interface
org.guvnor.ala.runtime.Runtime
-
Packages that use Runtime Package Description org.guvnor.ala.registry org.guvnor.ala.registry.inmemory org.guvnor.ala.runtime org.guvnor.ala.runtime.base -
-
Uses of Runtime in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return Runtime Modifier and Type Method Description RuntimeRuntimeRegistry. getRuntimeById(String runtimeId)Gets a runtime by identifier.Methods in org.guvnor.ala.registry that return types with arguments of type Runtime Modifier and Type Method Description List<Runtime>RuntimeRegistry. getRuntimes(Integer page, Integer pageSize, String sort, boolean sortOrder)Gets the list of registered runtimes.Methods in org.guvnor.ala.registry with parameters of type Runtime Modifier and Type Method Description voidRuntimeRegistry. registerRuntime(Runtime runtime)Registers a runtime. -
Uses of Runtime in org.guvnor.ala.registry.inmemory
Fields in org.guvnor.ala.registry.inmemory with type parameters of type Runtime Modifier and Type Field Description protected Map<String,Runtime>InMemoryRuntimeRegistry. runtimesMethods in org.guvnor.ala.registry.inmemory that return Runtime Modifier and Type Method Description RuntimeInMemoryRuntimeRegistry. getRuntimeById(String runtimeId)Methods in org.guvnor.ala.registry.inmemory that return types with arguments of type Runtime Modifier and Type Method Description List<Runtime>InMemoryRuntimeRegistry. getRuntimes(Integer page, Integer pageSize, String sort, boolean sortOrder)Methods in org.guvnor.ala.registry.inmemory with parameters of type Runtime Modifier and Type Method Description voidInMemoryRuntimeRegistry. registerRuntime(Runtime runtime) -
Uses of Runtime in org.guvnor.ala.runtime
Classes in org.guvnor.ala.runtime with type parameters of type Runtime Modifier and Type Interface Description interfaceRuntimeBuilder<T extends RuntimeConfig,R extends Runtime> -
Uses of Runtime in org.guvnor.ala.runtime.base
Classes in org.guvnor.ala.runtime.base that implement Runtime Modifier and Type Class Description classBaseRuntimeBaseRuntime implementation to be extended by each Runtime Provider
-