Click or drag to resize

WorkflowHostExtension Class

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: 24.5.0.0 (24.5.0.0)
Syntax
public class WorkflowHostExtension

The WorkflowHostExtension type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyContactCheckPending Contacts not checked for changed settings.
Public propertyCredentialsObsolete.
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 methodCertificateContext Method for getting the certificate context
Public methodStatic memberDecorateOnBehalfOfUser Decorates the headers provided with the OnBehalfOfUser property according to the impersonator provided.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPlugin Return the Plugin class implementing the PluginInterface
Public methodGetPluginInstanceObsolete.
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 methodGetTypeGets 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 methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also