Serialized Form
-
Package com.logicaldoc.ai
-
Exception Class com.logicaldoc.ai.AIException
class AIException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.AIModel
class AIModel extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.AIModelHistory
class AIModelHistory extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
modelId
long modelId
-
modelName
String modelName
-
-
Class com.logicaldoc.ai.Training
class Training extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cron
String cron
A cron expression to schedule recurrent trainings -
enabled
int enabled
If the scheduled training must be enabled or not -
epochs
int epochs
Number of training iterations -
lastTrained
Date lastTrained
The last time this task has been trained -
report
String report
A log with training report -
sampler
Sampler sampler
The sampler to use when training -
status
int status
The status of the training, 0 means idle
-
-
-
Package com.logicaldoc.ai.neural
-
Class com.logicaldoc.ai.neural.Evaluation
class Evaluation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confusionMatrixHTML
String confusionMatrixHTML
HTML representation of the confusion matrix -
confusionMatrixText
String confusionMatrixText
Simple Text representation of the confusion matrix -
lastEvaluated
Date lastEvaluated
The last time this task has been evaluated -
report
String report
Human readable description of the network performance -
status
int status
The status of the evaluation, 0 means idle
-
-
Class com.logicaldoc.ai.neural.NeuralNetwork
- serialVersionUID:
- 1L
-
Serialized Fields
-
activation
ActivationFunction activation
Default activation function used for those layers that does not specify one -
batch
int batch
Batch size, number of examples returned by the samples iterator when training this model -
categories
String categories
A comma separated list of all the admitted categories -
evaluation
Evaluation evaluation
-
features
String features
A comma separated list of feature names -
layers
List<NeuralNetworkLayer> layers
-
layersArray
List<NeuralNetworkLayer> layersArray
-
loss
LossFunction loss
The function used to measure the difference between the model's predictions and the actual target values -
seed
long seed
A number used as seed for the internal random numbers generator -
weightInit
WeightInitScheme weightInit
The algorithm to use to give initial value to all the weights
-
-
Class com.logicaldoc.ai.neural.NeuralNetworkLayer
class NeuralNetworkLayer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activation
ActivationFunction activation
-
name
String name
Name of the layer -
outputNodes
int outputNodes
Number of output nodes
-
-
-
Package com.logicaldoc.ai.nlp
-
Class com.logicaldoc.ai.nlp.Classifier
class Classifier extends NaturalLanguageModel implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.nlp.NaturalLanguageModel
- serialVersionUID:
- 1L
-
Serialized Fields
-
cutoff
int cutoff
A threshold value used during training to filter low-probability features. A lower value means more features are used; a higher value makes the model stricter. -
language
String language
the language of the training dataset (e.g., en). This helps the system load appropriate stop words and processing rules. -
ngramMax
int ngramMax
The maximum size of n-grams to include during training (e.g., 4 = up to 4-word sequences). -
ngramMin
int ngramMin
The minimum size of n-grams (word sequences) to consider during training (e.g., 2 = bigrams).
-
-
Class com.logicaldoc.ai.nlp.TokensDetector
class TokensDetector extends NaturalLanguageModel implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.ai.sampler
-
Class com.logicaldoc.ai.sampler.ChainSampler
class ChainSampler extends Sampler implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.sampler.CSVSampler
class CSVSampler extends StreamSampler implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.sampler.MetadataSampler
class MetadataSampler extends Sampler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
automation
String automation
An automation script used to extract a sample from a source document accessible via the dictionary key $document -
category
String category
Name of the extended attribute that contains the category, optional -
features
String features
Ordered comma-separated list name of extended attributes used to store the feature values -
source
List<com.logicaldoc.core.metadata.ExtensibleObject> source
-
-
Class com.logicaldoc.ai.sampler.ParagraphSampler
class ParagraphSampler extends StreamSampler implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.sampler.Sampler
class Sampler extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.sampler.StreamSampler
class StreamSampler extends Sampler implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.ai.web
-
Class com.logicaldoc.ai.web.AIChartServlet
class AIChartServlet extends com.logicaldoc.web.ChartServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.web.AIControllerServlet
class AIControllerServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.web.AIDataServlet
class AIDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ai.web.AIServiceImpl
class AIServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.audit
-
Class com.logicaldoc.audit.AuditServiceImpl
class AuditServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.audit.Subscription
class Subscription extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
color
String color
-
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 com.logicaldoc.audit.SubscriptionsDataServlet
class SubscriptionsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.barcode
-
Class com.logicaldoc.barcode.BarcodeGenerator
class BarcodeGenerator extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.barcode.BarcodeQueueDataServlet
class BarcodeQueueDataServlet extends com.logicaldoc.web.data.IndexingQueueDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.barcode.BarcodeServiceImpl
class BarcodeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.barcode.BarcodeSpec
class BarcodeSpec extends com.logicaldoc.core.imaging.ImageZone implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclude
String exclude
Regular expression used as exclusion filter -
formats
String formats
Comma separated list of admitted barcode types (eg: CODE_128,QR_CODE) -
include
String include
Regular expression used as inclusion filter -
patterns
String patterns
Comma separated list of patterns -
sample
String sample
The image cropped from the template sample -
sampleText
String sampleText
The text extracted from the sample
-
-
Class com.logicaldoc.barcode.BarcodeTemplate
class BarcodeTemplate extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
barcodeSpecs
List<BarcodeSpec> barcodeSpecs
-
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 aTemplate
-
zonal
int zonal
Indicates if this template is Zonal or Positional
-
-
Class com.logicaldoc.barcode.BarcodeTemplateImageServlet
class BarcodeTemplateImageServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.barcode.BarcodeTemplatesDataServlet
class BarcodeTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.calendar
-
Class com.logicaldoc.calendar.Attendee
class Attendee extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.calendar.CalendarEventsDataServlet
class CalendarEventsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.calendar.CalendarEventSearchCriteria
class CalendarEventSearchCriteria extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
end
Date end
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) -
start
Date start
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 com.logicaldoc.calendar.CalendarHistory
class CalendarHistory extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventId
long eventId
-
externalId
String externalId
-
-
Class com.logicaldoc.calendar.CalendarServiceImpl
class CalendarServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.calendar.Event
class Event extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attendees
Set<Attendee> attendees
-
automation
String automation
Optional automation code to execute at each reminder -
deadline
Date deadline
The deadline in case of frequency is > 0 -
description
String description
-
documents
Set<com.logicaldoc.core.document.Document> documents
-
end
Date end
When the event is supposed to end -
frequency
int frequency
The frequency of this event: 1=daily, 7=weekly, 30=monthly ... -
iCalendar
int iCalendar
Flag to send iCalendar notifications -
location
String location
-
organizer
String organizer
-
organizerId
long organizerId
-
parentId
Long parentId
-
reminders
List<Reminder> reminders
-
start
Date start
When the event starts -
status
int status
-
subType
String subType
-
title
String title
-
type
String type
-
-
Class com.logicaldoc.calendar.EventReference
class EventReference extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.calendar.Reminder
class Reminder extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.chat
-
Class com.logicaldoc.chat.ChatMessage
class ChatMessage extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.chat.ChatMessagesDataServlet
class ChatMessagesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.chat.ChatServiceImpl
class ChatServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.chatgpt
-
Class com.logicaldoc.chatgpt.ChatGPTServiceImpl
class ChatGPTServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.comparison
-
Class com.logicaldoc.comparison.ComparatorsDataServlet
class ComparatorsDataServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.comparison.ComparisonServlet
class ComparisonServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.conversion
-
Class com.logicaldoc.conversion.Convert
class Convert extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.conversion.ConvertJpg
class ConvertJpg extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.conversion.ConvertPdf
class ConvertPdf extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.core.security
-
Class com.logicaldoc.core.security.AccessControlEntry
class AccessControlEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
groupId
long groupId
-
read
int read
-
write
int write
-
-
Class com.logicaldoc.core.security.Client
class Client extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.core.security.Device
class Device extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.core.security.ExtendedAccessControlEntry
class ExtendedAccessControlEntry extends com.logicaldoc.core.security.AccessControlEntry implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
archive
int archive
-
automation
int automation
-
calendar
int calendar
-
customid
int customid
-
delete
int delete
-
download
int download
-
email
int email
-
immutable
int immutable
-
move
int move
-
password
int password
-
preview
int preview
-
print
int print
-
readingreq
int readingreq
-
rename
int rename
-
security
int security
-
sign
int sign
-
subscription
int subscription
-
workflow
int workflow
-
-
Class com.logicaldoc.core.security.Session
class Session extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
client
com.logicaldoc.core.security.Client client
-
decodedKey
String decodedKey
-
finished
Date finished
-
key
String key
-
keyLabel
String keyLabel
-
lastRenew
Date lastRenew
-
node
String node
-
sid
String sid
-
status
int status
-
tenantId
long tenantId
-
tenantName
String tenantName
-
unprotectedDocs
Map<Long,
String> unprotectedDocs -
user
com.logicaldoc.core.security.user.User user
-
username
String username
-
-
Class com.logicaldoc.core.security.SessionManager
class SessionManager extends ConcurrentHashMap<String,com.logicaldoc.core.security.Session> implements Serializable - serialVersionUID:
- 1L
-
Class com.logicaldoc.core.security.Tenant
class Tenant extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
city
String city
-
country
String country
-
displayName
String displayName
-
email
String email
-
enabled
int enabled
-
expire
Date expire
-
maxGuests
Integer maxGuests
-
maxRepoDocs
Long maxRepoDocs
-
maxRepoSize
Long maxRepoSize
-
maxSessions
Integer maxSessions
-
maxUsers
Integer maxUsers
-
name
String name
-
postalCode
String postalCode
-
quotaAlertRecipients
String quotaAlertRecipients
-
quotaThreshold
Integer quotaThreshold
-
state
String state
-
street
String street
-
telephone
String telephone
-
type
int type
-
-
-
Package com.logicaldoc.core.security.authentication
-
Exception Class com.logicaldoc.core.security.authentication.AccountDisabledException
class AccountDisabledException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.AccountExpiredException
class AccountExpiredException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
date
Date date
-
-
Exception Class com.logicaldoc.core.security.authentication.AccountInactiveException
class AccountInactiveException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
days
int days
-
-
Exception Class com.logicaldoc.core.security.authentication.AccountNotFoundException
class AccountNotFoundException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.AccountTypeNotAllowedException
class AccountTypeNotAllowedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.ApiKeyBlockedException
class ApiKeyBlockedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.AuthenticationException
class AuthenticationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.InvalidSessionException
class InvalidSessionException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sid
String sid
-
-
Exception Class com.logicaldoc.core.security.authentication.IPBlockedException
class IPBlockedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.OutsideWorkingTimeException
class OutsideWorkingTimeException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.PasswordAlreadyUsedException
class PasswordAlreadyUsedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
date
Date date
-
-
Exception Class com.logicaldoc.core.security.authentication.PasswordExpiredException
class PasswordExpiredException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.PasswordWeakException
class PasswordWeakException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.UsernameBlockedException
class UsernameBlockedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.core.security.authentication.WrongPasswordException
class WrongPasswordException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.docusign
-
Class com.logicaldoc.docusign.DocuSignCallback
class DocuSignCallback extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.docusign.DocuSignEnvelopesDataServlet
class DocuSignEnvelopesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.docusign.DocuSignServiceImpl
class DocuSignServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.email
-
Class com.logicaldoc.email.EmailAccount
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 -
automationEnd
String automationEnd
An automation script invoked at the end of the crawling -
clientId
String clientId
In case of OAuth authentication, this field stores the client id -
clientSecret
String clientSecret
In case of OAuth authentication, this field stores the client secret -
clientTenant
String clientTenant
In case of OAuth authentication, this field stores the tenant information -
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
-
rules
List<EmailRule> rules
-
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 com.logicaldoc.email.EmailCache
- serialVersionUID:
- 1L
-
Class com.logicaldoc.email.EmailRule
class EmailRule extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.email.web
-
Class com.logicaldoc.email.web.EmailAccountsDataServlet
class EmailAccountsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.email.web.EmailAccountServiceImpl
class EmailAccountServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise
-
Class com.logicaldoc.enterprise.EnterpriseInfoService
class EnterpriseInfoService extends com.logicaldoc.web.service.InfoServiceImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.EnterpriseSecurityService
class EnterpriseSecurityService extends com.logicaldoc.web.service.SecurityServiceImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.EnterpriseTagService
class EnterpriseTagService extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.archiving
-
Class com.logicaldoc.enterprise.archiving.ArchivedDocsDataServlet
class ArchivedDocsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.automation
-
Class com.logicaldoc.enterprise.automation.AutomationRoutine
class AutomationRoutine extends com.logicaldoc.core.metadata.ExtensibleObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.logicaldoc.enterprise.automation.AutomationRoutineAclDataServlet
class AutomationRoutineAclDataServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.automation.AutomationRoutinesDataServlet
class AutomationRoutinesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.automation.AutomationServiceImpl
class AutomationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.automation.AutomationTrigger
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 com.logicaldoc.enterprise.automation.AutomationTriggersDataServlet
class AutomationTriggersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.branding
-
Class com.logicaldoc.enterprise.branding.Branding
class Branding extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
banner
String banner
-
bottom
String bottom
-
bugs
String bugs
-
css
String css
-
evaluation
String evaluation
-
favicon
String favicon
-
footer
String footer
-
forum
String forum
-
head
String head
-
help
String help
-
logo
String logo
-
logoHead
String logoHead
-
logoHeadOem
String logoHeadOem
-
logoMenu
String logoMenu
-
logoOem
String logoOem
-
product
String product
-
productName
String productName
-
sales
String sales
-
skin
String skin
-
support
String support
-
top
String top
-
url
String url
-
vendor
String vendor
-
vendorAddress
String vendorAddress
-
vendorCap
String vendorCap
-
vendorCity
String vendorCity
-
vendorCountry
String vendorCountry
-
-
Class com.logicaldoc.enterprise.branding.ExportBranding
class ExportBranding extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.branding.SkinsDataServlet
class SkinsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.bulkcheckout
-
Class com.logicaldoc.enterprise.bulkcheckout.BulkCheckoutApplication
class BulkCheckoutApplication extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.bulkcheckout.BulkCheckoutPanel
class BulkCheckoutPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.bulkcheckout.BulkCheckoutPanel.EntryModel
class EntryModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
panel
BulkCheckoutPanel panel
-
-
-
Package com.logicaldoc.enterprise.cluster
-
Class com.logicaldoc.enterprise.cluster.ChannelsDataServlet
class ChannelsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.cluster.ClusterHits
class ClusterHits extends com.logicaldoc.core.searchengine.Hits implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
count
long count
-
elapsedTime
long elapsedTime
-
estimatedCount
long estimatedCount
-
-
Class com.logicaldoc.enterprise.cluster.ClusterServiceImpl
class ClusterServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.cluster.Node
class Node extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Class com.logicaldoc.enterprise.cluster.Payload
class Payload extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.cluster.PropertiesDataServlet
class PropertiesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.cluster.ScopedContextProperties
class ScopedContextProperties extends com.logicaldoc.util.config.ContextProperties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tenantId
long tenantId
-
-
Class com.logicaldoc.enterprise.cluster.StatusServlet
class StatusServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.dropspot
-
Class com.logicaldoc.enterprise.dropspot.DropSpotUploadServlet
class DropSpotUploadServlet extends com.logicaldoc.web.UploadServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.duplicate
-
Class com.logicaldoc.enterprise.duplicate.DuplicatesDataServlet
class DuplicatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.folder
-
Class com.logicaldoc.enterprise.folder.EnterpriseFolderService
class EnterpriseFolderService extends com.logicaldoc.web.service.FolderServiceImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.folder.FolderTemplatesDataServlet
class FolderTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.gui.view.client
-
Class com.logicaldoc.enterprise.gui.view.client.GUITicket
class GUITicket extends Object implements Serializable- 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
-
-
-
Package com.logicaldoc.enterprise.gui.view.server
-
Class com.logicaldoc.enterprise.gui.view.server.ViewServiceImpl
class ViewServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.license
-
Class com.logicaldoc.enterprise.license.ActivableFeaturesDataServlet
class ActivableFeaturesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.license.FeatureNotEnabledException
class FeatureNotEnabledException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.office
-
Class com.logicaldoc.enterprise.office.EditInOffice
class EditInOffice extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.reading
-
Class com.logicaldoc.enterprise.reading.ReadingRequest
class ReadingRequest extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alertConfirmation
int alertConfirmation
-
confirmed
Date confirmed
-
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 com.logicaldoc.enterprise.reading.ReadingRequestsDataServlet
class ReadingRequestsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.reading.ReadingRequestServiceImpl
class ReadingRequestServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.search
-
Class com.logicaldoc.enterprise.search.Criterion
class Criterion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
composition
String composition
-
dateValue
Date dateValue
-
doubleValue
Double doubleValue
-
extendedAttribute
boolean extendedAttribute
-
field
String field
-
fieldName
String fieldName
-
longValue
Long longValue
-
operator
String operator
-
parentPathDescr
String parentPathDescr
-
showFolderSelector
boolean showFolderSelector
-
stringValue
String stringValue
-
type
int type
-
-
Class com.logicaldoc.enterprise.search.EnterpriseSearchService
class EnterpriseSearchService extends com.logicaldoc.web.service.SearchServiceImpl implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.search.ParametricSearchOptions
class ParametricSearchOptions extends com.logicaldoc.core.searchengine.SearchOptions implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.search.SavedSearchesDataServlet
class SavedSearchesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.security.exception
-
Exception Class com.logicaldoc.enterprise.security.exception.ClientNotAllowedException
class ClientNotAllowedException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.InvalidLicenseException
class InvalidLicenseException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.MaxGuestsException
class MaxGuestsException extends QuotaException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.MaxSessionsException
class MaxSessionsException extends QuotaException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.MaxTenantsException
class MaxTenantsException extends QuotaException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.MaxUsersException
class MaxUsersException extends QuotaException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.QuotaException
class QuotaException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.TenantDisabledException
class TenantDisabledException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.enterprise.security.exception.WrongKeyException
class WrongKeyException extends com.logicaldoc.core.security.authentication.AuthenticationException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.security.twofactorsauth
-
Class com.logicaldoc.enterprise.security.twofactorsauth.TwoFactorsAuthenticationServiceImpl
class TwoFactorsAuthenticationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.tenant
-
Class com.logicaldoc.enterprise.tenant.TenantsDataServlet
class TenantsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.tenant.TenantServiceImpl
class TenantServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.update
-
Class com.logicaldoc.enterprise.update.UpdateServiceImpl
class UpdateServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.update.UpdateStatus
class UpdateStatus extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Package com.logicaldoc.enterprise.usage
-
Class com.logicaldoc.enterprise.usage.SystemUsageChartServlet
class SystemUsageChartServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.usage.SystemUsageDataServlet
class SystemUsageDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.enterprise.webservice.model
-
Class com.logicaldoc.enterprise.webservice.model.WSCriterion
class WSCriterion extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.enterprise.webservice.model.WSReadingRequest
class WSReadingRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alertConfirmation
int alertConfirmation
-
confirmed
Date confirmed
-
docId
long docId
-
fileName
String fileName
-
fileVersion
String fileVersion
-
id
long id
-
requestComment
String requestComment
-
requestorId
long requestorId
-
requestorLogin
String requestorLogin
-
requestorName
String requestorName
-
userId
long userId
-
userLogin
String userLogin
-
username
String username
-
-
Class com.logicaldoc.enterprise.webservice.model.WSTask
class WSTask extends Object implements Serializable- 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 com.logicaldoc.enterprise.webservice.model.WSTenant
class WSTenant extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
city
String city
-
country
String country
-
displayName
String displayName
-
email
String email
-
enabled
int enabled
-
expire
String expire
-
id
long id
-
lastModified
String lastModified
-
maxRepoDocs
Long maxRepoDocs
-
maxRepoSize
Long maxRepoSize
Maximum repository's size expressed in MB -
maxSessions
Integer maxSessions
-
maxUsers
Integer maxUsers
-
name
String name
-
postalCode
String postalCode
-
state
String state
-
street
String street
-
telephone
String telephone
-
type
int type
-
-
-
Package com.logicaldoc.form
-
Class com.logicaldoc.form.Form
class Form extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
backgroundColor
String backgroundColor
-
collectEmails
int collectEmails
-
columns
int columns
-
confirmation
String confirmation
The confirmation message -
content
String content
The body used to render the final document -
css
String css
Special CSS to use to render the content -
description
String description
-
editAfterSubmit
int editAfterSubmit
-
footer
String footer
-
formId
String formId
An alternative unique identifier of the form -
headerImage
String headerImage
The image to put in the header of the web form -
name
String name
-
notifyResponses
int notifyResponses
Flag to enable/disable the notification of the new responses -
recipients
Set<com.logicaldoc.core.security.user.User> recipients
The users that will receive the notification of new responses -
statChartWidth
int statChartWidth
Width of the statistic chart -
targetFolderId
Long targetFolderId
Identifier of the target folder that will receive the submissions via web -
templateId
long templateId
-
title
String title
-
webCss
String webCss
The CSS to use in the web form -
webEnabled
int webEnabled
-
width
int width
-
-
Class com.logicaldoc.form.FormChartServlet
class FormChartServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.form.FormResponsesDataServlet
class FormResponsesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.form.FormsDataServlet
class FormsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.form.FormServiceImpl
class FormServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.form.webservice.model
-
Class com.logicaldoc.form.webservice.model.WSForm
class WSForm extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
backgroundColor
String backgroundColor
-
collectEmails
int collectEmails
-
columns
int columns
-
confirmation
String confirmation
The confirmation message -
content
String content
-
css
String css
-
editAfterSubmit
int editAfterSubmit
-
formId
String formId
An alternative unique identifier of the form -
id
long id
-
name
String name
-
notifyResponses
int notifyResponses
Flag to enable/disable the notification of the new responses -
recipients
Long[] recipients
-
statChartWidth
int statChartWidth
Width of the statistic chart -
targetFolderId
Long targetFolderId
Identifier of the target folder that will receive the submissions via web -
templateId
long templateId
-
webCss
String webCss
The CSS to use in the web form -
webEnabled
int webEnabled
-
width
int width
-
-
-
Package com.logicaldoc.google
-
Class com.logicaldoc.google.GoogleOauthCallbackServlet
class GoogleOauthCallbackServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.google.GoogleServiceImpl
class GoogleServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.impex
-
Class com.logicaldoc.impex.Archive
class Archive extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
closerId
Long closerId
-
closerName
String closerName
-
closure
Date closure
-
creatorId
long creatorId
-
creatorName
String creatorName
-
description
String description
-
entries
Set<com.logicaldoc.core.document.Version> entries
-
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 store. When it is "store", it will be signed and marked temporally.- See Also:
-
-
Class com.logicaldoc.impex.ArchiveCache
- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.ArchivesDataServlet
class ArchivesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.ImpexFoldersDataServlet
class ImpexFoldersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.ImpexServiceImpl
class ImpexServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.IncrementalArchivesDataServlet
class IncrementalArchivesDataServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.IndexVersion
class IndexVersion extends com.logicaldoc.core.document.Version implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.impex.application
-
Class com.logicaldoc.impex.application.BrowsePanel
class BrowsePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveDescValue
JLabel archiveDescValue
-
archiveDocsNumValue
JLabel archiveDocsNumValue
-
archiveIdValue
JLabel archiveIdValue
-
archiveNameValue
JLabel archiveNameValue
-
archiveSizeValue
JLabel archiveSizeValue
-
archiveTypeValue
JLabel archiveTypeValue
-
archVersValue
JLabel archVersValue
-
closedByValue
JLabel closedByValue
-
closedOnValue
JLabel closedOnValue
-
createdByValue
JLabel createdByValue
-
createdOnValue
JLabel createdOnValue
-
progVersValue
JLabel progVersValue
-
queryMessageFrame
JFrame queryMessageFrame
-
table
JTable table
-
-
Class com.logicaldoc.impex.application.DocInfoPanel
class DocInfoPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
creationDateValue
JLabel creationDateValue
-
creatorValue
JLabel creatorValue
-
customAttributeTable
JTable customAttributeTable
-
customIdValue
JLabel customIdValue
-
dateValue
JLabel dateValue
-
digestValue
JLabel digestValue
-
docInfoTitle
JLabel docInfoTitle
-
document
IndexVersion document
-
filenameValue
JLabel filenameValue
-
folderValue
JLabel folderValue
-
idValue
JLabel idValue
-
langValue
JLabel langValue
-
pathInfoValue
JLabel pathInfoValue
-
publisherValue
JLabel publisherValue
-
signedValue
JLabel signedValue
-
sizeValue
JLabel sizeValue
-
tagsValue
JLabel tagsValue
-
templateValue
JLabel templateValue
-
typeValue
JLabel typeValue
-
versionValue
JLabel versionValue
-
-
Class com.logicaldoc.impex.application.DocInfoPanel.MyTableModel
class MyTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columns
String[] columns
-
rows
String[][] rows
-
version
IndexVersion version
-
-
Class com.logicaldoc.impex.application.DocumentTableModel
class DocumentTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
columnNames
String[] columnNames
-
df
DateFormat df
-
documents
List<IndexVersion> documents
-
-
Class com.logicaldoc.impex.application.QueryMessagePanel
class QueryMessagePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.impex.application.SearchLine
class SearchLine extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
compositionComboBox
JComboBox<Item> compositionComboBox
-
criterion
Criterion criterion
-
field
String field
-
fieldComboBox
JComboBox<Item> fieldComboBox
-
operatorComboBox
JComboBox<Item> operatorComboBox
-
searchPanel
SearchPanel searchPanel
-
type
int type
-
valueComboBox
JComboBox<Item> valueComboBox
-
valueTextField
JTextField valueTextField
-
-
Class com.logicaldoc.impex.application.SearchPanel
class SearchPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
linesPanel
JPanel linesPanel
-
linesScrollPanel
JScrollPane linesScrollPanel
-
maxResultsField
JTextField maxResultsField
-
searchErrors
String searchErrors
-
templatesComboBox
JComboBox<Item> templatesComboBox
-
-
-
Package com.logicaldoc.importfolder
-
Class com.logicaldoc.importfolder.ImportFolder
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 -
automationEnd
String automationEnd
An automation script called after the end of the whole import session -
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 com.logicaldoc.importfolder.ImportFolderCache.CacheEntry
class CacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.importfolder.ImportFolderHistory
class ImportFolderHistory extends com.logicaldoc.core.document.AbstractDocumentHistory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
color
String color
-
importFolderId
long importFolderId
-
-
-
Package com.logicaldoc.importfolder.helper.ftp
-
Class com.logicaldoc.importfolder.helper.ftp.FtpFile
class FtpFile extends org.apache.commons.net.ftp.FTPFile implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
path
String path
-
wrappedFile
org.apache.commons.net.ftp.FTPFile wrappedFile
-
-
-
Package com.logicaldoc.importfolder.web
-
Class com.logicaldoc.importfolder.web.ImportFolderHistoriesDataServlet
class ImportFolderHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.importfolder.web.ImportFoldersDataServlet
class ImportFoldersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.importfolder.web.ImportFolderServiceImpl
class ImportFolderServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.ldap
-
Class com.logicaldoc.ldap.LDAPServer
class LDAPServer extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anon
int anon
-
defaultGroups
String defaultGroups
Comma separated list of group names to assign to newly imported users -
enabled
int enabled
-
groupClass
String groupClass
-
groupExcludes
String groupExcludes
-
groupIdAttr
String groupIdAttr
-
groupIncludes
String groupIncludes
-
groupNodes
String groupNodes
-
keepLocalMemberships
int keepLocalMemberships
-
language
String language
-
logonAttr
String logonAttr
-
pageSize
Integer pageSize
-
password
String password
-
position
int position
-
realm
String realm
-
syncTtl
Integer syncTtl
-
timeout
int timeout
Connection timeout in seconds; -
url
String url
-
userClass
String userClass
-
userExcludes
String userExcludes
-
userIdAttr
String userIdAttr
-
userIncludes
String userIncludes
-
username
String username
-
userNodes
String userNodes
-
userType
int userType
-
validation
String validation
Automation script executed to decide if a user must be accepted or not. You find theLDAPUser
as variable ldapUser in the dictionary
-
-
Class com.logicaldoc.ldap.LDAPServersDataServlet
class LDAPServersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ldap.LDAPServiceImpl
class LDAPServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.ocr
-
Class com.logicaldoc.ocr.OCRHistoriesDataServlet
class OCRHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ocr.OCRHistory
class OCRHistory extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.ocr.OCRServiceImpl
class OCRServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.onlyoffice
-
Class com.logicaldoc.onlyoffice.OnlyOfficeServiceImpl
class OnlyOfficeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.onlyoffice.controllers
-
Class com.logicaldoc.onlyoffice.controllers.OnlyOfficeEditor
class OnlyOfficeEditor extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 7982449398452850052L
-
Class com.logicaldoc.onlyoffice.controllers.OnlyOfficeIndex
class OnlyOfficeIndex extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 6515971809987514671L
-
-
Package com.logicaldoc.report
-
Class com.logicaldoc.report.Report
class Report extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
design
String design
The XML design of the report -
enabled
int enabled
-
lastRun
Date lastRun
-
log
String log
The log of the last execution -
name
String name
-
outputDocId
Long outputDocId
-
outputFolderId
long outputFolderId
-
outputFormat
String outputFormat
-
status
int status
-
updatePolicy
int updatePolicy
-
-
Class com.logicaldoc.report.ReportControllerServlet
class ReportControllerServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.report.ReportsDataServlet
class ReportsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.report.ReportServiceImpl
class ReportServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.retention
-
Class com.logicaldoc.retention.RetentionPoliciesDataServlet
class RetentionPoliciesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.retention.RetentionPoliciesServiceImpl
class RetentionPoliciesServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.retention.RetentionPolicy
class RetentionPolicy extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
-
Package com.logicaldoc.robot
-
Class com.logicaldoc.robot.Robot
class Robot extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
answers
Map<String,
String> answers A map of automation routines with response logic for each category -
avatar
String avatar
-
classifier
Classifier classifier
-
description
String description
A generic description -
enabled
int enabled
If the robot is enabled -
label
String label
Display name of the robot -
name
String name
Name of the robot, unique in the same tenant -
tokensDetector
TokensDetector tokensDetector
-
-
Exception Class com.logicaldoc.robot.RobotException
class RobotException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.robot.RobotHistory
class RobotHistory extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
robotId
long robotId
-
robotName
String robotName
-
-
-
Package com.logicaldoc.robot.web
-
Class com.logicaldoc.robot.web.RobotsDataServlet
class RobotsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.robot.web.RobotServiceImpl
class RobotServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.saml
-
Class com.logicaldoc.saml.SamlController
class SamlController extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.saml.SamlServiceImpl
class SamlServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.scheme
-
Class com.logicaldoc.scheme.SchemeServiceImpl
class SchemeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.sharefile
-
Package com.logicaldoc.sign
-
Class com.logicaldoc.sign.ExportKeystore
class ExportKeystore extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.sign.Keystore
class Keystore extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
byte[] content
-
organizationAlias
String organizationAlias
-
organizationDN
String organizationDN
-
organizationExpire
Date organizationExpire
-
password
String password
-
signOpacity
int signOpacity
-
signText
String signText
Dynamic content of the text to display in case of visual representation -
signVisual
int signVisual
-
signWidth
String signWidth
-
signX
String signX
-
signY
String signY
-
validity
int validity
-
-
Class com.logicaldoc.sign.SignServiceImpl
class SignServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.split
-
Class com.logicaldoc.split.SplitServiceImpl
class SplitServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.stamp
-
Class com.logicaldoc.stamp.Stamp
class Stamp extends com.logicaldoc.core.metadata.ExtensibleObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessControlList
Set<com.logicaldoc.core.security.AccessControlEntry> accessControlList
-
attributes
Map<String,
com.logicaldoc.core.metadata.Attribute> attributes -
barcodeFormat
String barcodeFormat
-
barcodeLabel
int barcodeLabel
-
color
String color
-
description
String description
-
enabled
int enabled
-
exprH
String exprH
-
exprW
String exprW
-
exprX
String exprX
-
exprY
String exprY
-
font
String font
The path to a font file to be used in case of stamp of typeStamp.TYPE_TEXT
. If this is null the system helvetica font will be used -
image
String image
The image of the stamp -
imageHeight
int imageHeight
-
imageWidth
int imageWidth
-
name
String name
-
opacity
int opacity
-
pageOption
int pageOption
-
pageSelection
String pageSelection
-
rotation
int rotation
-
size
int size
-
template
com.logicaldoc.core.metadata.Template template
-
text
String text
-
type
int type
-
-
Class com.logicaldoc.stamp.StampAclDataServlet
class StampAclDataServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.stamp.StampImageServlet
class StampImageServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.stamp.StampsDataServlet
class StampsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.stamp.StampServiceImpl
class StampServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.syndication
-
Class com.logicaldoc.syndication.Syndication
class Syndication extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
apiKey
String apiKey
-
batch
long batch
-
enabled
int enabled
-
excludes
String excludes
-
includes
String includes
-
maxPacketSize
long maxPacketSize
-
name
String name
-
password
String password
-
replicateCustomId
int replicateCustomId
-
sourceFolderId
long sourceFolderId
-
startDate
Date startDate
Represents the timestamp of the minimum last modified date -
targetPath
String targetPath
-
timeout
int timeout
-
url
String url
-
username
String username
-
-
Class com.logicaldoc.syndication.SyndicationCache.CacheEntry
class CacheEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
date
Date date
-
docId
long docId
-
folderId
long folderId
-
-
Class com.logicaldoc.syndication.SyndicationsDataServlet
class SyndicationsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.syndication.SyndicationServiceImpl
class SyndicationServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.webcontent
-
Class com.logicaldoc.webcontent.WebcontentUtil
class WebcontentUtil extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.webform
-
Class com.logicaldoc.webform.WebformServiceImpl
class WebformServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.workflow.action
-
Class com.logicaldoc.workflow.action.TaskAssignmentListener
class TaskAssignmentListener extends BaseListener implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
messageTemplate
org.activiti.engine.delegate.Expression messageTemplate
-
-
Class com.logicaldoc.workflow.action.TaskCompletionListener
class TaskCompletionListener extends TaskCreationListener implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.action.TaskCreationListener
class TaskCreationListener extends BaseListener implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultMessageTemplateName
String defaultMessageTemplateName
-
messageTemplate
org.activiti.engine.delegate.Expression messageTemplate
-
-
Class com.logicaldoc.workflow.action.TransitionListener
class TransitionListener extends BaseListener implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.action.WorkflowEndListener
class WorkflowEndListener extends BaseListener implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.workflow.exception
-
Exception Class com.logicaldoc.workflow.exception.WorkflowException
class WorkflowException extends RuntimeException implements Serializable- serialVersionUID:
- -6288298207059937464L
-
Exception Class com.logicaldoc.workflow.exception.WorkflowValidationException
class WorkflowValidationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.workflow.history
-
Class com.logicaldoc.workflow.history.WorkflowHistory
class WorkflowHistory extends com.logicaldoc.core.history.History implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
docId
Long docId
-
document
com.logicaldoc.core.document.AbstractDocument document
-
filename
String filename
-
folderId
Long folderId
-
instanceId
String instanceId
-
taskDisplay
String taskDisplay
-
taskId
String taskId
-
taskName
String taskName
-
templateId
long templateId
-
templateVersion
int templateVersion
-
transition
String transition
-
workflowDisplay
String workflowDisplay
-
-
-
Package com.logicaldoc.workflow.model
-
Class com.logicaldoc.workflow.model.Assignee
class Assignee extends Object implements Serializable- serialVersionUID:
- -4093828529136586174L
-
Class com.logicaldoc.workflow.model.BaseWorkflowModel
class BaseWorkflowModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.model.EndState
class EndState extends BaseWorkflowModel implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.model.Fork
class Fork extends BaseWorkflowModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
workflowTasks
List<WorkflowTask> workflowTasks
-
-
Class com.logicaldoc.workflow.model.Join
class Join extends BaseWorkflowModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
destination
BaseWorkflowModel destination
-
-
Class com.logicaldoc.workflow.model.Transition
class Transition extends BaseWorkflowModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
baseWorkflowModel
BaseWorkflowModel baseWorkflowModel
-
finishedTransition
boolean finishedTransition
-
minNoteSize
Integer minNoteSize
If the requiredNote=1 this indicates an optional minimum size of the note text -
onChosen
String onChosen
Contains the automation script executed when the transition is chosen -
points
String points
-
requiresNote
Integer requiresNote
If 1 it means that the user must enter a note when the he completes the task -
terminatesParallelProcess
boolean terminatesParallelProcess
-
-
Class com.logicaldoc.workflow.model.WorkflowDefinition
class WorkflowDefinition extends BaseWorkflowModel implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
color
String color
-
description
String description
-
label
String label
-
name
String name
-
startState
String startState
-
supervisor
String supervisor
Comma separated list of usernames that represent the supervisors of this workflow. -
transitions
List<Transition> transitions
-
version
int version
-
workflowComponents
List<BaseWorkflowModel> workflowComponents
-
-
Exception Class com.logicaldoc.workflow.model.WorkflowModelException
class WorkflowModelException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.model.WorkflowTask
class WorkflowTask extends BaseWorkflowModel implements Serializable- 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 -
onOverdue
String onOverdue
Contains the automation script executed when the task overdues -
onValidation
String onValidation
Contains the automation script executed to validate the conditions before taking whatever transition -
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
-
-
-
Package com.logicaldoc.workflow.template
-
Class com.logicaldoc.workflow.template.WorkflowTemplate
class WorkflowTemplate extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessControlList
Set<com.logicaldoc.core.security.AccessControlEntry> accessControlList
-
color
String color
-
date
Date date
-
deployed
int deployed
-
description
String description
-
label
String label
-
name
String name
-
scheme
String scheme
The XML definition of the deployed scheme -
schemeDraft
String schemeDraft
The XML definition of the currently edited scheme -
startState
String startState
-
version
int version
-
-
-
Package com.logicaldoc.workflow.trigger
-
Class com.logicaldoc.workflow.trigger.WorkflowTrigger
class WorkflowTrigger extends com.logicaldoc.core.PersistentObject implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.workflow.web
-
Class com.logicaldoc.workflow.web.WorkflowAclDataServlet
class WorkflowAclDataServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowControllerServlet
class WorkflowControllerServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowHistoriesDataServlet
class WorkflowHistoriesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowsDataServlet
class WorkflowsDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowServiceImpl
class WorkflowServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowTasksDataServlet
class WorkflowTasksDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.workflow.web.WorkflowTriggersDataServlet
class WorkflowTriggersDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.zoho
-
Class com.logicaldoc.zoho.ZohoAuthCallbackServlet
class ZohoAuthCallbackServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zoho.ZohoDataServlet
class ZohoDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.logicaldoc.zoho.ZohoException
class ZohoException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zoho.ZohoServiceImpl
class ZohoServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
-
Package com.logicaldoc.zonalocr
-
Class com.logicaldoc.zonalocr.OCRTemplate
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 aTemplate
-
zones
Map<String,
Zone> zones The map of all the zones, the keys reflect the names of the extended attributes defined by thetemplate
-
-
Class com.logicaldoc.zonalocr.OCRTemplateImageServlet
class OCRTemplateImageServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zonalocr.OCRTemplatesDataServlet
class OCRTemplatesDataServlet extends com.logicaldoc.web.data.AbstractDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zonalocr.ZonalOCRQueueDataServlet
class ZonalOCRQueueDataServlet extends com.logicaldoc.web.data.IndexingQueueDataServlet implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zonalocr.ZonalOCRServiceImpl
class ZonalOCRServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements Serializable- serialVersionUID:
- 1L
-
Class com.logicaldoc.zonalocr.Zone
class Zone extends com.logicaldoc.core.imaging.ImageZone implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
decimalSeparator
String decimalSeparator
The decimal separator used in case of numbers -
format
String format
An optional format used to parse the value -
groupingSeparator
String groupingSeparator
The grouping separator used in case of numbers -
language
String language
The language in which the zone content is written -
parsing
String parsing
Automation script that will be invoked to parse the value -
sample
String sample
The image cropped from the template sample -
sampleText
String sampleText
The text extracted from the sample
-
-