Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToWebDavProps
Packages that use FcSaveToWebDavProps
Package
Description
-
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.designer.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes that implement interfaces with type arguments of type FcSaveToWebDavPropsModifier and TypeClassDescriptionclassBean for accessing a root TreeNode for generating a output of directoriesMethod parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcSaveToWebDavPropsModifier and TypeMethodDescriptionvoidFcSaveToWebDavBean.prepareViewForElement(IElementPropInitParams<FcSaveToWebDavProps> params) -
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcSaveToWebDavProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSaveToWebDavPropsModifier and TypeFieldDescriptionFcSaveToWebDavBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSaveToWebDavPropsModifier and TypeMethodDescriptionprotected StringFcSaveToWebDavBpmnModeler.createDetails(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcSaveToWebDavBpmnModeler.createName(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) FcSaveToWebDavBpmnModeler.createTaskLayoutPostProcessor(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context) -
Uses of FcSaveToWebDavProps 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 FcSaveToWebDavPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.final classTheINodeHandlerfor nodes of typesave to WebDAV.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSaveToWebDavPropsModifier and TypeMethodDescriptionFcSaveToWebDavHandler.getBpmnModeler()FcSaveToWebDavHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcSaveToWebDavProps>> FcSaveToWebDavHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSaveToWebDavPropsModifier and TypeMethodDescriptionFcSaveToWebDavHandler.execute(INodeExecutionParams<FcSaveToWebDavProps> params) FcSaveToWebDavHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSaveToWebDavProps> params) booleanFcSaveToWebDavHandler.isAvailable(IIsAvailableParams<FcSaveToWebDavProps> params) -
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcSaveToWebDavProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_SAVE_TO_WEB_DAVConstructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSaveToWebDavPropsModifierConstructorDescriptionCreates a new executor for executing a save to WebDAV action with the given params. -
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSaveToWebDavPropsModifier and TypeMethodDescriptionstatic FcSaveToWebDavPropsWorkflowNodePropsFactory.saveToWebDav(MultiFile files, WebDavAccess conn, String path) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavPropsWorkflowNodePropsFactory.saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.