Search Results for

    Show / Hide Table of Contents

    Interface IWorkflowOperationService

    Defines method for managing the WorkflowOperation

    Namespace: Simplic.FileStructure.Workflow
    Assembly: Simplic.FileStructure.Workflow.dll
    Syntax
    public interface IWorkflowOperationService

    Methods

    | Improve this Doc View Source

    Complete(WorkflowOperation)

    Sets the state of the document to complete

    Declaration
    void Complete(WorkflowOperation workflowOperation)
    Parameters
    Type Name Description
    WorkflowOperation workflowOperation
    | Improve this Doc View Source

    DocumentCheckout(WorkflowOperation)

    Checks a document out of the WorkflowOrganizationUnit and assigns it to the user

    Declaration
    Guid DocumentCheckout(WorkflowOperation workflowOperation)
    Parameters
    Type Name Description
    WorkflowOperation workflowOperation
    Returns
    Type Description
    System.Guid

    Document path id

    | Improve this Doc View Source

    ForwardCopyTo(WorkflowOperation)

    Fowards a copy WorkflowOperation to all user that have an instance of the work flow

    Declaration
    void ForwardCopyTo(WorkflowOperation workflowOperation)
    Parameters
    Type Name Description
    WorkflowOperation workflowOperation
    | Improve this Doc View Source

    ForwardTo(WorkflowOperation)

    Fowards the WorkflowOperation to all user that have an instance of the work flow

    Declaration
    void ForwardTo(WorkflowOperation workflowOperation)
    Parameters
    Type Name Description
    WorkflowOperation workflowOperation
    | Improve this Doc View Source

    Release(WorkflowOperation)

    Sets the state of the document to released

    Declaration
    void Release(WorkflowOperation workflowOperation)
    Parameters
    Type Name Description
    WorkflowOperation workflowOperation
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx