IDocumentPersistenceService Interface

Definition

Provides the functionality to persist a document.

public interface class IDocumentPersistenceService
public interface IDocumentPersistenceService
type IDocumentPersistenceService = interface
Public Interface IDocumentPersistenceService

Remarks

An implementation of this interface allows you to specify a different serialization or storage format.

Methods

Flush(Object)

When implemented by a derived class, saves the specified document to disk and clears the memory buffer.

Load(String)

When implemented by a derived class, places the specified stored document into memory for processing.

OnModelChanged(Object)

When implemented by a derived class, starts the process of incorporating changes to the workflow model that is being designed.

Applies to