Uses of Interface
io.ciera.tool.sql.ooaofooa.deployment.ServiceInSequence
Packages that use ServiceInSequence
Package
Description
-
Uses of ServiceInSequence in io.ciera.tool
Methods in io.ciera.tool with parameters of type ServiceInSequenceModifier and TypeMethodDescriptionvoidSql.relate_R1659_ServiceInSequence_TerminatorServiceSequence(ServiceInSequence form, TerminatorServiceSequence part) voidSql.relate_R1660_ServiceInSequence_TerminatorService(ServiceInSequence form, TerminatorService part) voidSql.relate_R1661_ServiceInSequence_succeeds_ServiceInSequence(ServiceInSequence form, ServiceInSequence part) voidSqlSqlLoader.serialize_1659(ServiceInSequence serviceinsequence_inst, PrintStream out) voidSqlSqlLoader.serialize_1660(ServiceInSequence serviceinsequence_inst, PrintStream out) voidSqlSqlLoader.serialize_1661(ServiceInSequence serviceinsequence_inst, PrintStream out) voidSqlSqlLoader.serialize_ServiceInSequence(ServiceInSequence serviceinsequence_inst, PrintStream out) voidSql.unrelate_R1659_ServiceInSequence_TerminatorServiceSequence(ServiceInSequence form, TerminatorServiceSequence part) voidSql.unrelate_R1660_ServiceInSequence_TerminatorService(ServiceInSequence form, TerminatorService part) voidSql.unrelate_R1661_ServiceInSequence_succeeds_ServiceInSequence(ServiceInSequence form, ServiceInSequence part) -
Uses of ServiceInSequence in io.ciera.tool.sql.ooaofooa.deployment
Methods in io.ciera.tool.sql.ooaofooa.deployment that return ServiceInSequenceModifier and TypeMethodDescriptionTerminatorService.R1660_ServiceInSequence()ServiceInSequence.R1661_precedes_ServiceInSequence()ServiceInSequence.R1661_succeeds_ServiceInSequence()Methods in io.ciera.tool.sql.ooaofooa.deployment with parameters of type ServiceInSequenceModifier and TypeMethodDescriptiondefault voidTerminatorServiceSequence.addR1659_described_by_ServiceInSequence(ServiceInSequence inst) default voidTerminatorServiceSequence.removeR1659_described_by_ServiceInSequence(ServiceInSequence inst) default voidTerminatorService.setR1660_ServiceInSequence(ServiceInSequence inst) default voidServiceInSequence.setR1661_precedes_ServiceInSequence(ServiceInSequence inst) default voidServiceInSequence.setR1661_succeeds_ServiceInSequence(ServiceInSequence inst) -
Uses of ServiceInSequence in io.ciera.tool.sql.ooaofooa.deployment.impl
Classes in io.ciera.tool.sql.ooaofooa.deployment.impl that implement ServiceInSequenceFields in io.ciera.tool.sql.ooaofooa.deployment.impl declared as ServiceInSequenceModifier and TypeFieldDescriptionstatic final ServiceInSequenceServiceInSequenceImpl.EMPTY_SERVICEINSEQUENCEMethods in io.ciera.tool.sql.ooaofooa.deployment.impl that return ServiceInSequenceModifier and TypeMethodDescriptionstatic ServiceInSequencestatic ServiceInSequenceServiceInSequenceImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Svc_ID, io.ciera.runtime.summit.types.UniqueId ref_Seq_ID, io.ciera.runtime.summit.types.UniqueId ref_Previous_Svc_ID) static ServiceInSequenceServiceInSequenceImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Svc_ID, io.ciera.runtime.summit.types.UniqueId ref_Seq_ID, io.ciera.runtime.summit.types.UniqueId ref_Previous_Svc_ID) ServiceInSequenceSetImpl.nullElement()ServiceInSequenceImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) TerminatorServiceImpl.R1660_ServiceInSequence()ServiceInSequenceImpl.R1661_precedes_ServiceInSequence()ServiceInSequenceImpl.R1661_succeeds_ServiceInSequence()ServiceInSequenceImpl.self()Methods in io.ciera.tool.sql.ooaofooa.deployment.impl that return types with arguments of type ServiceInSequenceMethods in io.ciera.tool.sql.ooaofooa.deployment.impl with parameters of type ServiceInSequenceModifier and TypeMethodDescriptionvoidTerminatorServiceSequenceImpl.addR1659_described_by_ServiceInSequence(ServiceInSequence inst) voidTerminatorServiceSequenceImpl.removeR1659_described_by_ServiceInSequence(ServiceInSequence inst) voidTerminatorServiceImpl.setR1660_ServiceInSequence(ServiceInSequence inst) voidServiceInSequenceImpl.setR1661_precedes_ServiceInSequence(ServiceInSequence inst) voidServiceInSequenceImpl.setR1661_succeeds_ServiceInSequence(ServiceInSequence inst) Method parameters in io.ciera.tool.sql.ooaofooa.deployment.impl with type arguments of type ServiceInSequenceModifier and TypeMethodDescriptionServiceInSequenceSetImpl.emptySet(Comparator<? super ServiceInSequence> comp) Constructor parameters in io.ciera.tool.sql.ooaofooa.deployment.impl with type arguments of type ServiceInSequenceModifierConstructorDescriptionServiceInSequenceSetImpl(Comparator<? super ServiceInSequence> comp)