Search Results for

    Show / Hide Table of Contents

    Interface ServerServiceInf

    Server service

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Services
    Syntax
    public interface ServerServiceInf

    Methods

    Name Description
    CacheCleanUp(String, Int32, Boolean)

    Cache clean up

    CheckWebServiceUrl(WebServiceUrlContract)

    Check webservice url

    DecryptString(String, String)

    Decrypts a encrypted string and test the life time

    DeleteSchedulingLog(String, SchedulingLogItemContract)

    Delete scheduling log

    EncryptString(String, String, Int32)

    Encrypts a string and add a life time information to the encrypted string

    GetAnalyzerDocumentCount(String)

    Retrieve document counts of the document analyzer

    GetAnalyzerDocumentCountAll(String)

    Get document count to analyze

    GetAnalyzerDocumentIds(String, Int32)

    Get documents to analyze

    GetAnalyzerFaildDocumentCount(String)

    Get failed document count to analyze

    GetApplicationLicences(String)

    Retrieve currently used application licences

    GetAvailableServerLogFiles(String)

    Get file info for all available log files

    GetClientIP(String)

    Get the client ip address which is visible to the server

    GetConcurrentLicences(String)

    Retrieve currently used licences

    GetConnections(String)

    Get all remote connections

    GetDatabaseInfo(String)

    Get database info

    GetDocumentsToAnalyze(String, Int32)

    Get documents to analyze

    GetFailedAnalyzerDocumentIds(String, String)

    Get failed documents from analyzer

    GetHealthCheck()

    Health check with HTTP GET

    GetIndexFragmentation(String, Int64, Int32)

    Get index fragmentation

    GetLicenceInfo(String)

    Retrieve licence informations

    GetNamedLicences(String)

    Retrieve currently used named licences

    GetReadOnlyLicences(String)

    Retrieve currently used readonly licences

    GetSchedulingLog(String, SchedulingLogItemContract)

    Get scheduling log

    GetServerInfo(String)

    Retrieve server informations

    GetServerLog(String, String, Int32, Int32)

    Get bytes from log file

    GetServerLogFile(String, String)

    Get an id to download a specific server log file

    GetServerVersion()

    Retrieve server version

    GetSystemCultures()

    Get system cultures

    GetSystemDocumentCount(String)

    Get document counts for all infostores

    GetTimeSpanFromTicks(List<Int64>)

    Get time span from ticks

    GetTimeSpanFromTime(TimeSpanContract)

    Get time span from time

    GetTokenSettings(String)

    Get settings for token login profiles

    GetTraceLevel(String, String)

    Get trace level

    GetTraceSwitches(String)

    Retrieve a predefined list of trace switches

    HealthCheck()

    Health check

    OptimizeIndexes(String, List<String>)

    Optimize indexes

    ReloadUserTableCache(String)

    Reload the user table cache

    RemoveConnection(String, String)

    Remove a connection You need edit rights on the user store to perform this action.

    RetryAllAnalyzerItems(String)

    Retry all analyzer items

    RetryFailedAnalyzerItems(String)

    Retry failed analyzer items

    RetrySpecificAnalyzerItems(String, String, String, String)

    Retry specific analyzer items

    SendHTTPRequest(String, HTTPRequestContract)

    Send HTTP Request

    SetTraceLevel(String, String, Int32)

    Set trace level

    Back to top Copyright © Kendox