Uses of Class
de.xima.fc.workflow.model.nodes.FcSqlStatementProps
Packages that use FcSqlStatementProps
Package
Description
-
Uses of FcSqlStatementProps in de.xima.fc.workflow.designer.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement interfaces with type arguments of type FcSqlStatementPropsModifier and TypeClassDescriptionclassBean with additional logic for controlling theEWorkflowNodeType.FC_SQL_STATEMENTaction.Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcSqlStatementPropsModifier and TypeMethodDescriptionvoidFcSqlStatementBean.prepareViewForElement(IElementPropInitParams<FcSqlStatementProps> params) voidFcSqlStatementBean.updateCurrentProperties(IElementUpdateCurrentPropsParams<FcSqlStatementProps> params) -
Uses of FcSqlStatementProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcSqlStatementProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSqlStatementPropsModifier and TypeFieldDescriptionFcSqlStatementBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSqlStatementPropsModifier and TypeMethodDescriptionprotected StringFcSqlStatementBpmnModeler.createDetails(IModelWorkflowNodeParams<FcSqlStatementProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected de.xima.bpmn_model.api.element.bpmn.data.InputOutputSpecificationFcSqlStatementBpmnModeler.createIoSpecification(IModelWorkflowNodeParams<FcSqlStatementProps> params, IWorkflowBpmnModelContext context) protected StringFcSqlStatementBpmnModeler.createName(IModelWorkflowNodeParams<FcSqlStatementProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) FcSqlStatementBpmnModeler.createTaskLayoutPostProcessor(IModelWorkflowNodeParams<FcSqlStatementProps> params, IWorkflowBpmnModelContext context) -
Uses of FcSqlStatementProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcSqlStatementPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SQL_STATEMENT.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSqlStatementPropsModifier and TypeMethodDescriptionFcSqlStatementHandler.getBpmnModeler()FcSqlStatementHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcSqlStatementProps>> FcSqlStatementHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSqlStatementPropsModifier and TypeMethodDescriptionFcSqlStatementHandler.execute(INodeExecutionParams<FcSqlStatementProps> params) FcSqlStatementHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSqlStatementProps> params) -
Uses of FcSqlStatementProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcSqlStatementProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_SQL_STATEMENT.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSqlStatementPropsModifierConstructorDescriptionCreates a new executor for executing a SQL statement action with the given params. -
Uses of FcSqlStatementProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSqlStatementPropsModifier and TypeMethodDescriptionstatic FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTwith a SQL statement.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery, Iterable<Map.Entry<String, String>> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(Datenquelle databaseQuery, Map<String, String> queryParameters) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTthat uses a preconfigured database query.