public class BridgeRepositoryDirectory extends BridgeRepositoryElement<RepositoryDirectory> implements IDavCollection
element, repo
Constructor and Description |
---|
BridgeRepositoryDirectory(IDavRepo repo,
RepositoryDirectory repositoryContent) |
Modifier and Type | Method and Description |
---|---|
IDavCollection |
createCollection(IDavContext dctx,
String name)
Create a new folder (name)
|
IDavFile |
createItem(IDavContext dctx,
String name) |
ArrayList<IDavItem> |
getChildren(IDavContext ctxt) |
Date |
getCreationDate() |
Date |
getLastModified() |
delete, getLock, getLocks, getName, getParentPath, getPath, getRepo, isLocked, lock, rename, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delete, getName, getParentPath, getPath, getRepo, rename
getLock, getLocks, isLocked, lock
public BridgeRepositoryDirectory(IDavRepo repo, RepositoryDirectory repositoryContent)
public IDavFile createItem(IDavContext dctx, String name)
createItem
in interface IDavCollection
public IDavCollection createCollection(IDavContext dctx, String name)
IDavCollection
createCollection
in interface IDavCollection
public ArrayList<IDavItem> getChildren(IDavContext ctxt)
getChildren
in interface IDavCollection
public Date getLastModified()
getLastModified
in interface IDavItem
public Date getCreationDate()
getCreationDate
in interface IDavItem
Copyright © 2016–2022. All rights reserved.