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