Search Results for

    Show / Hide Table of Contents

    Interface CommonServiceInf

    Interface for all administrative specific methods

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

    Methods

    Name Description
    CreateCertificate(String, String, String, StringGlobalContract, String, CertificateSettingsContract)

    Creates a certificate

    CreateCloudDocumentType(String, CloudDocumentTypeContract)

    Create a cloud document type

    CreateCustomButton(String, CustomButtonContract)

    Create custom button

    CreateDossierConfig(String, DossierConfigContract)

    Create a dossier schema store

    CreateFolderSystem(String, FolderSystemContract)

    Create a folder system

    CreateGroup(String, GroupContract)

    Create a group

    CreateImportTemplate(String, ImportTemplateContract)

    Create an import template

    CreateImportTemplateCategory(String, ImportTemplateCategoryContract)

    Create an import template category

    CreateInfoStore(String, InfoStoreContract)

    Create an info store

    CreateLanguageCode(String, LanguageCodeContract)

    Create a language code

    CreateLifeCycleStart(String, LifeCycleStartContract)

    Create a life cycle entry point

    CreateLifeCycleState(String, LifeCycleStateContract)

    Create a life cycle state

    CreateMailTemplate(String, MailTemplateContract)

    Create a mail template

    CreateProcessCategory(String, ProcessCategoryContract)

    Create a process category

    CreateProcessTemplate(String, ProcessTemplateContract)

    Create a process template

    CreatePropertyPageTemplate(String, PropertyPageTemplateContract)

    Create a property page template

    CreatePropertyType(String, PropertyTypeContract)

    Create a property type

    CreatePropertyTypeCategory(String, PropertyTypeCategoryContract)

    Create a property type category

    CreateProtectionDomain(String, ProtectionDomainContract)

    Create a protection domain

    CreateRemoteFolderSystem(String, RemoteFolderSystemContract)

    Create a remote folder system

    CreateRole(String, RoleContract)

    Create a role

    CreateSecurityConfigDefinition(String, SecurityConfigDefinitionContract)

    Method is deprecated and is replaced by UpdateIndexBasedSecurity! Create a new security definition (an additional security information for a user or group)

    CreateSelection(String, SelectionContract)

    Create custom button selection

    CreateSigningProfile(String, SigningProfileContract)

    Create a signing profile

    CreateTokenLoginProfile(String, TokenLoginProfileContract)

    Create a token login profile

    CreateUser(String, UserContract, String)

    Create a user

    CreateWatchList(String, WatchListContract)

    Create watch list

    DeleteCertificate(String, String)

    Deletes a certificate

    DeleteCloudDocumentType(String, String)

    Delete a cloud document type

    DeleteCustomButton(String, String)

    Delete custom button

    DeleteDossierConfig(String, String)

    Delete a dossier schema store

    DeleteFolderSystem(String, String)

    Delete a folder system

    DeleteGroup(String, String)

    Delete a group

    DeleteImportTemplate(String, String)

    Delete an import template

    DeleteImportTemplateCategory(String, String)

    Delete an import template category

    DeleteInfoStore(String, String)

    Delete an info store

    DeleteLanguageCode(String, String)

    Delete a language code

    DeleteLifeCycleStart(String, String)

    Delete a life cycle entry point

    DeleteLifeCycleState(String, String)

    Delete a life cycle state

    DeleteMailTemplate(String, String)

    Delete a mail template

    DeleteProcessCategory(String, String)

    Delete a process category

    DeleteProcessTemplate(String, String)

    Delete a process template

    DeletePropertyPageTemplate(String, String)

    Delete a property page template

    DeletePropertyTypeCategory(String, String)

    Delete a property type category

    DeleteProtectionDomain(String, String)

    Delete a protection domain

    DeleteRemoteFolderSystem(String, String)

    Delete a remote folder system

    DeleteRole(String, String)

    Delete a role

    DeleteSecurityConfigDefinition(String, String)

    Method is deprecated and is replaced by UpdateIndexBasedSecurity! Delete a security definition (an additional security information for a user or group)

    DeleteSelection(String, String)

    Delete custom button selection

    DeleteSigningProfile(String, String)

    Delete a signing profile

    DeleteStatisticCounterConfiguration(String, Int64)

    Delete statistic counter configuration

    DeleteStatisticCounterItems(String, StatisticCounterFilterContract)

    Delete statistic counter items

    DeleteTokenLoginProfile(String, String)

    Delete a token login profile

    DeleteWatchList(String, String)

    Delete watch list

    ExportConfiguration(String, ExportOptionsContract)

    Export Configuration Zipped (Delivers a zip file with the system configuration (AppBase, ConfigRdbNew.xml, UserStore, SchemaStore, SecurityStore, InfoStore, UserInterfaceSettingsStore, GlobalSetting, FolderSystem, RemoteFolderSystem))

    GetAccessOperations(String)

    Get access operations

    GetAdvancedProcessStore(String)

    Get the advanced process store

    GetAdvancedSchemaStore(String)

    Get advanced schema store

    GetAdvancedSecurityStore(String)

    Get advanced security settings

    GetAllGroups(String, Boolean)

    Get all groups information of this server

    GetAllProtectionDomains(String, Boolean)

    Get all protection domains

    GetAllRolesSimple(String, Boolean)

    Get all roles simple

    GetAllTenantNames()

    Get all available tenants

    GetAllUsersSimple(String, UserFilterContract)

    Get all users simple information of this server

    GetAnnotationSettingsForUser(String, String)

    Get user settings for annotations

    GetAnnotationSettingsGlobal(String)

    Get global settings for annotations

    GetAuditConfiguration(String)

    Get audit configuration

    GetBlobSettingsStore(String)

    Get blob settings store

    GetBlobStoreProviders(String)

    Get all available blob store providers on this server

    GetCertificates(String)

    Gets certificates

    GetCloudSchemaStore(String)

    Get cloud schema information of this server

    GetDossierData(String, String, String)

    Get the dossier data

    GetDossierSchemaStore(String)

    Get dossier schema store

    GetEffectiveAllowedAccess(String, String, String, List<String>)

    Get effective allowed access

    GetEffectiveAllowedAccessFolder(String, String, FolderPathContract, List<String>)

    Get effective allowed access folder

    GetFolderSystems(String)

    Get all available folder systems

    GetGlobalSettings(String)

    Get global settings

    GetGroup(String, String, Boolean)

    Get group information of this server

    GetGroupForName(String, String, Boolean)

    Get group information of this server

    GetGroups(String, List<String>, Boolean)

    Get groups information of this server

    GetGroupsForAccessOperation(String, String, String)

    Get groups for access operation

    GetInfoStores(String)

    Get all info stores

    GetOwnUser(String)

    Get own user

    GetPropertyTypeProposal(String, String, String, Int32)

    Get a proposal list for a specific property type

    GetRemoteFolderSystems(String)

    Get all remote folder systems

    GetRolesForOwnUser(String)

    Get roles for own user

    GetSAPSchemaStore(String)

    Get SAP schema information of this server

    GetSchemaStore(String)

    Get schema information of this server

    GetSecurityConfigDefinitions(String)

    Get all additional security definitions

    GetSecurityStore(String)

    Get security of this server

    GetSelection(String, String)

    Get custom button selection

    GetSMTPSettings(String)

    Get SMTP configuration

    GetStatisticCounter(String, StatisticCounterFilterContract)

    Get statistic counter

    GetStatisticCounterConfiguration(String)

    Get statistic counter configuration

    GetStatisticCounterDescription(String)

    Get statistic counter description

    GetSupportedTranslatorLanguages(String)

    Get all available languages to translate to with GetTranslatedText(String, String, String, List<String>)

    GetTranslatedText(String, String, String, List<String>)

    Get a text translated in several languages

    GetUserAccessRights(String, String)

    Get user access rights

    GetUserAdminAccessRights(String, String)

    Get administrative access rights for a user

    GetUserConfigData(String, String)

    Reads user config data for current user

    GetUserInterfaceSettingsStore(String)

    Get user interface settings store

    GetUserSettings(String, String)

    Get settings of a user.

    GetUserSimple(String, String)

    Get user simple information of this server

    GetUsersSimple(String, List<String>)

    Get users simple information of this server

    GetUsersSimpleForAccessOperation(String, String, String, UserFilterContract)

    Get users simple for access operation

    GetUserStore(String)

    Get user information of this server

    GetWatchListColumnConfiguration(String, String)

    Get a watch list column configuration

    GetWatchLists(String)

    Get watch lists

    GetWorkspace(String, WorkspacePreloadOptionsContract)

    Get the workspace

    GetWorkspaceSessionCounts(String)

    Get the session count of all admin stores in the workspace

    ImportConfiguration(String, Byte[], ImportParameterContract)

    Import Configuration (Create or update all contracts contained in the zip file)

    SendMail(String, SendMailParameterContract)

    Send a mail

    SendMailSimple(String, SendMailSimpleParameterContract)

    Send a mail

    SetAnnotationSettingsForUser(String, String, AnnotationSettingsContract)

    Set user settings for annotations

    SetAnnotationSettingsGlobal(String, AnnotationSettingsContract)

    Set global settings for annotations

    SetAuditConfiguration(String, AuditConfigurationContract)

    Set Audit configuration

    SetPassword(String, String, String)

    Set password for own user

    SetPasswordHash(String, String, String)

    Set password for own user. Password requirements has to be tested on client!

    SetUserAbsenceSettings(String, AbsenceSettingsContract)

    Sets absence settings for the logged in user

    SetUserConfigData(String, String, String)

    Set config data for current user

    SetUserPassword(String, String, String)

    Set password for a specific user

    SetUserPasswordHashed(String, String, String)

    Set password for a specific user. Password requirements has to be tested on client!

    SetWatchListColumnConfiguration(String, String, ColumnConfigurationContract, Boolean)

    Set a watch list column configuration

    UpdateAbonnementMailTemplateId(String, String)

    Update mail template id for abonnement

    UpdateAdvancedProcessStore(String, AdvancedProcessStoreContract)

    Update the advanced process store

    UpdateAdvancedSchemaStore(String, AdvancedSchemaStoreContract)

    Update a advanced schema store

    UpdateBlobSettingsStore(String, BlobSettingsStoreContract)

    Update blob settings store.

    UpdateCertificateSettings(String, String, CertificateSettingsContract)

    Updates the settings of a certificate

    UpdateCloudDocumentType(String, CloudDocumentTypeContract)

    Update a cloud document type

    UpdateCustomButton(String, CustomButtonContract)

    Update custom button

    UpdateDossierConfig(String, DossierConfigContract)

    Update a dossier schema store

    UpdateFolderSystem(String, FolderSystemContract)

    Update a folder system

    UpdateGlobalImportSettings(String, GlobalImportSettingsContract)

    Update global import settings

    UpdateGlobalSettings(String, GlobalSettingsContract)

    Update global settings

    UpdateGroup(String, GroupContract)

    Update a group

    UpdateGroups(String, List<GroupContract>)

    Update a list of groups

    UpdateImportTemplate(String, ImportTemplateContract)

    Update an import template

    UpdateImportTemplateCategory(String, ImportTemplateCategoryContract)

    Update an import template category

    UpdateIndexBasedSecurity(String, IndexBasedSecurityContract)

    Update a index based security

    UpdateInfoStore(String, InfoStoreContract, Boolean)

    Update an info store

    UpdateLanguageCode(String, LanguageCodeContract)

    Update a language code

    UpdateLifeCycleStart(String, LifeCycleStartContract)

    Update a life cycle entry point

    UpdateLifeCycleState(String, LifeCycleStateContract)

    Update a life cycle state

    UpdateMailTemplate(String, MailTemplateContract)

    Update a mail template

    UpdatePasswordConfiguration(String, PasswordConfigurationContract)

    Update password configuration

    UpdateProcessCategory(String, ProcessCategoryContract)

    Update a process category

    UpdateProcessSettings(String, ProcessSettingsContract)

    Update process settings

    UpdateProcessTemplate(String, ProcessTemplateContract)

    Update a process template

    UpdatePropertyPageTemplate(String, PropertyPageTemplateContract)

    Update a property page template

    UpdatePropertyType(String, PropertyTypeContract)

    Update a property type

    UpdatePropertyTypeCategory(String, PropertyTypeCategoryContract)

    Update a property type category

    UpdatePropertyTypes(String, List<PropertyTypeContract>)

    Update a property types

    UpdateProtectionDomain(String, ProtectionDomainContract)

    Update a protection domain

    UpdateProtectionDomains(String, List<ProtectionDomainContract>)

    Update a list of protection domains

    UpdateRemoteFolderSystem(String, RemoteFolderSystemContract)

    Update a remote folder system

    UpdateRole(String, RoleContract)

    Update a role

    UpdateRoles(String, List<RoleContract>)

    Update a list of roles

    UpdateSAPSchemaStore(String, SAPConfigContract)

    Update SAP schema store

    UpdateSearchSettings(String, SearchSettingsContract)

    Update search settings

    UpdateSecurityConfigDefinition(String, SecurityConfigDefinitionContract)

    Method is deprecated and is replaced by UpdateIndexBasedSecurity! Update a security definition (an additional security information for a user or group)

    UpdateSigningProfile(String, SigningProfileContract)

    Update a signing profile

    UpdateSMTPSettings(String, SMTPSettingsContract)

    Update SMTP configuration

    UpdateStatisticCounterConfiguration(String, StatisticCounterConfigurationContract)

    Update statistic counter configuration

    UpdateTokenLoginProfile(String, TokenLoginProfileContract)

    Update a token login profile

    UpdateUser(String, UserContract)

    Update a user

    UpdateUsers(String, List<UserContract>)

    Update a list of users

    UpdateUserSettings(String, String, UserSettingsContract)

    Update settings of a user.

    UpdateWatchList(String, WatchListContract)

    Update watch list

    Back to top Copyright © Kendox