Click or drag to resize

InternalService Class

Internal service for communication with other FileHold services.
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class InternalService : WebService

The InternalService type exposes the following members.

Constructors
  NameDescription
Public methodInternalService
Initializes a new instance of the InternalService class
Top
Methods
  NameDescription
Public methodCancelWorkflow
Public methodChangeDocumentType
Public methodCheckIn
Public methodCheckOutDocumentByDocumentId
Public methodCleanUpSnapshots
Clean up snapshots older than specific age.
Public methodCleanUpViewerCache
Public methodDigitalSignatureLogEvent
Public methodDocumentsLifecyclePolicy
Perform sheduled archvization, deletion and permanent deletion.
Public methodFillGroupNames
Add group names to AdamObjects table
Public methodGetAdamObjectExLibraryId
Public methodGetAdamObjectLibraryId
Public methodGetDocumentsBySnapshot
Public methodGetDocumentsCountWithSize
Public methodGetDocumentSystemDetails
Public methodGetExternalSignatureBaseUrl
Public methodGetFTSStatus
Public methodGetLibraryId(Guid)
Public methodGetLibraryId(Guid, Database, DbTransaction)
Public methodGetMergeFieldValue
This method is used to testing MergeFiled value generator mechanism
Public methodGetSystemTimeZone
Public methodGetUnindexedDocumentsInformations
Returns list of unindexed documents in the system for given version
Public methodGetUnindexedDocumentsList
Returns list of unindexed documents in the system (only latest versions)
Public methodGetUserObjects
Public methodGetWorkflowDocuments
Public methodGetWorkflowTasks
Public methodHandleExternalSignatureEvent
Public methodInvokeAction
Invoke an internal action from plug-in.
Public methodIsDigitalSignatureLogEnabled
Public methodIsSearchable
Return true if given document was indexed by FTS
Public methodProcessBatchJobs
Public methodProcessEmailAlerts
Process all alerts with the given frequency.
Public methodProcessEventNotification
Send notifications about scheduled events.
Public methodProcessImportationJobs
Process automatic document import jobs.
Public methodProcessImportationJobsCleanUp
Process automatic document import jobs.
Public methodProcessReminders
Process reminders for all users.
Public methodProcessTasksOverdue
Send notifications for overdue workflow tasks.
Public methodReindexAllDocuments
Rebuild the fulltext search index fol all documents.
Public methodRemoveADAMObjects
Public methodRemoveExpiredEasyPortalSessions
Public methodRunFtsPendingTask
Index pending documents.
Public methodRunOcrPendingTasks
Ocr pending documents.
Public methodSendConfirmationEmail
Public methodSendFTSErrorsEmails
Send notifications about FTS errors.
Public methodSendRejectionEmail
Public methodSendRestoreLoginEmail
Sends email with forgotten user id
Public methodSendRestorePasswordEmail
Sends email with restore password instructions
Public methodSendUserTypeChangeWarning
Public methodSynchronizeDBLookUpField
Public methodSynchronizeDBLookUpFields
Synchronize DB look up dropdown fields.
Public methodTaskCompleted
Public methodtestMethod
Public methodUnlockMarkups
Unlock markup files which are locked for more than specified number of minutes.
Public methodUpdateExternalSignature
Public methodUpdateFTSIndex
Public methodWrofklowCleanup
This method is obsolete.
Top
Extension Methods
See Also