Uses of Class
de.xima.fc.workflow.model.nodes.FcRedirectProps
-
Packages that use FcRedirectProps Package Description de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
Uses of FcRedirectProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcRedirectProps Modifier and Type Method Description voidFcRedirectBean. prepareViewForElement(IElementPropInitParams<FcRedirectProps> params)voidFcRedirectBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcRedirectProps> params) -
Uses of FcRedirectProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcRedirectProps Modifier and Type Method Description Class<FcRedirectProps>FcRedirectHandler. getDataModelClass()Class<? extends INodePropertiesBean<FcRedirectProps>>FcRedirectHandler. getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcRedirectProps Modifier and Type Method Description INormalCompletionResultFcRedirectHandler. execute(INodeExecutionParams<FcRedirectProps> params)ISummaryKeyValueModelFcRedirectHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcRedirectProps> params) -
Uses of FcRedirectProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcRedirectProps Constructor Description FcRedirectExecutor(INodeExecutionParams<FcRedirectProps> params)Creates a new executor for executing a forwarding action with the given parameters. -
Uses of FcRedirectProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcRedirectProps Modifier and Type Method Description static FcRedirectPropsWorkflowNodePropsFactory. redirect(Textbaustein url)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(Textbaustein url, Map<String,List<String>> queryParameters)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(UuidEntityRef url)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(UuidEntityRef url, Map<String,List<String>> queryParameters)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(String url)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.static FcRedirectPropsWorkflowNodePropsFactory. redirect(String url, Map<String,List<String>> queryParameters)Creates a new workflow node model for aEWorkflowNodeType.FC_REDIRECTthat redirects the HTTP request to the given URL.
-