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: 21.3.0.0 (21.3.0.0)
Syntax
The WorkflowHostExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WorkflowHostExtension |
Default constructor.
|
![]() | WorkflowHostExtension(DynamicContext, String, String, DictionaryString, DictionaryString, String, DictionaryString, Int32, Boolean, Uri, Boolean, Boolean, Boolean) |
Initializes a new instance of the WorkflowHostExtension class.
|
![]() | WorkflowHostExtension(DynamicContext, ICredentials, String, String, DictionaryString, DictionaryString, String, DictionaryString, Int32, Boolean, Uri, Boolean, Boolean, Boolean) | Obsolete.
Initializes a new instance of the WorkflowHostExtension class.
|
Properties
Name | Description | |
---|---|---|
![]() | ContactCheckPending |
Contacts not checked for changed settings.
|
![]() | Credentials | Obsolete.
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.
|
![]() | 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
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.
|
![]() | GetActionMask |
Returns the action mask for 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