Uses of Interface
io.ciera.tool.sql.ooaofooa.subsystem.Deferral
-
-
Uses of Deferral in io.ciera.tool
Methods in io.ciera.tool with parameters of type Deferral Modifier and Type Method Description voidSql. relate_R126_Deferral_defers_execution_to_subtypes_across_Association(Deferral form, Association part)voidSql. relate_R126_Deferral_delegates_execution_of_O_TFR(Deferral form, O_TFR part)voidSqlSqlLoader. serialize_126(Deferral deferral_inst, PrintStream out)voidSqlSqlLoader. serialize_Deferral(Deferral deferral_inst, PrintStream out)voidSql. unrelate_R126_Deferral_defers_execution_to_subtypes_across_Association(Deferral form, Association part)voidSql. unrelate_R126_Deferral_delegates_execution_of_O_TFR(Deferral form, O_TFR part) -
Uses of Deferral in io.ciera.tool.sql.ooaofooa.association
Methods in io.ciera.tool.sql.ooaofooa.association with parameters of type Deferral Modifier and Type Method Description default voidAssociation. addR126_delegates_execution_of_Deferral(Deferral inst)default voidAssociation. removeR126_delegates_execution_of_Deferral(Deferral inst) -
Uses of Deferral in io.ciera.tool.sql.ooaofooa.association.impl
Methods in io.ciera.tool.sql.ooaofooa.association.impl with parameters of type Deferral Modifier and Type Method Description voidAssociationImpl. addR126_delegates_execution_of_Deferral(Deferral inst)voidAssociationImpl. removeR126_delegates_execution_of_Deferral(Deferral inst) -
Uses of Deferral in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem that return Deferral Modifier and Type Method Description DeferralO_TFR. R126_defers_execution_to_subtypes_across_Deferral()Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type Deferral Modifier and Type Method Description default voidO_TFR. setR126_defers_execution_to_subtypes_across_Deferral(Deferral inst) -
Uses of Deferral in io.ciera.tool.sql.ooaofooa.subsystem.impl
Classes in io.ciera.tool.sql.ooaofooa.subsystem.impl that implement Deferral Modifier and Type Class Description classDeferralImplFields in io.ciera.tool.sql.ooaofooa.subsystem.impl declared as Deferral Modifier and Type Field Description static DeferralDeferralImpl. EMPTY_DEFERRALMethods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return Deferral Modifier and Type Method Description static DeferralDeferralImpl. create(Sql context)static DeferralDeferralImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Tfr_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, int m_required)static DeferralDeferralImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Tfr_ID, io.ciera.runtime.summit.types.UniqueId ref_Rel_ID, int m_required)DeferralDeferralSetImpl. nullElement()DeferralDeferralImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)DeferralO_TFRImpl. R126_defers_execution_to_subtypes_across_Deferral()DeferralDeferralImpl. self()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return types with arguments of type Deferral Modifier and Type Method Description List<Deferral>DeferralSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type Deferral Modifier and Type Method Description voidO_TFRImpl. setR126_defers_execution_to_subtypes_across_Deferral(Deferral inst)Method parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type Deferral Modifier and Type Method Description DeferralSetDeferralSetImpl. emptySet(Comparator<? super Deferral> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.subsystem.impl with type arguments of type Deferral Constructor Description DeferralSetImpl(Comparator<? super Deferral> comp)
-