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 WebDavAccess
WebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)
WebDavAccess
WebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
WebDavAccess
WebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type WebDavAccess Modifier and Type Method Description protected IFCDaoActionHook<WebDavAccess>
WebDavAccessDao. getPostActionHook()
protected IFCDaoActionHook<WebDavAccess>
WebDavAccessDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type WebDavAccess Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
WebDavAccessDao. getEntityRefs(IEntityContext ec, WebDavAccess entity)
-
Uses of WebDavAccess in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WebDavAccess Modifier and Type Method Description WebDavAccess
IWebDavAccessDao. getByName(IEntityContext ec, Mandant client, String name)
WebDavAccess
IWebDavAccessDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the WebDAV access with the given UUID.WebDavAccess
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 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.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type WebDavAccess Constructor Description WebDavConnectionModifiedEvent(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 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 WebDavAccess
WebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)
WebDavAccess
WebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
WebDavAccess
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 WebDavAccess Modifier and Type Method Description WebDavAccess
IWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, String uuid)
WebDavAccess
IWebDavAccessHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
WebDavAccess
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 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 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 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 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 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 WebDavAccess
FcSaveToWebDavBean. 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 void
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 WebDavAccess Modifier and Type Method Description static 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. -
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()
-