Package ch.ivyteam.ivy.process.call
Interface SubProcessCallStartParamCaller
-
- All Superinterfaces:
SubProcessCallStartParam
public interface SubProcessCallStartParamCaller extends SubProcessCallStartParam
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubProcessCallResultcall()Calls a CallSubStart with the parameters given before bySubProcessCallStartParam.withParam(String, Object).-
Methods inherited from interface ch.ivyteam.ivy.process.call.SubProcessCallStartParam
withParam
-
-
-
-
Method Detail
-
call
SubProcessCallResult call()
Calls a CallSubStart with the parameters given before bySubProcessCallStartParam.withParam(String, Object).- Returns:
- a
SubProcessCallResultwhich provides the result of the call. - Throws:
IllegalArgumentException- if there are no or multiple CallSubStarts possible at this stage- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-