Uses of Class
ch.ivyteam.ivy.process.call.SubProcessSearchFilter
Packages that use SubProcessSearchFilter
-
Uses of SubProcessSearchFilter in ch.ivyteam.ivy.process.call
Methods in ch.ivyteam.ivy.process.call that return SubProcessSearchFilterModifier and TypeMethodDescriptionSubProcessSearchFilter.Builder.toFilter()Creates the search filterMethods in ch.ivyteam.ivy.process.call with parameters of type SubProcessSearchFilterModifier 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.static List<ISubProcessStart>SubProcessRunner.findSubProcessStarts(SubProcessSearchFilter configuration) Deprecated.
SubProcessCallStart.find(SubProcessSearchFilter)