Uses of Class
de.xima.fc.workflow.model.nodes.FcHttpRequestProps
Packages that use FcHttpRequestProps
Package
Description
-
Uses of FcHttpRequestProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcHttpRequestPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcHttpRequestPropsModifier and TypeMethodDescriptionFcHttpRequestHandler.execute
(INodeExecutionParams<FcHttpRequestProps> params) FcHttpRequestHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcHttpRequestProps> params) -
Uses of FcHttpRequestProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcHttpRequestPropsModifierConstructorDescriptionCreates a new executor for executing a post request with the given params. -
Uses of FcHttpRequestProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcHttpRequestPropsModifier and TypeMethodDescriptionIHttpRequestNodeBuilder.buildProps()
Creates a new model for a workflow action that sends a HTTP request to the given URL.