Uses of Class
org.guvnor.ala.services.api.RuntimeQueryResultItem
-
Packages that use RuntimeQueryResultItem Package Description org.guvnor.ala.services.api.backend org.guvnor.ala.services.api.itemlist -
-
Uses of RuntimeQueryResultItem in org.guvnor.ala.services.api.backend
Methods in org.guvnor.ala.services.api.backend that return types with arguments of type RuntimeQueryResultItem Modifier and Type Method Description List<RuntimeQueryResultItem>RuntimeProvisioningServiceBackend. executeQuery(RuntimeQuery query)Executes a query against the runtime system. -
Uses of RuntimeQueryResultItem in org.guvnor.ala.services.api.itemlist
Methods in org.guvnor.ala.services.api.itemlist that return RuntimeQueryResultItem Modifier and Type Method Description RuntimeQueryResultItem[]RuntimeQueryResultItemList. getResultItems()Methods in org.guvnor.ala.services.api.itemlist that return types with arguments of type RuntimeQueryResultItem Modifier and Type Method Description List<RuntimeQueryResultItem>RuntimeQueryResultItemList. getItems()Methods in org.guvnor.ala.services.api.itemlist with parameters of type RuntimeQueryResultItem Modifier and Type Method Description voidRuntimeQueryResultItemList. setResultItems(RuntimeQueryResultItem[] resultItems)Constructors in org.guvnor.ala.services.api.itemlist with parameters of type RuntimeQueryResultItem Constructor Description RuntimeQueryResultItemList(RuntimeQueryResultItem[] resultItems)Constructor parameters in org.guvnor.ala.services.api.itemlist with type arguments of type RuntimeQueryResultItem Constructor Description RuntimeQueryResultItemList(List<RuntimeQueryResultItem> resultItems)
-