- 
- 
class AuditServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class Subscription extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
color
String color
 
- 
creation
Date creation
 
- 
description
String description
 
- 
events
String events
Comma separated list of the subscribed events, NULL for all the events
 
- 
fileType
String fileType
 
- 
folderOption
int folderOption
Whether the subscription regarding only the selected folder or the
 selected folder and its direct sub-folders
- See Also:
 
- 
 
 
- 
name
String name
 
- 
objectId
long objectId
 
- 
type
String type
Whether the subscription regarding a document or a folder
- See Also:
 
- 
 
 
- 
userId
long userId
 
- 
username
String username
 
 
 
- 
class SubscriptionsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class BarcodeGenerator extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class BarcodeQueueDataServlet extends com.logicaldoc.web.data.IndexingQueueDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class BarcodeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class BarcodeTemplate extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
description
String description
 
- 
name
String name
Unique name of the template
 
- 
sample
String sample
Sample image displayed to the user in order to define the zones.
 
- 
saveChangeEvent
int saveChangeEvent
If a CHANGE event must be saved in the document's history
 
- 
template
com.logicaldoc.core.metadata.Template template
Each barcode template may reference a Template
 
- 
zonal
int zonal
Indicates if this template is Zonal or Positional
 
 
 
- 
class BarcodeTemplateImageServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class BarcodeTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class CalendarEventsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
endDate
Date endDate
End date (optional)
 
- 
expireFrom
Date expireFrom
optional
 
- 
expireTo
Date expireTo
optional
 
- 
frequency
Integer frequency
The frequency of the event (1,15, 30 ... optional)
 
- 
maxRecords
Integer maxRecords
Maximum number of records (optional)
 
- 
startDate
Date startDate
Start date (optional)
 
- 
status
Integer status
The status (used with like operator, optional)
 
- 
subtype
String subtype
The subtype (used with like operator, optional)
 
- 
title
String title
The title (used with like operator, optional)
 
- 
type
String type
The type (used with like operator, optional)
 
 
 
- 
class CalendarServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class Event extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
automation
String automation
Optional automation code to execute at each reminder
 
- 
completionDate
Date completionDate
 
- 
creator
String creator
 
- 
creatorId
long creatorId
 
- 
deadline
Date deadline
The deadline in case of frequency is > 0
 
- 
description
String description
 
- 
documents
Set<com.logicaldoc.core.document.Document> documents
 
- 
expirationDate
Date expirationDate
 
- 
frequency
int frequency
The frequency of this event: 1=daily, 7=weekly, 30=monthly ...
 
- 
parentId
Long parentId
 
- 
startDate
Date startDate
 
- 
status
int status
 
- 
subType
String subType
 
- 
title
String title
 
- 
type
String type
 
 
 
 
- 
- 
class ChatMessage extends com.logicaldoc.core.History implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ChatMessagesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ChatServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ComparatorsDataServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ComparisonServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Convert extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ConvertJpg extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ConvertPdf extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
Exception com.logicaldoc.core.security.authentication.AccountDisabledException
class AccountDisabledException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.AccountExpiredException
class AccountExpiredException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.AccountInactiveException
class AccountInactiveException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.AccountNotFoundException
class AccountNotFoundException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.AccountTypeNotAllowedException
class AccountTypeNotAllowedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.AuthenticationException
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.InvalidSessionException
class InvalidSessionException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.IPBlockedException
class IPBlockedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.OutsideWorkingTimeException
class OutsideWorkingTimeException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.PasswordAlreadyUsedException
class PasswordAlreadyUsedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.PasswordExpiredException
class PasswordExpiredException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.PasswordWeakException
class PasswordWeakException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.UsernameBlockedException
class UsernameBlockedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
Exception com.logicaldoc.core.security.authentication.WrongPasswordException
class WrongPasswordException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class DocuSignCallback extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class DocuSignEnvelopesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class DocuSignServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class EmailAccount extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
automation
String automation
An automation script to process each email message before it is stored in
 the repository
 
- 
automationAfter
String automationAfter
An automation script to process the documents generated after a single
 email has been processed
 
- 
deleteFromMailbox
int deleteFromMailbox
 
- 
enabled
int enabled
 
- 
excludes
String excludes
 
- 
foldering
int foldering
 
- 
format
int format
This attribute defines the EmailAccount storage format.
- See Also:
 
- 
 
 
- 
host
String host
 
- 
includes
String includes
 
- 
language
String language
 
- 
mailAddress
String mailAddress
 
- 
mailFolder
String mailFolder
 
- 
password
String password
 
- 
port
int port
 
- 
provider
String provider
 
- 
sslModel
int sslModel
This attribute defines the EmailAccount security settings. Possible
 values: '0'= "No encription", '1'= "SSL"
 
- 
startDate
Date startDate
Represents the timestamp of the minimum sent date
 
- 
targetFolder
Long targetFolder
 
- 
type
String type
 
- 
username
String username
 
 
 
- 
class EmailAccountsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class EmailAccountServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
 
- 
- 
class EnterpriseInfoService extends com.logicaldoc.web.service.InfoServiceImpl implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class EnterpriseSecurityService extends com.logicaldoc.web.service.SecurityServiceImpl implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
 
- 
- 
class ArchivedDocsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class AutomationRoutine extends com.logicaldoc.core.metadata.ExtensibleObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
groupId
long groupId
 
- 
write
int write
 
 
 
- 
class AutomationRoutineRightsDataServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class AutomationRoutinesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class AutomationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class AutomationTrigger extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
automation
String automation
Automation script to execute(in absence of routine specification)
 
- 
cron
String cron
For a time-driven trigger, the cron expression to fire the execution
 
- 
date
Date date
For a time-driven trigger, the exact moment to fire the execution
 
- 
events
String events
For an event-driven trigger, comma separated list of the subscribed
 events, NULL for all the events.
 
- 
folderId
Long folderId
 
- 
routineId
Long routineId
The declared routine to execute
 
- 
triggered
int triggered
If date is not null, this flag indicates that the trigger has been
 processed
 
 
 
- 
class AutomationTriggersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Branding extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ExportBranding extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class SkinsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
 
- 
- 
class ChannelsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ClusterHits extends com.logicaldoc.core.searchengine.Hits implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
count
long count
 
- 
elapsedTime
long elapsedTime
 
- 
estimatedCount
long estimatedCount
 
 
 
- 
class ClusterServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
- 
 
- 
class PropertiesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ScopedContextProperties extends com.logicaldoc.util.config.ContextProperties implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class StatusServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class DropSpotUploadServlet extends com.logicaldoc.web.UploadServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class DuplicatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class EnterpriseFolderService extends com.logicaldoc.web.service.FolderServiceImpl implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class FolderTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
count
int count
 
- 
creation
Date creation
 
- 
document
com.logicaldoc.gui.common.client.beans.GUIDocument document
 
- 
enabled
boolean enabled
 
- 
expired
Date expired
A date when this ticket expires
 
- 
maxCount
Integer maxCount
Maximum number of downloads
 
- 
maxViews
Integer maxViews
Maximum number of views
 
- 
suffix
String suffix
 
- 
ticketExpired
boolean ticketExpired
 
- 
ticketId
String ticketId
 
- 
ticketViewExpired
boolean ticketViewExpired
 
- 
type
int type
 
- 
views
int views
 
 
 
 
- 
- 
class ViewServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ActivableFeaturesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
 
- 
- 
class EditInOffice extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ReadingRequest extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
alertConfirmation
int alertConfirmation
 
- 
confirmed
Date confirmed
 
- 
creation
Date creation
 
- 
docId
long docId
 
- 
fileName
String fileName
 
- 
fileVersion
String fileVersion
 
- 
requestComment
String requestComment
 
- 
requestorId
long requestorId
 
- 
requestorLogin
String requestorLogin
 
- 
requestorName
String requestorName
 
- 
userId
long userId
 
- 
userLogin
String userLogin
 
- 
username
String username
 
 
 
- 
class ReadingRequestsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ReadingRequestServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
 
- 
class EnterpriseSearchService extends com.logicaldoc.web.service.SearchServiceImpl implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ParametricSearchOptions extends com.logicaldoc.core.searchengine.SearchOptions implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class SavedSearchesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
 
- 
- 
class ClientNotAllowedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class InvalidLicenseException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
- 
 
- 
 
- 
 
- 
class QuotaException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class TenantDisabledException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class WrongKeyException extends com.logicaldoc.core.security.authentication.AuthenticationException implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class TwoFactorsAuthenticationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class TenantsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class TenantServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
 
- 
class UpdateServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class UpdateStatus extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class SystemUsageChartServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class SystemUsageDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
composition
String composition
 
- 
dateValue
Date dateValue
 
- 
doubleValue
Double doubleValue
 
- 
extendedAttribute
int extendedAttribute
 
- 
field
String field
 
- 
intValue
Long intValue
 
- 
operator
String operator
 
- 
stringValue
String stringValue
 
- 
type
int type
 
 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
completion
int completion
 
- 
concurrent
boolean concurrent
 
- 
enabled
boolean enabled
 
- 
indeterminate
boolean indeterminate
 
- 
name
String name
 
- 
progress
long progress
 
- 
size
long size
 
- 
status
int status
 
 
 
- 
 
 
- 
 
- 
 
- 
 
- 
 
- 
- 
class GDriveAuthCallbackServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class GDriveServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Archive extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
closerId
Long closerId
 
- 
closerName
String closerName
 
- 
closure
Date closure
 
- 
creation
Date creation
 
- 
creatorId
long creatorId
 
- 
creatorName
String creatorName
 
- 
description
String description
 
- 
importCustomId
int importCustomId
Whether an import archive must import new customids or not
 
 
 - CUSTOMID_NOT_IMPORT: the customids will be not imported
 
 - CUSTOMID_IMPORT_AND_NEW_RELEASE: the customids will be imported and
 will be generated a new version release if conflict happens
 
 - CUSTOMID_IMPORT_AND_NEW_SUBVERSION: the customids will be imported
 and will be generated a new subversion if conflict happens
 
 - CUSTOMID_IMPORT_AND_NEW_DOCUMENT: the customids will be imported and
 will be generated a new document if conflict happens
 
 
 
- See Also:
 
- 
 
 
- 
importTemplate
int importTemplate
Whether an import archive must import new templates or not. If 0, the new
 templates will be not imported; if 1, the new templates will be imported.
 
- 
mode
int mode
Whether the archive is for import or export
- See Also:
 
- 
 
 
- 
name
String name
 
- 
size
long size
 
- 
status
int status
Whether the archive is opened or ready to be imported or closed or
 finalized or ready to be signed or error.
- See Also:
 
- 
 
 
- 
type
int type
Whether the archive is default or storage. When it is "storage", it will
 be signed and marked temporally.
- See Also:
 
- 
 
 
 
 
- 
 
- 
class ArchivesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ImpexFoldersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ImpexServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class IncrementalArchivesDataServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class IndexVersion extends com.logicaldoc.core.document.Version implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
 
- 
- 
class ImportFolder extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
automation
String automation
An automation script to process each document before it is stored in the
 repository
 
- 
automationAfter
String automationAfter
An automation script to process the document after a single document has
 been processed
 
- 
barcodeTemplateId
Long barcodeTemplateId
 
- 
batch
long batch
 
- 
delImport
int delImport
 
- 
depth
int depth
 
- 
domain
String domain
 
- 
enabled
int enabled
 
- 
excludes
String excludes
 
- 
host
String host
 
- 
importEmpty
int importEmpty
 
- 
includes
String includes
 
- 
inheritRights
int inheritRights
 
- 
language
String language
 
- 
maxSize
Integer maxSize
 
- 
ocrTemplateId
Long ocrTemplateId
 
- 
password
String password
 
- 
path
String path
 
- 
port
String port
 
- 
preventDuplications
int preventDuplications
Before importing a new file it checks if it is the case to update the
 existing one in the same path
 
- 
provider
String provider
 
- 
recordHistory
int recordHistory
 
- 
startDate
Date startDate
Represents the timestamp of the minimum last modified date
 
- 
tags
String tags
 
- 
targetFolderId
Long targetFolderId
 
- 
templateId
Long templateId
 
- 
updatePolicy
int updatePolicy
 
- 
username
String username
 
 
 
- 
 
- 
class ImportFolderHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ImportFolderHistory extends com.logicaldoc.core.History implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
importFolderId
long importFolderId
 
 
 
- 
class ImportFoldersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ImportFolderServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class FtpFile extends org.apache.commons.net.ftp.FTPFile implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class LDAPServer extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class LDAPServersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class LDAPServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class OCRHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class OCRHistory extends com.logicaldoc.core.History implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
importFolderId
long importFolderId
 
 
 
- 
class OCRServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Report extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ReportControllerServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ReportsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ReportServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class RetentionPoliciesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class RetentionPoliciesServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class RetentionPolicy extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
action
int action
 
- 
dateOption
int dateOption
 
- 
enabled
int enabled
 
- 
folderId
Long folderId
Optional folder specification
 
- 
name
String name
 
- 
position
int position
 
- 
retentionDays
int retentionDays
Number of days after which the action must be taken
 
- 
templateId
Long templateId
Optional template specification
 
 
 
 
- 
- 
class SchemeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ShareFileCallback extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ShareFileDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ShareFileServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ExportKeystore extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class Keystore extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class SignServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class SplitServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Stamp extends com.logicaldoc.core.metadata.ExtensibleObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class StampImageServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class StampsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class StampServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class StampUsersDataServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class Syndication extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
date
Date date
 
- 
docId
long docId
 
- 
folderId
long folderId
 
 
 
- 
class SyndicationsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class SyndicationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class VIAServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class WebcontentUtil extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class WorkflowControllerServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
 
- 
- 
class WorkflowHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class WorkflowRightsDataServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class WorkflowsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class WorkflowTasksDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class WorkflowTriggersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
- serialVersionUID:
 
- -6288298207059937464L
 
 
 
- 
- 
class WorkflowHistory extends com.logicaldoc.core.History implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
instanceId
String instanceId
 
- 
taskDisplay
String taskDisplay
 
- 
taskId
String taskId
 
- 
taskName
String taskName
 
- 
templateId
long templateId
 
- 
templateVersion
int templateVersion
 
- 
transition
String transition
 
- 
workflowDisplay
String workflowDisplay
 
 
 
 
- 
- 
- serialVersionUID:
 
- -4093828529136586174L
 
 
- 
 
- 
 
- 
 
- 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
baseWorkflowModel
BaseWorkflowModel baseWorkflowModel
 
- 
finishedTransition
boolean finishedTransition
 
- 
onChosen
String onChosen
Contains the automation script executed when the transition is chosen
 
- 
points
String points
 
- 
terminatesParallelProcess
boolean terminatesParallelProcess
 
 
 
- 
 
- 
 
- 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
assignees
List<Assignee> assignees
 
- 
assignmentMessageTemplate
String assignmentMessageTemplate
 
- 
completionMessageTemplate
String completionMessageTemplate
 
- 
creationMessageTemplate
String creationMessageTemplate
 
- 
dueDateUnit
String dueDateUnit
 
- 
dueDateValue
Integer dueDateValue
 
- 
minNoteSize
Integer minNoteSize
If the requiredNote=1 this indicates an optional minimum size of the note
 text
 
- 
onAssignment
String onAssignment
Contains the automation script executed when the task is assigned
 
- 
onCompletion
String onCompletion
Contains the automation script executed when the task is completed
 
- 
onCreation
String onCreation
Contains the automation script executed when the task is created
 
- 
parallelProcessingSupported
boolean parallelProcessingSupported
 
- 
reminderMessageTemplate
String reminderMessageTemplate
 
- 
remindTimeUnit
String remindTimeUnit
 
- 
remindTimeValue
Integer remindTimeValue
 
- 
requiresNote
Integer requiresNote
If 1 it means that the user must enter a note when the he completes the
 task
 
- 
transitions
List<Transition> transitions
 
 
 
 
- 
- 
class WorkflowServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class WorkflowTemplate extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class WorkflowTrigger extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class ZohoAuthCallbackServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ZohoDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
 
- 
class ZohoServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
 
- 
- 
class OCRTemplate extends com.logicaldoc.core.PersistentObject implements 
Serializable 
- serialVersionUID:
 
- 1L
 
- 
Serialized Fields
- 
description
String description
 
- 
name
String name
Unique name of the template
 
- 
sample
String sample
Sample image displayed to the user in order to define the zones.
 
- 
saveChangeEvent
int saveChangeEvent
If a CHANGE event must be saved in the document's history
 
- 
template
com.logicaldoc.core.metadata.Template template
Each OCR template references a Template
 
 
 
- 
class OCRTemplateImageServlet extends javax.servlet.http.HttpServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class OCRTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ZonalOCRQueueDataServlet extends com.logicaldoc.web.data.IndexingQueueDataServlet implements 
Serializable 
- serialVersionUID:
 
- 1L
 
 
- 
class ZonalOCRServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements 
Serializable 
- serialVersionUID:
 
- 1L