Class RootDirHandler

java.lang.Object
org.bedework.carddav.common.AbstractDirHandler
org.bedework.carddav.server.dirHandlers.RootDirHandler
All Implemented Interfaces:
DirHandler, org.bedework.util.logging.Logged

public class RootDirHandler extends AbstractDirHandler
An implementation of DirHandler which handles the root paths.
Version:
1.0
Author:
Mike Douglass douglm rpi.edu
  • Constructor Details

    • RootDirHandler

      public RootDirHandler()
  • Method Details

    • addCard

      public void addCard(String path, Card card)
    • copyMove

      public int copyMove(Card from, String toPath, String name, boolean copy, boolean overwrite)
    • deleteCard

      public void deleteCard(String path)
    • getAll

      public Iterator<Card> getAll(String path)
    • deleteCollection

      public void deleteCollection(org.bedework.webdav.servlet.shared.WdCollection<?> col)
    • getCard

      public Card getCard(String path, String name)
    • getCardByUid

      public Card getCardByUid(String path, String uid)
    • getCards

      public GetResult getCards(String path, Filter filter, GetLimits limits)
    • getCollection

      public CarddavCollection getCollection(String path)
    • getCollections

      public GetResult getCollections(String path, GetLimits limits)
    • getPrincipalCard

      public Card getPrincipalCard(String path)
    • makeCollection

      public int makeCollection(CarddavCollection col, String parentPath)
    • rename

      public int rename(org.bedework.webdav.servlet.shared.WdCollection<?> col, String newName)
    • updateCard

      public void updateCard(String path, Card card)
    • updateCollection

      public void updateCollection(org.bedework.webdav.servlet.shared.WdCollection<?> val)