Uses of Class
org.kie.workbench.common.screens.server.management.model.RuntimeStrategy
-
Packages that use RuntimeStrategy Package Description org.kie.workbench.common.screens.server.management.model -
-
Uses of RuntimeStrategy in org.kie.workbench.common.screens.server.management.model
Methods in org.kie.workbench.common.screens.server.management.model that return RuntimeStrategy Modifier and Type Method Description RuntimeStrategyProcessConfigModule. getRuntimeStrategy()static RuntimeStrategyRuntimeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeStrategy[]RuntimeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.server.management.model with parameters of type RuntimeStrategy Modifier and Type Method Description voidProcessConfigModule. setRuntimeStrategy(RuntimeStrategy runtimeStrategy)Constructors in org.kie.workbench.common.screens.server.management.model with parameters of type RuntimeStrategy Constructor Description ProcessConfigModule(RuntimeStrategy runtimeStrategy, String kBase, String kSession)
-