Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
G
generateEntryID()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
Generates the uniquie id to be used as a entry ID in Repository implementation.
getAbosluteConfigFileName()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultDirectoryEntry
getAbsoluteDirectoryEntryName()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultDirectoryEntry
getAbsoluteFileName()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileEntry
getAllEntries()
- Method in interface org.jmonks.dms.versioncontrol.api.
DirectoryEntry
Gets all repository entries available under this entry.
getAllEntries()
- Method in interface org.jmonks.dms.versioncontrol.api.
Repository
Gets all repository entries available right under the repository.
getAllEntries()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultDirectoryEntry
getAllUsers()
- Method in class org.jmonks.dms.util.
UserManager
getAllVersions()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileEntry
Returns the list, which contains all the versions of the File Entry.
getAllVersions()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileEntry
getAuthor()
- Method in class org.jmonks.dms.command.
FileFormCommand
getCompleteDirectoryEntryList()
- Method in interface org.jmonks.dms.versioncontrol.api.
Repository
It returns all the directory entries in the repository as a map which holds the entryID as key and entryName as the value.
getCompleteDirectoryEntryList()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
getCompleteDirectoryEntryList(DefaultDirectoryEntry, Map)
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
getCompleteEntryMap()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getCompleteEntryMap()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getConfigFile(File, String)
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
Gets the configuration file with the name "fileName.vc" in given directory.
getData()
- Method in class org.jmonks.dms.command.
FileFormCommand
getDeletedDate()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
Gets the deleted date of this entry.
getDeletedDate()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
getDescription()
- Method in class org.jmonks.dms.command.
FileFormCommand
getEntriesToShow()
- Method in class org.jmonks.dms.util.
UserManager.User
getEntryID()
- Method in class org.jmonks.dms.command.
FileFormCommand
getEntryID()
- Method in class org.jmonks.dms.command.
FolderFormCommand
getEntryID()
- Method in class org.jmonks.dms.command.
LoginFormCommand
getEntryID()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getEntryID(HttpServletRequest, LoginFormCommand)
- Method in class org.jmonks.dms.controller.
LoginFormController
getEntryID()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
This returns the unique ID of the entry.
getEntryID()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
getEntryList()
- Method in class org.jmonks.dms.util.
UserManager.User
getEntryName()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
This returns name of the entry.
getEntryName()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
getEntryNameToShowInUI(RepositoryEntry)
- Method in interface org.jmonks.dms.versioncontrol.api.
Repository
It returns the string representation of the input entry to be shown in UI.
getEntryNameToShowInUI(RepositoryEntry)
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
getEntryType()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
Returns the entry type.
getEntryType()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
Returns the entry type.
getInputStream()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
This method will allow to read the contents of that particular version of that file entry.
getInputStream()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
getInstance()
- Static method in class org.jmonks.dms.util.
UserManager
getInstance()
- Static method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
Method which returns the singleton object.
getLength()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
Returns the length of the file of this version.
getLength()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
getName()
- Method in class org.jmonks.dms.command.
FileFormCommand
getName()
- Method in class org.jmonks.dms.command.
FolderFormCommand
getParentEntryID()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
Returns the parent entry ID.
getParentEntryID()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
Returns the parent entry ID.
getParentRepositoryEntry()
- Method in interface org.jmonks.dms.versioncontrol.api.
RepositoryEntry
Gets the parent repository entry.
getParentRepositoryEntry()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
getPassword()
- Method in class org.jmonks.dms.command.
LoginFormCommand
getPassword()
- Method in class org.jmonks.dms.util.
UserManager.User
getPassword1()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getPassword2()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getPathEntryList()
- Method in class org.jmonks.dms.command.
FileFormCommand
getPathEntryList()
- Method in class org.jmonks.dms.command.
FolderFormCommand
getPathEntryList()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getPathList(RepositoryEntry, List)
- Static method in class org.jmonks.dms.util.
DMSUtil
getRepository(String)
- Static method in class org.jmonks.dms.versioncontrol.api.
RepositoryFactory
Returns the Repository instance based on provider class.
getRepositoryEntry(long)
- Method in interface org.jmonks.dms.versioncontrol.api.
Repository
Gets the requested Repository Entry in the repository.
getRepositoryEntry(long)
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepository
getRepositoryEntry(File)
- Static method in class org.jmonks.dms.versioncontrol.ri.
DefaultRepositoryEntry
This method will act as a factory method to create the instances of RepositoryEntries based on the configuration file.
getRestrictedEntries()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getSourceEntryName()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getTargetEntryID()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getUser()
- Method in class org.jmonks.dms.command.
FileFormCommand
getUser()
- Method in class org.jmonks.dms.command.
FolderFormCommand
getUser()
- Method in class org.jmonks.dms.command.
MoveFormCommand
getUser(String)
- Method in class org.jmonks.dms.util.
UserManager
getUserFromSession(HttpServletRequest)
- Static method in class org.jmonks.dms.util.
SessionManager
getUserName()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getUserName()
- Method in class org.jmonks.dms.command.
LoginFormCommand
getUserName()
- Method in class org.jmonks.dms.util.
UserManager.User
getUserType()
- Method in class org.jmonks.dms.command.
CreateUserFormCommand
getUserType()
- Method in class org.jmonks.dms.util.
UserManager.User
getVersion()
- Method in class org.jmonks.dms.command.
FileFormCommand
getVersion(int)
- Method in interface org.jmonks.dms.versioncontrol.api.
FileEntry
Gets the requested version of file File Entry as an FileVersion object.
getVersion(int)
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileEntry
getVersionAuthor()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
Returns the author of version of this object.
getVersionAuthor()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
getVersionCount()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileEntry
Returns the number of versions exists for this entry.
getVersionCount()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileEntry
getVersionDate()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
Returns the created date of this version.
getVersionDate()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
getVersionDescription()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
Returns the description of this version.
getVersionDescription()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
getVersionID()
- Method in class org.jmonks.dms.command.
LoginFormCommand
getVersionID(HttpServletRequest, LoginFormCommand)
- Method in class org.jmonks.dms.controller.
LoginFormController
getVersionNumber()
- Method in interface org.jmonks.dms.versioncontrol.api.
FileVersion
Returns the number of version this object holds.
getVersionNumber()
- Method in class org.jmonks.dms.versioncontrol.ri.
DefaultFileVersion
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W