Uses of Class
org.flowable.ui.modeler.service.ServiceParameters
-
Packages that use ServiceParameters Package Description org.flowable.ui.modeler.service -
-
Uses of ServiceParameters in org.flowable.ui.modeler.service
Methods in org.flowable.ui.modeler.service that return ServiceParameters Modifier and Type Method Description static ServiceParametersServiceParameters. fromHttpRequest(javax.servlet.http.HttpServletRequest request)Creates a newServiceParametersinstance based on all non-empty query-parameters in the given request.static ServiceParametersServiceParameters. fromObjectNode(com.fasterxml.jackson.databind.node.ObjectNode node)Creates a newServiceParametersinstance based on all properties in the given object node.
-