A B C D E F G H I K L M N P R S T U V 

A

activateOptions() - Method in class com.logicaldoc.web.util.HTMLLayout
No options to activate.
addBookmarks(String, long[], int) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
addDocuments(String, String, boolean, GUIDocument) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
addDocuments(String, String, long, String, boolean, Long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
addNote(String, long, String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
addTag(String, String) - Method in class com.logicaldoc.web.service.TagServiceImpl
 
addToRecentFiles(long, long) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Adds the given document to the recent files entry of the user
addUserToGroup(String, long, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
ApplicationInitializer - Class in com.logicaldoc.web
Listener that initialises relevant system stuffs during application startup and session life cycle.
ApplicationInitializer() - Constructor for class com.logicaldoc.web.ApplicationInitializer
 
applyMetadata(String, long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
applyRights(String, GUIFolder, boolean) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
applyRights(String, GUIMenu) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
applyTemplate(String, long, long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
authenticate(HttpServletRequest) - Static method in class com.logicaldoc.web.util.AuthenticationUtil
Decodes given Credentials through base64 decode and turns back a @link AuthenticationUtil.Credentials Objects with username and password.
AuthenticationUtil - Class in com.logicaldoc.web.util
Authentication through some download URLs will be managed through a more simple way.
AuthenticationUtil() - Constructor for class com.logicaldoc.web.util.AuthenticationUtil
 
AuthenticationUtil.Credentials - Interface in com.logicaldoc.web.util
 

B

BaseURL - Class in com.logicaldoc.web.util
 
BookmarksDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document bookmarks data.
BookmarksDataServlet() - Constructor for class com.logicaldoc.web.data.BookmarksDataServlet
 
BUF_SIZE - Variable in class com.logicaldoc.web.util.HTMLLayout
 
bulkUpdate(String, long[], GUIDocument) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 

C

changePassword(long, String, String, boolean) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
CharsetFilter - Class in com.logicaldoc.web
 
CharsetFilter() - Constructor for class com.logicaldoc.web.CharsetFilter
 
check(String) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
checkin(String, GUIDocument, boolean) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
checkout(String, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
checkPublished(User, Document) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
checkRequest(HttpServletRequest) - Method in class com.logicaldoc.web.UploadServlet
 
cleanReceivedFiles(String) - Static method in class com.logicaldoc.web.UploadServlet
 
cleanReceivedFiles(HttpSession) - Static method in class com.logicaldoc.web.UploadServlet
 
cleanUploadedFileFolder(String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
com.logicaldoc.web - package com.logicaldoc.web
 
com.logicaldoc.web.data - package com.logicaldoc.web.data
 
com.logicaldoc.web.service - package com.logicaldoc.web.service
 
com.logicaldoc.web.util - package com.logicaldoc.web.util
 
computeStoragesSize(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
ContactsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for contacts data.
ContactsDataServlet() - Constructor for class com.logicaldoc.web.data.ContactsDataServlet
 
ContactServiceImpl - Class in com.logicaldoc.web.service
Implementation of the ContactService
ContactServiceImpl() - Constructor for class com.logicaldoc.web.service.ContactServiceImpl
 
contextDestroyed(ServletContextEvent) - Method in class com.logicaldoc.web.ApplicationInitializer
 
contextInitialized(ServletContextEvent) - Method in class com.logicaldoc.web.ApplicationInitializer
 
create(String, GUIFolder, boolean) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
createDB(SetupInfo) - Method in class com.logicaldoc.web.service.SetupServiceImpl
 
createEmpty(String, GUIDocument) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
createPreviewResource(Document, String, String) - Method in class com.logicaldoc.web.DocumentPreview
Creates the preview resource according to the specified format storing it in the repository for future access.
currentLocale(UserSession) - Static method in class com.logicaldoc.web.util.SessionUtil
 
currentLocale(String) - Static method in class com.logicaldoc.web.util.SessionUtil
 

D

DEFAULT_AUTHENTICATE_HEADER - Static variable in class com.logicaldoc.web.util.AuthenticationUtil
 
delete(String, long[]) - Method in class com.logicaldoc.web.service.ContactServiceImpl
 
delete(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
delete(String, long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
delete(String, long[]) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
delete(String, String[]) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 
delete(String, String) - Method in class com.logicaldoc.web.service.TagServiceImpl
 
delete(String, long) - Method in class com.logicaldoc.web.service.TemplateServiceImpl
 
deleteBookmarks(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
deleteFeedMessages(String, long[]) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
deleteGroup(String, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
deleteLinks(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
deleteNotes(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
deleteTemplates(String, long[]) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
deleteUser(String, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
deleteVersions(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
destroy() - Method in class com.logicaldoc.web.CharsetFilter
 
destroy() - Method in class com.logicaldoc.web.SessionFilter
 
detectNewVersion() - Method in class com.logicaldoc.web.service.InfoServiceImpl
 
disableTask(String, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
DOC_ID - Static variable in class com.logicaldoc.web.DocumentPreview
 
DOC_ID - Static variable in class com.logicaldoc.web.DocumentResourceUpload
 
DocumentHistoryDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for documents history data.
DocumentHistoryDataServlet() - Constructor for class com.logicaldoc.web.data.DocumentHistoryDataServlet
 
DocumentNotesDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document notes data.
DocumentNotesDataServlet() - Constructor for class com.logicaldoc.web.data.DocumentNotesDataServlet
 
DocumentPreview - Class in com.logicaldoc.web
This servlet is responsible for document preview.
DocumentPreview() - Constructor for class com.logicaldoc.web.DocumentPreview
Constructor of the object.
DocumentResourceUpload - Class in com.logicaldoc.web
This servlet is responsible for document resource upload.
DocumentResourceUpload() - Constructor for class com.logicaldoc.web.DocumentResourceUpload
Constructor of the object.
DocumentsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for documents data.
DocumentsDataServlet() - Constructor for class com.logicaldoc.web.data.DocumentsDataServlet
 
DocumentServiceImpl - Class in com.logicaldoc.web.service
Implementation of the DocumentService
DocumentServiceImpl() - Constructor for class com.logicaldoc.web.service.DocumentServiceImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.logicaldoc.web.CharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.logicaldoc.web.SessionFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.DocumentPreview
The doGet method of the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.DocumentResourceUpload
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.DownloadServlet
The doGet method of the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.ExportZip
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.LogDownload
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.PswRecovery
The doGet method of the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.TicketDownload
The doGet method of the servlet.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.DocumentResourceUpload
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.ExportZip
The doPost method of the servlet.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.LogDownload
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.PswRecovery
The doPost method of the servlet.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.TicketDownload
The doPost method of the servlet.
downloadDocument(HttpServletRequest, HttpServletResponse, String, User) - Method in class com.logicaldoc.web.DownloadServlet
 
downloadDocument(HttpServletRequest, HttpServletResponse, String, long, String, String, String, User) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Sends the specified document to the response object; the client will receive it as a download
downloadDocument(HttpServletRequest, HttpServletResponse, String, String, String, String, User) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Sends the specified document to the response object; the client will receive it as a download
downloadDocumentText(HttpServletRequest, HttpServletResponse, long, User) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Sends the specified document's indexed text to the response object; the client will receive it as a download
downloadFile(HttpServletRequest, HttpServletResponse, File, String) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Sends the specified file to the response object; the client will receive it as a download
downloadPluginResource(HttpServletRequest, HttpServletResponse, String, String, String, String) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Downloads a plugin resource
DownloadServlet - Class in com.logicaldoc.web
This servlet is responsible for document downloads.
DownloadServlet() - Constructor for class com.logicaldoc.web.DownloadServlet
 

E

enableTask(String, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
EventsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document posts data.
EventsDataServlet() - Constructor for class com.logicaldoc.web.data.EventsDataServlet
 
executeAction(HttpServletRequest, List<FileItem>) - Method in class com.logicaldoc.web.UploadServlet
Override executeAction to save the received files in a custom place and delete this items from session.
ExportZip - Class in com.logicaldoc.web
This servlet is responsible of zip export
ExportZip() - Constructor for class com.logicaldoc.web.ExportZip
Constructor of the object.

F

FeedMessageDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for feed message data.
FeedMessageDataServlet() - Constructor for class com.logicaldoc.web.data.FeedMessageDataServlet
 
FolderHistoryDataServlet - Class in com.logicaldoc.web.data
 
FolderHistoryDataServlet() - Constructor for class com.logicaldoc.web.data.FolderHistoryDataServlet
 
FoldersDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for folders data.
FoldersDataServlet() - Constructor for class com.logicaldoc.web.data.FoldersDataServlet
 
FolderServiceImpl - Class in com.logicaldoc.web.service
Implementation of the FolderService
FolderServiceImpl() - Constructor for class com.logicaldoc.web.service.FolderServiceImpl
 
format(LoggingEvent) - Method in class com.logicaldoc.web.util.HTMLLayout
 
forwardEmptyPage(HttpServletRequest, HttpServletResponse, String) - Method in class com.logicaldoc.web.DocumentPreview
 
forwardPreviewNotAvailable(HttpServletRequest, HttpServletResponse, String) - Method in class com.logicaldoc.web.DocumentPreview
 
fromContact(Contact) - Method in class com.logicaldoc.web.service.ContactServiceImpl
 
fromDocument(Document, GUIFolder) - Static method in class com.logicaldoc.web.service.DocumentServiceImpl
 

G

GarbageCollector - Class in com.logicaldoc.web
 
GarbageCollector() - Constructor for class com.logicaldoc.web.GarbageCollector
 
GarbageDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for garbage data.
GarbageDataServlet() - Constructor for class com.logicaldoc.web.data.GarbageDataServlet
 
gc() - Method in class com.logicaldoc.web.GarbageCollector
 
getAttributes(String, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
getBaseURL(ServletRequest) - Static method in class com.logicaldoc.web.util.BaseURL
 
getBaseURL(ServletRequest) - Static method in class com.logicaldoc.web.util.VirtualHostHelper
 
getBundle(String) - Static method in class com.logicaldoc.web.service.InfoServiceImpl
 
getById(String, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
getContentType() - Method in class com.logicaldoc.web.util.HTMLLayout
Returns the content type output by this layout, i.e "text/html".
getFolder(String, long) - Static method in class com.logicaldoc.web.service.FolderServiceImpl
 
getFolder(String, long, boolean) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
getFooter() - Method in class com.logicaldoc.web.util.HTMLLayout
Returns the appropriate HTML footers.
getGroup(String, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
getHeader() - Method in class com.logicaldoc.web.util.HTMLLayout
Returns appropriate HTML headers.
getInfo(String) - Method in class com.logicaldoc.web.service.InfoServiceImpl
 
getInfo() - Static method in class com.logicaldoc.web.service.InfoServiceImpl
Retrieves the informations but not localization issues like messages and installed languages.
getInfo(String) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
getLocalBaseURL(HttpServletRequest) - Static method in class com.logicaldoc.web.util.BaseURL
 
getLocationInfo() - Method in class com.logicaldoc.web.util.HTMLLayout
Returns the current value of the LocationInfo option.
getMenu(String, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
getMessage(String, long, boolean) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
getPassword() - Method in interface com.logicaldoc.web.util.AuthenticationUtil.Credentials
 
getPlugins(String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
getRating(String, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
getReceivedFileNames(HttpServletRequest, String) - Static method in class com.logicaldoc.web.UploadServlet
 
getReceivedFiles(HttpServletRequest, String) - Static method in class com.logicaldoc.web.UploadServlet
 
getSearches(UserSession) - Method in class com.logicaldoc.web.service.SearchServiceImpl
Load all the search options associated to all the searches saved for the current user.
getServerURL(ServletRequest, boolean) - Static method in class com.logicaldoc.web.util.BaseURL
 
getServerURL(ServletRequest) - Static method in class com.logicaldoc.web.util.VirtualHostHelper
 
getServerURL(ServletRequest, boolean) - Static method in class com.logicaldoc.web.util.VirtualHostHelper
 
getServletSession(String) - Static method in class com.logicaldoc.web.SessionFilter
Retrieves (if any) the servlet session binded to the passed user session
getSessionInfo(String) - Method in class com.logicaldoc.web.service.InfoServiceImpl
 
getSessionUser(String) - Static method in class com.logicaldoc.web.util.SessionUtil
 
getSessionUser(HttpServletRequest) - Static method in class com.logicaldoc.web.util.SessionUtil
 
getSettings(String) - Method in class com.logicaldoc.web.service.TagServiceImpl
 
getStatistics(String, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
getTagCloud() - Method in class com.logicaldoc.web.service.TagServiceImpl
 
getTaskByName(String, String, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
getTemplate(String, long) - Method in class com.logicaldoc.web.service.TemplateServiceImpl
 
getTitle() - Method in class com.logicaldoc.web.util.HTMLLayout
Returns the current value of the Title option.
getUploadedFile(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.UploadServlet
Get the content of an uploaded file
getUser(String, long) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
getUserName() - Method in interface com.logicaldoc.web.util.AuthenticationUtil.Credentials
 
getValue(GUIInfo, String) - Method in class com.logicaldoc.web.service.InfoServiceImpl
 
getVersionsById(String, long, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
getWebAppName(HttpServletRequest) - Static method in class com.logicaldoc.web.util.BaseURL
 
getWebAppName(ServletRequest) - Static method in class com.logicaldoc.web.util.VirtualHostHelper
 
GroupsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for groups data.
GroupsDataServlet() - Constructor for class com.logicaldoc.web.data.GroupsDataServlet
 

H

HEADER_AUTHORIZATION - Static variable in class com.logicaldoc.web.util.AuthenticationUtil
 
HTMLLayout - Class in com.logicaldoc.web.util
This layout outputs events in a HTML table.
HTMLLayout() - Constructor for class com.logicaldoc.web.util.HTMLLayout
 

I

ignoresThrowable() - Method in class com.logicaldoc.web.util.HTMLLayout
The HTML layout handles the throwable contained in logging events.
InfoServiceImpl - Class in com.logicaldoc.web.service
Implementation of the InfoService
InfoServiceImpl() - Constructor for class com.logicaldoc.web.service.InfoServiceImpl
 
init(FilterConfig) - Method in class com.logicaldoc.web.CharsetFilter
 
init(FilterConfig) - Method in class com.logicaldoc.web.SessionFilter
 
internalLogin(String, User, String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
Used internally by login procedures, instantiates a new GUISession by a given authenticated user.
isAllowedForUpload(String) - Static method in class com.logicaldoc.web.UploadServlet
Checks if the passed filename can be uploaded or not on the basis of what configured in 'upload.disallow'.
isPublished(int, Date, Date) - Static method in class com.logicaldoc.web.data.DocumentsDataServlet
 

K

kill(String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 

L

LanguagesDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for users data.
LanguagesDataServlet() - Constructor for class com.logicaldoc.web.data.LanguagesDataServlet
 
linkDocuments(String, long[], long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
LinksDataServlet - Class in com.logicaldoc.web.data
 
LinksDataServlet() - Constructor for class com.logicaldoc.web.data.LinksDataServlet
 
load(String, long) - Method in class com.logicaldoc.web.service.ContactServiceImpl
 
load(String, String) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 
loadClientSettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadDashlets(GUIUser) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
Retrieves the dashlets configuration
loadEmailSettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadGUISettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadOcrSettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadQuotaSettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadRepositories(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadSettings(String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
loadSettings(String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadSettingsByNames(String, String[]) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
loadTasks(String, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
loadTemplates(String) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
loadTemplates(String, String) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
LOCALE - Static variable in class com.logicaldoc.web.util.SessionUtil
 
lock(String, long[], String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
log - Static variable in class com.logicaldoc.web.DocumentPreview
 
log - Static variable in class com.logicaldoc.web.DocumentResourceUpload
 
log - Static variable in class com.logicaldoc.web.DownloadServlet
 
log - Static variable in class com.logicaldoc.web.ExportZip
 
log - Static variable in class com.logicaldoc.web.LogDownload
 
log - Static variable in class com.logicaldoc.web.PswRecovery
 
log - Static variable in class com.logicaldoc.web.service.SearchServiceImpl
 
log - Static variable in class com.logicaldoc.web.service.SetupServiceImpl
 
log - Static variable in class com.logicaldoc.web.service.TagServiceImpl
 
log - Static variable in class com.logicaldoc.web.UploadServlet
 
LogDownload - Class in com.logicaldoc.web
This servlet grant access to log files
LogDownload() - Constructor for class com.logicaldoc.web.LogDownload
 
logger - Static variable in class com.logicaldoc.web.TicketDownload
 
login(String, String, String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
login(String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
logout(String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 

M

makeImmutable(String, long[], String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
makeWorkingDir(File) - Method in class com.logicaldoc.web.service.SetupServiceImpl
 
markFeedMsgAsNotRead(String, long[]) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
markFeedMsgAsRead(String, long[]) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
markHistoryAsRead(String, String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
markIndexable(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
markUnindexable(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
MAX_CAPACITY - Variable in class com.logicaldoc.web.util.HTMLLayout
 
MenuesDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for menues data.
MenuesDataServlet() - Constructor for class com.logicaldoc.web.data.MenuesDataServlet
 
MessagesDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for messages data.
MessagesDataServlet() - Constructor for class com.logicaldoc.web.data.MessagesDataServlet
 
MessageServiceImpl - Class in com.logicaldoc.web.service
Implementation of the MessageService
MessageServiceImpl() - Constructor for class com.logicaldoc.web.service.MessageServiceImpl
 
move(String, long, long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 

N

needRestart - Static variable in class com.logicaldoc.web.ApplicationInitializer
 

P

ParsersDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for parsers data.
ParsersDataServlet() - Constructor for class com.logicaldoc.web.data.ParsersDataServlet
 
paste(String, long[], long, String) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
pasteAsAlias(String, long[], long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
PostsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document posts data.
PostsDataServlet() - Constructor for class com.logicaldoc.web.data.PostsDataServlet
 
PswRecovery - Class in com.logicaldoc.web
This class allows the user to recover a password.
PswRecovery() - Constructor for class com.logicaldoc.web.PswRecovery
Constructor of the object.

R

RECEIVEDCONTENTTYPES - Static variable in class com.logicaldoc.web.UploadServlet
 
RECEIVEDFILENAMES - Static variable in class com.logicaldoc.web.UploadServlet
 
RECEIVEDFILES - Static variable in class com.logicaldoc.web.UploadServlet
 
removeFromGroup(String, long, long[]) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
removeItem(HttpServletRequest, String) - Method in class com.logicaldoc.web.UploadServlet
Remove a file when the user sends a delete request
removeTag(String, String) - Method in class com.logicaldoc.web.service.TagServiceImpl
 
rename(String, long, String) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
rename(String, String, String) - Method in class com.logicaldoc.web.service.TagServiceImpl
 
rescheduleAll(String) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
resetPassword(String, String, String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
restore(String, long, long) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
restore(String, long, long) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
RightsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for rights data.
RightsDataServlet() - Constructor for class com.logicaldoc.web.data.RightsDataServlet
 

S

save(String, GUIContact) - Method in class com.logicaldoc.web.service.ContactServiceImpl
 
save(String, GUIDocument) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
save(String, GUIFolder) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
save(String, GUIMessage) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
save(String, GUISearchEngine) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
save(String, GUISearchOptions) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 
save(String, GUITemplate) - Method in class com.logicaldoc.web.service.TemplateServiceImpl
 
saveDashlets(String, GUIDashlet[]) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
saveEmailSettings(String, GUIEmailSettings) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
saveGroup(String, GUIGroup) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
saveProfile(String, GUIUser) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
saveQuotaSettings(String, GUIParameter[]) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
saveRating(String, GUIRating) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
saveRepositories(String, GUIParameter[][]) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
saveSettings(String, GUISecuritySettings) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
saveSettings(String, GUIParameter[]) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
saveTask(String, GUITask, String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
saveTemplates(String, GUIValuePair[]) - Method in class com.logicaldoc.web.service.FolderServiceImpl
 
saveTemplates(String, GUIMessageTemplate[]) - Method in class com.logicaldoc.web.service.MessageServiceImpl
 
saveUser(String, GUIUser, GUIInfo) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
search(String, GUISearchOptions) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 
search(String, String, Date, Date, int, String, String[]) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
SearchEngineServiceImpl - Class in com.logicaldoc.web.service
Implementation of the SearchEngineService
SearchEngineServiceImpl() - Constructor for class com.logicaldoc.web.service.SearchEngineServiceImpl
 
SearchServiceImpl - Class in com.logicaldoc.web.service
Implementation of the SearchService
SearchServiceImpl() - Constructor for class com.logicaldoc.web.service.SearchServiceImpl
 
searchUsers(String, String, String) - Method in class com.logicaldoc.web.service.SecurityServiceImpl
 
SecurityServiceImpl - Class in com.logicaldoc.web.service
Implementation of the SecurityService
SecurityServiceImpl() - Constructor for class com.logicaldoc.web.service.SecurityServiceImpl
 
sendAsEmail(String, GUIEmail) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
sendAuthorisationCommand(HttpServletResponse) - Static method in class com.logicaldoc.web.util.AuthenticationUtil
Sends back via use of marshaled HttpServletResponse an AuthenticationHeader
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.BookmarksDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.ContactsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.DocumentHistoryDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.DocumentNotesDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.DocumentsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.EventsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.FeedMessageDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.FolderHistoryDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.FoldersDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.GarbageDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.GroupsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.LanguagesDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.LinksDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.MenuesDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.MessagesDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.ParsersDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.PostsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.RightsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.SessionsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.TagsDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.TasksDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.TemplatesDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.UserHistoryDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.UsersDataServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.logicaldoc.web.data.VersionsDataServlet
 
ServletIOUtil - Class in com.logicaldoc.web.util
Some helper utilities to download/upload a document and its resources.
ServletIOUtil() - Constructor for class com.logicaldoc.web.util.ServletIOUtil
 
sessionCreated(HttpSessionEvent) - Method in class com.logicaldoc.web.ApplicationInitializer
 
sessionDestroyed(HttpSessionEvent) - Method in class com.logicaldoc.web.ApplicationInitializer
Frees temporary upload folders.
SessionFilter - Class in com.logicaldoc.web
Check if the user session was expired or active.
SessionFilter() - Constructor for class com.logicaldoc.web.SessionFilter
 
SessionsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for sessions data.
SessionsDataServlet() - Constructor for class com.logicaldoc.web.data.SessionsDataServlet
 
SessionUtil - Class in com.logicaldoc.web.util
Various methods related to the user session
SessionUtil() - Constructor for class com.logicaldoc.web.util.SessionUtil
 
setAliases(String, String, String) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
setContentDisposition(HttpServletRequest, HttpServletResponse, String, boolean) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Sets the correct Content-Disposition header into the response
setGUILanguageStatus(String, String, boolean) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
setLanguageStatus(String, String, boolean) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
setLocationInfo(boolean) - Method in class com.logicaldoc.web.util.HTMLLayout
The LocationInfo option takes a boolean value.
SettingServiceImpl - Class in com.logicaldoc.web.service
Implementation of the SettingService
SettingServiceImpl() - Constructor for class com.logicaldoc.web.service.SettingServiceImpl
 
setTitle(String) - Method in class com.logicaldoc.web.util.HTMLLayout
The Title option takes a String value.
setup(SetupInfo) - Method in class com.logicaldoc.web.service.SetupServiceImpl
 
SetupServiceImpl - Class in com.logicaldoc.web.service
Implements the
SetupServiceImpl() - Constructor for class com.logicaldoc.web.service.SetupServiceImpl
 
startTask(String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
stopTask(String) - Method in class com.logicaldoc.web.service.SystemServiceImpl
 
SUFFIX - Static variable in class com.logicaldoc.web.DocumentPreview
Format can be thumb.jpg or preview.swf
SUFFIX - Static variable in class com.logicaldoc.web.DocumentResourceUpload
 
SystemServiceImpl - Class in com.logicaldoc.web.service
Implementation of the SystemService
SystemServiceImpl() - Constructor for class com.logicaldoc.web.service.SystemServiceImpl
 

T

TagsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document tags data.
TagsDataServlet() - Constructor for class com.logicaldoc.web.data.TagsDataServlet
 
TagServiceImpl - Class in com.logicaldoc.web.service
Implementation of the TagService
TagServiceImpl() - Constructor for class com.logicaldoc.web.service.TagServiceImpl
 
TasksDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for tasks data.
TasksDataServlet() - Constructor for class com.logicaldoc.web.data.TasksDataServlet
 
TemplatesDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document templates data.
TemplatesDataServlet() - Constructor for class com.logicaldoc.web.data.TemplatesDataServlet
 
TemplateServiceImpl - Class in com.logicaldoc.web.service
Implementation of the TemplateService
TemplateServiceImpl() - Constructor for class com.logicaldoc.web.service.TemplateServiceImpl
 
testEmail(String, String) - Method in class com.logicaldoc.web.service.SettingServiceImpl
 
TicketDownload - Class in com.logicaldoc.web
 
TicketDownload() - Constructor for class com.logicaldoc.web.TicketDownload
Constructor of the object.
TITLE_OPTION - Static variable in class com.logicaldoc.web.util.HTMLLayout
A string constant used in naming the option for setting the the HTML document title.
toDocument(GUIDocument) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
Produces a plain new Document from a GUIDocument
toGUIOptions(SearchOptions) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 
toSearchOptions(GUISearchOptions) - Method in class com.logicaldoc.web.service.SearchServiceImpl
 

U

unlock(String, long[]) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
unlocks(String) - Method in class com.logicaldoc.web.service.SearchEngineServiceImpl
 
updateBookmark(String, GUIBookmark) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
updateLink(String, long, String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
updateNote(String, long, long, String) - Method in class com.logicaldoc.web.service.DocumentServiceImpl
 
uploadDocumentResource(HttpServletRequest, String, String, String, String) - Static method in class com.logicaldoc.web.util.ServletIOUtil
Uploads a document's related resource.
UploadServlet - Class in com.logicaldoc.web
This servlet is responsible for document uploads operations.
UploadServlet() - Constructor for class com.logicaldoc.web.UploadServlet
 
USER - Static variable in class com.logicaldoc.web.util.SessionUtil
 
UserHistoryDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for user history data.
UserHistoryDataServlet() - Constructor for class com.logicaldoc.web.data.UserHistoryDataServlet
 
UsersDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for users data.
UsersDataServlet() - Constructor for class com.logicaldoc.web.data.UsersDataServlet
 

V

validateSession(HttpServletRequest) - Static method in class com.logicaldoc.web.util.SessionUtil
 
validateSession(String) - Static method in class com.logicaldoc.web.util.SessionUtil
Throws a runtime exception id the given session is invalid
VERSION_DOC - Static variable in class com.logicaldoc.web.DocumentResourceUpload
 
VERSION_ID - Static variable in class com.logicaldoc.web.DocumentResourceUpload
 
VersionsDataServlet - Class in com.logicaldoc.web.data
This servlet is responsible for document versions data.
VersionsDataServlet() - Constructor for class com.logicaldoc.web.data.VersionsDataServlet
 
VirtualHostHelper - Class in com.logicaldoc.web.util
 
A B C D E F G H I K L M N P R S T U V 

Copyright © 2008-2014 Logical Objects. All Rights Reserved.