Uses of Interface
ch.ivyteam.ivy.process.call.ISubProcessStart
Packages that use ISubProcessStart
-
Uses of ISubProcessStart in ch.ivyteam.ivy.process.call
Methods in ch.ivyteam.ivy.process.call that return types with arguments of type ISubProcessStartModifier and TypeMethodDescriptionstatic List<ISubProcessStart>SubProcessRunner.findSubProcessStarts(SubProcessSearchFilter configuration) Deprecated.Methods in ch.ivyteam.ivy.process.call with parameters of type ISubProcessStartModifier and TypeMethodDescriptionstatic Object[]SubProcessRunner.exec(ISubProcessStart subProcessStart, Object... args) Deprecated.instead useSubProcessCalland @{linkSubProcessCallStart.call(Object...)SubProcessRunner.execute(ISubProcessStart subProcessStart) Deprecated.instead useSubProcessCalland @{linkSubProcessCallStart.call(Object...)SubProcessRunner.execute(ISubProcessStart subProcessStart, Map<String, ? extends Object> inputParameter) Deprecated.instead useSubProcessCall,SubProcessCallStartParam.withParam(String, Object), and @{linkSubProcessCallStart.call(Object...)
SubProcessCallStart.find(SubProcessSearchFilter)