Uses of Interface
com.redwood.scheduler.api.http.Part
-
Packages that use Part Package Description com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of Part in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return Part Modifier and Type Method Description Part
ExtensionParameters. getPart(String name)
Get the part for the given parameter name.Part
ExtensionPointHttpServletRequest. getPart(String name)
Gets the Part with the given name.Methods in com.redwood.scheduler.api.scripting.variables that return types with arguments of type Part Modifier and Type Method Description Collection<Part>
ExtensionParameters. getParts()
Return all Parts in this request.Collection<Part>
ExtensionPointHttpServletRequest. getParts()
Gets all the Part components of this request, provided that it is of type multipart/form-data.
-