ErrorManagerFactory Class

Scanjour Workflow4 Reference Manual
An instance of this factory can produce error managers (ErrorManager). The production takes offset in the configuration in WorkZone database contained in the tables WZP_ERROR_MANAGER and WZP_FILTERING_ENTRY.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibrary.ErrorManagementErrorManagerFactory

Namespace:  Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public class ErrorManagerFactory

The ErrorManagerFactory type exposes the following members.

Constructors

  NameDescription
Public methodErrorManagerFactory
Constructs the factory with the configuration name that specifies the error managers and the OData service ctx providing access to the WorkZone database.
Top
Properties

  NameDescription
Public propertyConfigurationName
The name of the error manager that shall be produced. The name is specified by the CONFIGURATION_NAME column in the WZP_ERROR_MANAGER table.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrorManager
Creates and returns an Error Manager that complies to the specified configuration.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference