Uses of Class
de.xima.fc.workflow.model.nodes.FcSqlStatementProps
-
Packages that use FcSqlStatementProps Package Description de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcSqlStatementProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcSqlStatementProps Modifier and Type Method Description void
FcSqlStatementBean. prepareViewForElement(IElementPropInitParams<FcSqlStatementProps> params)
void
FcSqlStatementBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcSqlStatementProps> params)
-
Uses of FcSqlStatementProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSqlStatementProps Modifier and Type Method Description Class<FcSqlStatementProps>
FcSqlStatementHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcSqlStatementProps>>
FcSqlStatementHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSqlStatementProps Modifier and Type Method Description INormalCompletionResult
FcSqlStatementHandler. execute(INodeExecutionParams<FcSqlStatementProps> params)
ISummaryKeyValueModel
FcSqlStatementHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSqlStatementProps> params)
-
Uses of FcSqlStatementProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSqlStatementProps Constructor Description FcSqlStatementExecutor(INodeExecutionParams<FcSqlStatementProps> params)
Creates a new executor for executing a SQL statement action with the given params.
-