Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToFileSystemProps
-
-
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSaveToFileSystemProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcSaveToFileSystemProps>
FcSaveToFileSystemBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSaveToFileSystemProps Modifier and Type Method Description protected String
FcSaveToFileSystemBpmnModeler. createDetails(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcSaveToFileSystemBpmnModeler. createName(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
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 IWorkflowNodeBpmnModeler<FcSaveToFileSystemProps>
FcSaveToFileSystemHandler. getBpmnModeler()
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. -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSaveToFileSystemProps Modifier and Type Method Description static FcSaveToFileSystemProps
WorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.static FcSaveToFileSystemProps
WorkflowNodePropsFactory. saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
that saves the given file to a directory on the file system.
-