Class DefaultRestFolderDAO
- java.lang.Object
-
- org.ehrbase.client.openehrclient.defaultrestclient.DefaultRestFolderDAO
-
-
Constructor Summary
Constructors Constructor Description DefaultRestFolderDAO(DefaultRestDirectoryEndpoint directoryEndpoint, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TaddCompositionEntity(T entity)<T> List<T>find(Class<T> clazz)StringgetName()FolderDAOgetSubFolder(String path)Set<String>listSubFolderNames()voidsetName(String name)
-
-
-
Constructor Detail
-
DefaultRestFolderDAO
public DefaultRestFolderDAO(DefaultRestDirectoryEndpoint directoryEndpoint, String path)
-
-
Method Detail
-
listSubFolderNames
public Set<String> listSubFolderNames()
- Specified by:
listSubFolderNamesin interfaceFolderDAO
-
getSubFolder
public FolderDAO getSubFolder(String path)
- Specified by:
getSubFolderin interfaceFolderDAO
-
addCompositionEntity
public <T> T addCompositionEntity(T entity)
- Specified by:
addCompositionEntityin interfaceFolderDAO
-
-