Uses of Class
de.xima.fc.workflow.model.nodes.FcHttpRequestProps
-
Packages that use FcHttpRequestProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
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 FcHttpRequestProps Modifier and Type Method Description Class<FcHttpRequestProps>
FcHttpRequestHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcHttpRequestProps Modifier and Type Method Description INormalCompletionResult
FcHttpRequestHandler. execute(INodeExecutionParams<FcHttpRequestProps> params)
ISummaryKeyValueModel
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 FcHttpRequestProps Constructor Description FcHttpRequestExecutor(INodeExecutionParams<FcHttpRequestProps> params)
Creates a new executor for executing a post request with the given params.
-