Uses of Class
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
-
Packages that use FcCreateTextFileProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCreateTextFileProps Modifier and Type Method Description Class<FcCreateTextFileProps>
FcCreateTextFileHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCreateTextFileProps Modifier and Type Method Description INormalCompletionResult
FcCreateTextFileHandler. execute(INodeExecutionParams<FcCreateTextFileProps> params)
ISummaryKeyValueModel
FcCreateTextFileHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCreateTextFileProps> params)
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCreateTextFileProps Constructor Description FcCreateTextFileExecutor(INodeExecutionParams<FcCreateTextFileProps> params)
Creates a new executor for executing a create text file action with the given params.
-