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
Scanjour.Workflow4.BaseWorkflowHostExtension
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The WorkflowHostExtension type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkflowHostExtension |
Default constructor.
| |
| WorkflowHostExtension(DynamicContext, ICredentials, String, String, DictionaryString, DictionaryString, String, Boolean, Uri) |
Initializes a new instance of the WorkflowHostExtension class.
|
Properties
| Name | Description | |
|---|---|---|
| Credentials |
The default credentials used by the Workflow Host.
| |
| 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.
| |
| UserTaskCheckPending |
UserTasks not checked for inconsistant name_key, name_code values.
|
Methods
| Name | Description | |
|---|---|---|
| DecorateOnBehalfOfUser |
Decorates the headers provided with the OnBehalfOfUser property according to the impersonator provided.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows 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.
| |
| GetFile |
Get an OData File
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPluginInstance |
Return the Plugin class implementing the PluginInterface
| |
| GetRecord |
Get an OData Record
| |
| GetRegisterData(String, String) |
Get register information from the register.
| |
| GetRegisterData(String, String, Boolean) |
Get register information from the register.
| |
| GetType | Gets 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.
| |
| MemberwiseClone | Creates 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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also