Interface FolderDAO


public interface FolderDAO
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • listSubFolderNames

      Set<String> listSubFolderNames()
    • getSubFolder

      FolderDAO getSubFolder(String path)
    • addCompositionEntity

      <T> T addCompositionEntity(T entity)
    • addRaw

      com.nedap.archie.rm.support.identification.ObjectVersionId addRaw(com.nedap.archie.rm.composition.Composition composition)
    • find

      <T> List<T> find(Class<T> clazz)
    • getItems

      List<com.nedap.archie.rm.support.identification.ObjectRef<? extends com.nedap.archie.rm.support.identification.ObjectId>> getItems()
    • getRmFolder

      com.nedap.archie.rm.directory.Folder getRmFolder()
    • addItemToRmFolder

      void addItemToRmFolder(com.nedap.archie.rm.support.identification.ObjectVersionId versionId)