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.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowHostExtension
Inheritance
Object    WorkflowHostExtension

Constructors

Properties

ContactCheckPending Contacts not checked for changed settings.
Credentials The default credentials used by the Workflow Host.
Obsolete.
CurrentOwner Return current workflow instance owner.
CurrentUser Return current Windows user.
HostUri Returns the address of the Content Server in the current WorkflowHostExtension
ODataClient Gets the client for accessing the OData webservice.
PdfServiceUri The URI to the PDF service.
SendMailNotification Enable/disable send mail notification
SendPushNotification Enable/disable send push notification
SendSmartTask Enable/disable send smarttask
UserTaskCheckPending UserTasks not checked for inconsistant name_key, name_code values.

Methods

DecorateOnBehalfOfUser Decorates the headers provided with the OnBehalfOfUser property according to the impersonator provided.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetActionLabels Return dictionary with localised labels for an action.
GetActionMask Returns the action mask for action
GetFile Get an OData File
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPlugin Return the Plugin class implementing the PluginInterface
GetPluginInstance Return the Plugin class implementing the PluginInterface
Obsolete.
GetRecord Get an OData Record
GetRegisterData(String, String) Get register information from the register.
GetRegisterData(String, String, Boolean) Get register information from the register.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetWorkflowDataInRegister(String) Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
GetWorkflowDataInRegister(String, Boolean) Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
GetWorkflowDataInRegister(String, Boolean, SecurityContext) Get the workflow instance information in the wzp_workflow_instance register for the workflow instance.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ODataContext Gets the ODataService to access the OData webService.
ODataDynamicClient Gets the client for accessing the OData webservice.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also