Uses of Class
org.ehrbase.rest.openehr.response.DirectoryResponseData
-
Packages that use DirectoryResponseData Package Description org.ehrbase.rest.openehr.controller -
-
Uses of DirectoryResponseData in org.ehrbase.rest.openehr.controller
Methods in org.ehrbase.rest.openehr.controller that return types with arguments of type DirectoryResponseData Modifier and Type Method Description org.springframework.http.ResponseEntity<DirectoryResponseData>OpenehrDirectoryController. createFolder(String openEhrVersion, String openEhrAuditDetails, String contentType, String accept, String prefer, UUID ehrId, com.nedap.archie.rm.directory.Folder folder)org.springframework.http.ResponseEntity<DirectoryResponseData>OpenehrDirectoryController. getFolder(String accept, UUID ehrId, String versionUid, String path)org.springframework.http.ResponseEntity<DirectoryResponseData>OpenehrDirectoryController. getFolderVersionAtTime(String accept, UUID ehrId, ZonedDateTime versionAtTime, String path)org.springframework.http.ResponseEntity<DirectoryResponseData>OpenehrDirectoryController. updateFolder(String openEhrVersion, String openEhrAuditDetails, String contentType, String accept, String prefer, String ifMatch, UUID ehrId, com.nedap.archie.rm.directory.Folder folder, String requestUrl)
-