Uses of Class
de.xima.fc.entities.WebDavAccess
Packages that use WebDavAccess
Package
Description
-
Uses of WebDavAccess in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WebDavAccessModifier and TypeMethodDescriptionWebDavAccessDao.getByName
(IEntityContext ec, Mandant client, String name) WebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) WebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type WebDavAccessModifier and TypeMethodDescriptionprotected IFCDaoActionHook<WebDavAccess>
WebDavAccessDao.getPostActionHook()
protected IFCDaoActionHook<WebDavAccess>
WebDavAccessDao.getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type WebDavAccessModifier and TypeMethodDescriptionWebDavAccessDao.getEntityRefs
(IEntityContext ec, WebDavAccess entity) -
Uses of WebDavAccess in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WebDavAccessModifier and TypeMethodDescriptionIWebDavAccessDao.getByName
(IEntityContext ec, Mandant client, String name) IWebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, String uuid) Returns the WebDAV access with the given UUID.IWebDavAccessDao.getByUUID
(IEntityContext ec, Mandant client, UUID uuid) Returns the WebDAV access with the given UUID. -
Uses of WebDavAccess in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type WebDavAccessModifier and TypeMethodDescriptionWebDavConnectionBean.getModel()
WebDavConnectionBean.getWebDavAccess()
Get all WebDAV connections -
Uses of WebDavAccess in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type WebDavAccessModifierConstructorDescriptionWebDavConnectionModifiedEvent
(WebDavAccess entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of WebDavAccess in de.xima.fc.gui.model.webdav
Methods in de.xima.fc.gui.model.webdav with parameters of type WebDavAccessModifier and TypeMethodDescriptionstatic org.primefaces.model.TreeNode<WebDAVTreeNodeData>
WebDavLazyTreeNodeAdapter.createRootNode
(WebDavAccess webdav, boolean includeFiles, boolean expandRoot) Creates the root node for a lazy tree that shows the contents of the given WebDAV server connection, starting atgetServerUrl()
. -
Uses of WebDavAccess in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return WebDavAccessModifier and TypeMethodDescriptionWebDavAccessHandler.getByUUID
(UserContext uc, Mandant client, String uuid) WebDavAccessHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) WebDavAccessHandler.getWebDavAccessByMandant
(UserContext uc, Mandant mandant, String name) -
Uses of WebDavAccess in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return WebDavAccessModifier and TypeMethodDescriptionIWebDavAccessHandler.getByUUID
(UserContext uc, Mandant client, String uuid) IWebDavAccessHandler.getByUUID
(UserContext uc, Mandant client, UUID uuid) IWebDavAccessHandler.getWebDavAccessByMandant
(UserContext uc, Mandant client, String name) -
Uses of WebDavAccess in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type WebDavAccess -
Uses of WebDavAccess in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return WebDavAccessModifier and TypeMethodDescriptionstatic WebDavAccess
EntityDummyFactory.dummyWebDavAccess
(String name, Mandant client, String url) -
Uses of WebDavAccess in de.xima.fc.webdav
Methods in de.xima.fc.webdav with parameters of type WebDavAccessModifier and TypeMethodDescriptionstatic List<com.github.sardine.DavResource>
WebDavHelper.listAll
(WebDavAccess webdav) Get a list of all directories in thegetServerUrl()
, recursively (including all children of children etc.)static List<com.github.sardine.DavResource>
WebDavHelper.listDir
(WebDavAccess webdav) Lists all immediate children of the given URL.static AutoClosableSardine
WebDavHelper.newSardine
(WebDavAccess webdav) -
Uses of WebDavAccess in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type WebDavAccess -
Uses of WebDavAccess in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return WebDavAccess -
Uses of WebDavAccess in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type WebDavAccessMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type WebDavAccessModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setWebDavConnections
(List<WebDavAccess> webdavConnections) -
Uses of WebDavAccess in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type WebDavAccessModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.saveToWebDav
(MultiFile files, WebDavAccess conn, String path) Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static WorkflowNode
WorkflowNodeFactory.saveToWebDav
(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder) Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavProps
WorkflowNodePropsFactory.saveToWebDav
(MultiFile files, WebDavAccess conn, String path) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavProps
WorkflowNodePropsFactory.saveToWebDav
(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder) Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV. -
Uses of WebDavAccess in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type WebDavAccessModifier and TypeMethodDescriptionstatic List<WebDavAccess>
WorkflowProviderHelper.computeAllWebDavConnections
(IEntityContext ec, Mandant client) -
Uses of WebDavAccess in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type WebDavAccess