|
Class Summary |
| Accesstype |
This class gives a representation of the accesstype of a specific
user. |
| Bookmark |
Discribes a bookmark corresponding to a found upload. |
| BookmarkList |
This class gives a representation of the bookmarklist. |
| BookmarkManager |
This class organizes all favorites. |
| Category |
Describes a category. |
| CategoryList |
This class gives a representation of the categories of a specific
user. |
| CategoryManager |
This class organizes all categories. |
| Config |
Stores configuration and loads xml files. |
| ConnectionManager |
ConnectionManager connects to database. |
| ContentConnectionManager |
ContentConnectionManager improves the connectionmanager for contentmanager. |
| ContentManager |
ContentManager loads extracted text to the database and stems the keywords.
|
| FileSize |
This class converts a filesize into a string. |
| FormattedDate |
This class is extends the Date-class for better date-handling. |
| Logger |
Logger is a class for logging information in a textfile. |
| LogRecordFormatter |
Print a brief summary of the LogRecord in a human readable
format. |
| MailAccount |
Describes an email account. |
| MailClient |
MailClient is a mail client that only can send simple emails. |
| Query |
This class converts a query string into a formatted string. |
| SearchResult |
Discribes a search result corresponding to a found upload. |
| SearchResultList |
This class gives a representation of the searchResultlist. |
| ShellManager |
ShellManager starts external programs. |
| Stopword |
Describes a stopword. |
| StopwordList |
This class gives a representation of the stopwords of a specific
user. |
| StopwordManager |
This class organizes all stopwords. |
| StreamCatcher |
StreamCatcher writes information of inputstream to outputstream. |
| Upload |
Discribes an upload order. |
| UploadList |
This class gives a representation of the uploadlist. |
| UploadManager |
UploadManager loads files to the server and connects to the database. |
| User |
Describes a user account. |
| UserList |
This class gives a representation of the userlist. |
| UserManager |
Organizes user accounts and connects to the database. |
| XMLUtils |
Some functions for xml. |
|
Exception Summary |
| DMSException |
This is a common exception class for the DMS-Project.
|
| DuplicateCategoryException |
This exception is raised if a category should be added to database, where the
name or ID is already existent. |
| DuplicateStopwordException |
This exception is raised if a stopword should be added to database, where the
name is already existent. |
| DuplicateUploadException |
This exception is raised if a upload should be added to database, where the
filename or uploadID is already existent. |
| DuplicateUserException |
This exception is raised if a user should be added to database, where the
username or userID is already existent. |
| InvalidFileTypeException |
This exception is raised if an object should be added to database, where the
filename is not allowed. |
| ParsingFailedException |
This exception is raised if an object should be added to database and could not be parsed. |
| PropertyNotSetException |
This exception is raised if an object should be added to database, where the
a property is not set. |