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)VersionUidaddRaw(com.nedap.archie.rm.composition.Composition composition)<T> List<T>find(Class<T> clazz)List<com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId>>getItems()Returns the items stored in the current folderStringgetName()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
-
addRaw
public VersionUid addRaw(com.nedap.archie.rm.composition.Composition composition)
-
-