Uses of Interface
ch.ivyteam.ivy.process.call.SubProcessCallStart
Packages that use SubProcessCallStart
-
Uses of SubProcessCallStart in ch.ivyteam.ivy.process.call
Subinterfaces of SubProcessCallStart in ch.ivyteam.ivy.process.callMethods in ch.ivyteam.ivy.process.call that return SubProcessCallStartModifier and TypeMethodDescriptionSelect the CallSubStart by method name and parameter typesSubProcess.withStartName(String name) Pre-select the CallSubStart by method nameSubProcess.withStartSignature(String nameWithSimpleParamTypes) Select the CallSubStart by method signatureMethods in ch.ivyteam.ivy.process.call that return types with arguments of type SubProcessCallStartModifier and TypeMethodDescriptionstatic List<SubProcessCallStart>SubProcessCall.find(SubProcessSearchFilter filter) Findssub process startson the basis of afilter.static List<SubProcessCallStart>SubProcessCallStart.find(SubProcessSearchFilter filter) Findssub process startson the basis of afilter.