Lines Matching refs:queryable

79 		IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor());  in testContextOneRepoNoFollow()  local
80 …assertEquals("Only IUs from A", A_UNITCOUNT, queryable.query(QueryUtil.ALL_UNITS, getMonitor()).to… in testContextOneRepoNoFollow()
92 IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor()); in testContextOneRepoWithFollow() local
93 …assertTrue("More IUs", queryable.query(QueryUtil.ALL_UNITS, getMonitor()).toUnmodifiableSet().size… in testContextOneRepoWithFollow()
94 …IInstallableUnit[] units = queryable.query(QueryUtil.createIUQuery("B"), getMonitor()).toArray(IIn… in testContextOneRepoWithFollow()
96 …units = queryable.query(QueryUtil.createIUQuery("C"), getMonitor()).toArray(IInstallableUnit.class… in testContextOneRepoWithFollow()
108 IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor()); in testContextTwoRepoNoFollow() local
109 …assertTrue("IUs from A and B", queryable.query(QueryUtil.ALL_UNITS, getMonitor()).toUnmodifiableSe… in testContextTwoRepoNoFollow()
110 …IInstallableUnit[] units = queryable.query(QueryUtil.createIUQuery("B"), getMonitor()).toArray(IIn… in testContextTwoRepoNoFollow()
112 …units = queryable.query(QueryUtil.createIUQuery("C"), getMonitor()).toArray(IInstallableUnit.class… in testContextTwoRepoNoFollow()
125 IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor()); in testContextTwoRepoWithFollow() local
126 …assertTrue("More IUs", queryable.query(QueryUtil.ALL_UNITS, getMonitor()).toUnmodifiableSet().size… in testContextTwoRepoWithFollow()
127 …IInstallableUnit[] units = queryable.query(QueryUtil.createIUQuery("B"), getMonitor()).toArray(IIn… in testContextTwoRepoWithFollow()
129 …units = queryable.query(QueryUtil.createIUQuery("C"), getMonitor()).toArray(IInstallableUnit.class… in testContextTwoRepoWithFollow()
141 IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor()); in testContextThreeRepoNoFollow() local
142 …assertTrue("More IUs", queryable.query(QueryUtil.ALL_UNITS, getMonitor()).toUnmodifiableSet().size… in testContextThreeRepoNoFollow()
143 …IInstallableUnit[] units = queryable.query(QueryUtil.createIUQuery("B"), getMonitor()).toArray(IIn… in testContextThreeRepoNoFollow()
145 …units = queryable.query(QueryUtil.createIUQuery("C"), getMonitor()).toArray(IInstallableUnit.class… in testContextThreeRepoNoFollow()
158 IQueryable<IInstallableUnit> queryable = context.getMetadata(getMonitor()); in testContextThreeRepoWithFollow() local
159 …assertTrue("More IUs", queryable.query(QueryUtil.ALL_UNITS, getMonitor()).toUnmodifiableSet().size… in testContextThreeRepoWithFollow()
160 …IInstallableUnit[] units = queryable.query(QueryUtil.createIUQuery("B"), getMonitor()).toArray(IIn… in testContextThreeRepoWithFollow()
162 …units = queryable.query(QueryUtil.createIUQuery("C"), getMonitor()).toArray(IInstallableUnit.class… in testContextThreeRepoWithFollow()