Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToFileSystemProps
Packages that use FcSaveToFileSystemProps
Package
Description
-
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcSaveToFileSystemProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSaveToFileSystemPropsModifier and TypeFieldDescriptionFcSaveToFileSystemBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSaveToFileSystemPropsModifier and TypeMethodDescriptionprotected StringFcSaveToFileSystemBpmnModeler.createDetails(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcSaveToFileSystemBpmnModeler.createName(IModelWorkflowNodeParams<FcSaveToFileSystemProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcSaveToFileSystemPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSaveToFileSystemPropsModifier and TypeMethodDescriptionFcSaveToFileSystemHandler.getBpmnModeler()FcSaveToFileSystemHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSaveToFileSystemPropsModifier and TypeMethodDescriptionFcSaveToFileSystemHandler.execute(INodeExecutionParams<FcSaveToFileSystemProps> params) FcSaveToFileSystemHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSaveToFileSystemProps> params) -
Uses of FcSaveToFileSystemProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcSaveToFileSystemProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSaveToFileSystemPropsModifierConstructorDescriptionCreates 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 FcSaveToFileSystemPropsModifier and TypeMethodDescriptionstatic FcSaveToFileSystemPropsWorkflowNodePropsFactory.saveToFileSystem(MultiFile files, String directory) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.static FcSaveToFileSystemPropsWorkflowNodePropsFactory.saveToFileSystem(MultiFile files, String directory, boolean allowPathInPlaceholder) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEMthat saves the given file to a directory on the file system.