Uses of Class
org.guvnor.ala.services.api.RuntimeQuery
-
Packages that use RuntimeQuery Package Description org.guvnor.ala.services.api org.guvnor.ala.services.api.backend -
-
Uses of RuntimeQuery in org.guvnor.ala.services.api
Methods in org.guvnor.ala.services.api that return RuntimeQuery Modifier and Type Method Description RuntimeQueryRuntimeQueryBuilder. build()Methods in org.guvnor.ala.services.api with parameters of type RuntimeQuery Modifier and Type Method Description RuntimeQueryResultItemListRuntimeProvisioningService. executeQuery(RuntimeQuery query)Executes a query against the runtime system. -
Uses of RuntimeQuery in org.guvnor.ala.services.api.backend
Methods in org.guvnor.ala.services.api.backend with parameters of type RuntimeQuery Modifier and Type Method Description List<RuntimeQueryResultItem>RuntimeProvisioningServiceBackend. executeQuery(RuntimeQuery query)Executes a query against the runtime system.
-