Uses of Interface
io.ciera.tool.sql.ooaofooa.packageableelement.SearchResultSet
-
-
Uses of SearchResultSet in io.ciera.tool
Methods in io.ciera.tool with parameters of type SearchResultSet Modifier and Type Method Description voidSql. relate_R8005_SearchResultSet_held_by_EP_PKG(SearchResultSet form, EP_PKG part)voidSql. relate_R8006_ElementVisibility_SearchResultSet(ElementVisibility form, SearchResultSet part)voidSql. unrelate_R8005_SearchResultSet_held_by_EP_PKG(SearchResultSet form, EP_PKG part)voidSql. unrelate_R8006_ElementVisibility_SearchResultSet(ElementVisibility form, SearchResultSet part) -
Uses of SearchResultSet in io.ciera.tool.sql.ooaofooa.elementpackaging
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging with parameters of type SearchResultSet Modifier and Type Method Description default voidEP_PKG. addR8005_holds_SearchResultSet(SearchResultSet inst)default voidEP_PKG. removeR8005_holds_SearchResultSet(SearchResultSet inst) -
Uses of SearchResultSet in io.ciera.tool.sql.ooaofooa.elementpackaging.impl
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging.impl with parameters of type SearchResultSet Modifier and Type Method Description voidEP_PKGImpl. addR8005_holds_SearchResultSet(SearchResultSet inst)voidEP_PKGImpl. removeR8005_holds_SearchResultSet(SearchResultSet inst) -
Uses of SearchResultSet in io.ciera.tool.sql.ooaofooa.packageableelement
Methods in io.ciera.tool.sql.ooaofooa.packageableelement that return SearchResultSet Modifier and Type Method Description SearchResultSetElementVisibility. R8006_SearchResultSet()Methods in io.ciera.tool.sql.ooaofooa.packageableelement with parameters of type SearchResultSet Modifier and Type Method Description default voidElementVisibility. setR8006_SearchResultSet(SearchResultSet inst) -
Uses of SearchResultSet in io.ciera.tool.sql.ooaofooa.packageableelement.impl
Classes in io.ciera.tool.sql.ooaofooa.packageableelement.impl that implement SearchResultSet Modifier and Type Class Description classSearchResultSetImplFields in io.ciera.tool.sql.ooaofooa.packageableelement.impl declared as SearchResultSet Modifier and Type Field Description static SearchResultSetSearchResultSetImpl. EMPTY_SEARCHRESULTSETMethods in io.ciera.tool.sql.ooaofooa.packageableelement.impl that return SearchResultSet Modifier and Type Method Description static SearchResultSetSearchResultSetImpl. create(Sql context)static SearchResultSetSearchResultSetImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Package_ID, String m_Name, ElementTypeConstants m_Type)static SearchResultSetSearchResultSetImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Package_ID, String m_Name, ElementTypeConstants m_Type)SearchResultSetSearchResultSetSetImpl. nullElement()SearchResultSetSearchResultSetImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SearchResultSetElementVisibilityImpl. R8006_SearchResultSet()SearchResultSetSearchResultSetImpl. self()Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl that return types with arguments of type SearchResultSet Modifier and Type Method Description List<SearchResultSet>SearchResultSetSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl with parameters of type SearchResultSet Modifier and Type Method Description voidElementVisibilityImpl. setR8006_SearchResultSet(SearchResultSet inst)Method parameters in io.ciera.tool.sql.ooaofooa.packageableelement.impl with type arguments of type SearchResultSet Modifier and Type Method Description SearchResultSetSetSearchResultSetSetImpl. emptySet(Comparator<? super SearchResultSet> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.packageableelement.impl with type arguments of type SearchResultSet Constructor Description SearchResultSetSetImpl(Comparator<? super SearchResultSet> comp)
-