Search Results for

    Show / Hide Table of Contents

    Interface ProcessServiceInf

    Process service

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

    Methods

    Name Description
    AddDocumentsToProcess(String, String, List<String>)

    Add documents to a process

    AddDocumentToProcess(String, String, String)

    Add a document to a process

    AssignProcessesToDeputies(String, String)

    Assign processes to deputy

    CallWebServiceUserTask(String, String, String, String, Boolean, Boolean, String)

    Call method ProcessUserTask from web service ProcessWebService

    CheckOutProcess(String, String)

    Start reservation on a process

    CloseProcess(String, String, String)

    Close a process

    CloseTask(String, String, String, Boolean, String)

    Close a process task

    CopyDocumentDataToProcess(String, String, String)

    Copy document data to process

    CopyDocumentsDataToProcess(String, List<String>, String)

    Copy the properties of a list of documents to a process

    CopyProcessDataToDocuments(String, String)

    Copy process data to documents

    CreateProcess(String, ProcessContract, Boolean)

    Create a process

    DeleteProcess(String, String)

    Delete a process

    DeleteProcesses(String, List<String>)

    Delete processes

    ForwardTask(String, String, List<String>, ProcessContract)

    Forwards the current task of a process to a new user list

    GetAllowedTaskFunctions(String)

    Get all allowed TaskFunction types

    GetProcess(String, String)

    Returns process informations

    GetProcesses(String, List<String>)

    Returns a list of process informations

    GetProcessesSimple(String, List<String>, List<String>, GetProcessOptionsContract)

    Returns a list of simple process informations

    RemoveDocumentFromProcess(String, String, String)

    Remove a document from a process

    RemoveDocumentsFromProcess(String, String, List<String>)

    Remove documents from a process

    StartProcess(String, ProcessContract, Boolean)

    Start a process

    TakeOverTask(String, String, List<String>)

    Forwards the current task of a process to the actual connected user and takeover users.

    UndoCheckOutProcess(String, String)

    Release reservation on a process

    UndoCheckOutProcesses(String, List<String>)

    Release reservation on a list of processes

    UpdateProcess(String, ProcessContract)

    Update a process

    Back to top Copyright © Kendox