WorkflowHostExtension Class

Scanjour Workflow4 Reference Manual
Holds information that the WorkflowHost makes available to the workflow instances by use of the workflow extension mechanism (see WorkflowInstanceExtensionManager in the MSDN documentation.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseWorkflowHostExtension

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class WorkflowHostExtension

The WorkflowHostExtension type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowHostExtension
Default constructor.
Public methodWorkflowHostExtension(DynamicContext, String, String, DictionaryString, DictionaryString, String, DictionaryString, Int32, Boolean, Uri, Boolean, Boolean, Boolean)
Initializes a new instance of the WorkflowHostExtension class.
Public methodWorkflowHostExtension(DynamicContext, ICredentials, String, String, DictionaryString, DictionaryString, String, DictionaryString, Int32, Boolean, Uri, Boolean, Boolean, Boolean) Obsolete.
Initializes a new instance of the WorkflowHostExtension class.
Top
Properties

  NameDescription
Public propertyContactCheckPending
Contacts not checked for changed settings.
Public propertyCredentials Obsolete.
The default credentials used by the Workflow Host.
Public propertyCurrentOwner
Return current workflow instance owner.
Public propertyCurrentUser
Return current Windows user.
Public propertyHostUri
Returns the address of the Content Server in the current WorkflowHostExtension
Public propertyODataClient
Gets the client for accessing the OData webservice.
Public propertyPdfServiceUri
The URI to the PDF service.
Public propertySendMailNotification
Enable/disable send mail notification
Public propertySendPushNotification
Enable/disable send push notification
Public propertySendSmartTask
Enable/disable send smarttask
Public propertyUserTaskCheckPending
UserTasks not checked for inconsistant name_key, name_code values.
Top
Methods

  NameDescription
Public methodStatic memberDecorateOnBehalfOfUser
Decorates the headers provided with the OnBehalfOfUser property according to the impersonator provided.
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 methodGetActionLabels
Return dictionary with localised labels for an action.
Public methodGetActionMask
Returns the action mask for action
Public methodStatic memberGetFile
Get an OData File
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPluginInstance
Return the Plugin class implementing the PluginInterface
Public methodStatic memberGetRecord
Get an OData Record
Public methodGetRegisterData(String, String)
Get register information from the register.
Public methodGetRegisterData(String, String, Boolean)
Get register information from the register.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWorkflowDataInRegister(String)
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
Public methodGetWorkflowDataInRegister(String, Boolean)
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
Public methodGetWorkflowDataInRegister(String, Boolean, SecurityContext)
Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodODataContext
Gets the ODataService to access the OData webService.
Public methodODataDynamicClient
Gets the client for accessing the OData webservice.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference