Uses of Class
de.xima.fc.entities.WebDavAccess
-
-
Uses of WebDavAccess in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WebDavAccess Modifier and Type Method Description WebDavAccessWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)WebDavAccessWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)WebDavAccessWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid) -
Uses of WebDavAccess in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WebDavAccess Modifier and Type Method Description WebDavAccessIWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)WebDavAccessIWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the WebDAV access with the given UUID.WebDavAccessIWebDavAccessDao. 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 WebDavAccess Modifier and Type Method Description IEntityListModelSelectByView<WebDavAccess>WebDavConnectionBean. getModel()List<WebDavAccess>WebDavConnectionBean. getWebDavAccess()Get all WebDAV connections -
Uses of WebDavAccess in de.xima.fc.gui.model.webdav
Methods in de.xima.fc.gui.model.webdav with parameters of type WebDavAccess Modifier and Type Method Description static 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 WebDavAccess Modifier and Type Method Description WebDavAccessWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)WebDavAccessWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)WebDavAccessWebDavAccessHandler. 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 WebDavAccess Modifier and Type Method Description WebDavAccessIWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)WebDavAccessIWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)WebDavAccessIWebDavAccessHandler. getWebDavAccessByMandant(UserContext uc, Mandant mandant, 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 Modifier and Type Method Description List<WebDavAccess>IWorkflowProvider. getAllWebDavConnections() -
Uses of WebDavAccess in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return WebDavAccess Modifier and Type Method Description static WebDavAccessEntityDummyFactory. 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 WebDavAccess Modifier and Type Method Description static 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 AutoClosableSardineWebDavHelper. 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 Modifier and Type Method Description List<WebDavAccess>WorkflowProviderBean. getAllWebDavConnections() -
Uses of WebDavAccess in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return WebDavAccess Modifier and Type Method Description WebDavAccessFcSaveToWebDavBean. getWebDav() -
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 WebDavAccess Modifier and Type Method Description List<WebDavAccess>WorkflowRequestContextModel. getWebDavConnections()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WebDavAccess Modifier and Type Method Description voidWorkflowRequestContextModel. 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 WebDavAccess Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat gives the given file to a directory on a chosen WebDAV.static WorkflowNodeWorkflowNodeFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)Creates a new workflow node for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAVthat 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 WebDavAccess Modifier and Type Method Description static List<WebDavAccess>WorkflowProviderHelper. computeAllWebDavConnections(IEntityContext ec, Mandant currentClient) -
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 Modifier and Type Method Description List<WebDavAccess>ValidationWorkflowProvider. getAllWebDavConnections()
-