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
Method 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.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSaveToWebDavPropsModifier and TypeMethodDescriptionFcSaveToWebDavHandler.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
Constructor 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.