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)voidaddItemToRmFolder(VersionUid versionId)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()com.nedap.archie.rm.directory.FoldergetRmFolder()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
-
getRmFolder
public com.nedap.archie.rm.directory.Folder getRmFolder()
- Specified by:
getRmFolderin 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)
-
getItems
public List<com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId>> getItems()
Returns the items stored in the current folder
-
addItemToRmFolder
public void addItemToRmFolder(VersionUid versionId)
- Specified by:
addItemToRmFolderin interfaceFolderDAO
-
-