InternalService Class

Internal service for communication with other FileHold services.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/internalservice/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class InternalService : WebService
Inheritance
Object    MarshalByValueComponent    WebService    InternalService

Constructors

InternalServiceInitializes a new instance of the InternalService class

Methods

CancelWorkflow 
ChangeDocumentType 
CheckIn 
CheckOutDocumentByDocumentId 
CleanUpSnapshots Clean up snapshots
CleanUpViewerCache 
DigitalSignatureLogEvent 
DocumentsLifecyclePolicyEvents 
DocumentsLifecyclePolicyPermanentDelete Perform sheduled archvization, deletion and permanent deletion.
FillGroupNames Add group names to AdamObjects table
GetAdamObjectExLibraryId 
GetAdamObjectLibraryId 
GetDocumentsBySnapshot 
GetDocumentsCountWithSize 
GetDocumentSystemDetails 
GetExternalSignatureBaseUrl 
GetFTSStatus 
GetLibraryId(Guid) 
GetLibraryId(Guid, Database, DbTransaction) 
GetLifecycleDeleteQueueStatistic 
GetLifecycleEventProperties 
GetLifecycleEventStatistic 
GetMergeFieldValue This method is used to testing MergeFiled value generator mechanism
GetSystemTimeZone 
GetUnindexedDocumentsInformations Returns list of unindexed documents in the system for given version
GetUnindexedDocumentsList Returns list of unindexed documents in the system (only latest versions)
GetUserObjects 
GetWorkflowDocuments 
GetWorkflowTasks 
HandleExternalSignatureEvent 
InvalidateManagedOptionsCache 
InvalidateSession 
InvokeAction Invoke an internal action from plug-in.
IsDigitalSignatureLogEnabled 
IsSearchable Return true if given document was indexed by FTS
ProcessBatchJobs 
ProcessEmailAlerts Process all alerts with the given frequency.
ProcessEventNotification Send notifications about scheduled events.
ProcessImportationJobs Process automatic document import jobs.
ProcessImportationJobsCleanUp Process automatic document import jobs.
ProcessReminders Process reminders for all users.
ProcessTasksOverdue Send notifications for overdue workflow tasks.
ReindexAllDocuments Rebuild the fulltext search index fol all documents.
RemoveADAMObjects 
RemoveExpiredEasyPortalSessions 
RunFtsPendingTask Index pending documents.
RunOcrPendingTasks Ocr pending documents.
SendConfirmationEmail 
SendFTSErrorsEmails Send notifications about FTS errors.
SendRejectionEmail 
SendRestoreLoginEmail Sends email with forgotten user id
SendRestorePasswordEmail Sends email with restore password instructions
SendTwoFactorCode(Guid, String) 
SendTwoFactorCode(Guid, String, Database, DbTransaction) 
SendUserTypeChangeWarning 
SynchronizeDBLookUpField 
SynchronizeDBLookUpFields Synchronize DB look up dropdown fields.
TaskCompleted 
testMethod 
UnlockMarkups Unlock markup files which are locked for more than specified number of minutes.
UpdateDeleteQueueSchedulePrediction 
UpdateEventSchedulePrediction 
UpdateExternalSignature 
UpdateFTSIndex 
WrofklowCleanup This method is obsolete.

Extension Methods

See Also