Uses of Interface
io.ciera.tool.sql.ooaofooa.deployment.ServiceInSequence
-
Packages that use ServiceInSequence Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.deployment io.ciera.tool.sql.ooaofooa.deployment.impl -
-
Uses of ServiceInSequence in io.ciera.tool
Methods in io.ciera.tool with parameters of type ServiceInSequence Modifier and Type Method Description voidSql. 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_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 ServiceInSequence Modifier and Type Method Description ServiceInSequenceTerminatorService. R1660_ServiceInSequence()ServiceInSequenceServiceInSequence. R1661_precedes_ServiceInSequence()ServiceInSequenceServiceInSequence. R1661_succeeds_ServiceInSequence()Methods in io.ciera.tool.sql.ooaofooa.deployment with parameters of type ServiceInSequence Modifier and Type Method Description default 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 ServiceInSequence Modifier and Type Class Description classServiceInSequenceImplFields in io.ciera.tool.sql.ooaofooa.deployment.impl declared as ServiceInSequence Modifier and Type Field Description static ServiceInSequenceServiceInSequenceImpl. EMPTY_SERVICEINSEQUENCEMethods in io.ciera.tool.sql.ooaofooa.deployment.impl that return ServiceInSequence Modifier and Type Method Description static ServiceInSequenceServiceInSequenceImpl. create(Sql context)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)ServiceInSequenceServiceInSequenceSetImpl. nullElement()ServiceInSequenceServiceInSequenceImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ServiceInSequenceTerminatorServiceImpl. R1660_ServiceInSequence()ServiceInSequenceServiceInSequenceImpl. R1661_precedes_ServiceInSequence()ServiceInSequenceServiceInSequenceImpl. R1661_succeeds_ServiceInSequence()ServiceInSequenceServiceInSequenceImpl. self()Methods in io.ciera.tool.sql.ooaofooa.deployment.impl that return types with arguments of type ServiceInSequence Modifier and Type Method Description List<ServiceInSequence>ServiceInSequenceSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.deployment.impl with parameters of type ServiceInSequence Modifier and Type Method Description voidTerminatorServiceSequenceImpl. 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 ServiceInSequence Modifier and Type Method Description ServiceInSequenceSetServiceInSequenceSetImpl. emptySet(Comparator<? super ServiceInSequence> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.deployment.impl with type arguments of type ServiceInSequence Constructor Description ServiceInSequenceSetImpl(Comparator<? super ServiceInSequence> comp)
-