Uses of Interface
org.jmonks.dms.versioncontrol.api.RepositoryEntry

Packages that use RepositoryEntry
org.jmonks.dms.util   
org.jmonks.dms.versioncontrol.api   
org.jmonks.dms.versioncontrol.ri   
 

Uses of RepositoryEntry in org.jmonks.dms.util
 

Methods in org.jmonks.dms.util with parameters of type RepositoryEntry
static void DMSUtil.getPathList(RepositoryEntry repositoryEntry, java.util.List pathList)
           
 boolean UserManager.User.isAllowed(RepositoryEntry requestedEntry)
           
 

Uses of RepositoryEntry in org.jmonks.dms.versioncontrol.api
 

Subinterfaces of RepositoryEntry in org.jmonks.dms.versioncontrol.api
 interface DirectoryEntry
           
 interface FileEntry
           
 

Methods in org.jmonks.dms.versioncontrol.api that return RepositoryEntry
 RepositoryEntry Repository.getRepositoryEntry(long entryID)
          Gets the requested Repository Entry in the repository.
 RepositoryEntry RepositoryEntry.getParentRepositoryEntry()
          Gets the parent repository entry.
 

Methods in org.jmonks.dms.versioncontrol.api with parameters of type RepositoryEntry
 boolean Repository.moveEntry(RepositoryEntry sourceEntry, RepositoryEntry targetEntry)
          Moves the contents of sourceEntry to the targetEntry.
 java.lang.String Repository.getEntryNameToShowInUI(RepositoryEntry entry)
          It returns the string representation of the input entry to be shown in UI.
 

Uses of RepositoryEntry in org.jmonks.dms.versioncontrol.ri
 

Classes in org.jmonks.dms.versioncontrol.ri that implement RepositoryEntry
 class DefaultDirectoryEntry
          This represents Directory entry in repository.
 class DefaultFileEntry
           
 class DefaultRepository
           
 class DefaultRepositoryEntry
           
 

Methods in org.jmonks.dms.versioncontrol.ri that return RepositoryEntry
 RepositoryEntry DefaultRepository.getRepositoryEntry(long entryID)
           
 RepositoryEntry DefaultRepositoryEntry.getParentRepositoryEntry()
           
 

Methods in org.jmonks.dms.versioncontrol.ri with parameters of type RepositoryEntry
 java.lang.String DefaultRepository.getEntryNameToShowInUI(RepositoryEntry entry)
           
 boolean DefaultRepository.moveEntry(RepositoryEntry sourceEntry, RepositoryEntry targetEntry)