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 voidFcSqlStatementBean. prepareViewForElement(IElementPropInitParams<FcSqlStatementProps> params)voidFcSqlStatementBean. 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 INormalCompletionResultFcSqlStatementHandler. execute(INodeExecutionParams<FcSqlStatementProps> params)ISummaryKeyValueModelFcSqlStatementHandler. 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. 
 -