User task respository.
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.RepositoriesUserTaskRepository
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The UserTaskRepository type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserTaskRepository |
The constructor.
|
Methods
Name | Description | |
---|---|---|
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.) | |
GetActionBookmarkName |
Constructs the bookmark name for an action on a user task.
| |
GetActionResponse(Stream) |
Gets the response from an action.
| |
GetActionResponse(String) |
Gets the response from an action.
| |
GetActionResponseString |
Gets the response from an action.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSmartTaskActions |
Get the available actions for a user task.
| |
GetSmartTaskAttachments |
Gets the user task attachment record Id's. Be default it gets all documents, by using the flags you can exclude some documents.
| |
GetSmartTaskInformation |
Gets information about a user task.
| |
GetSmartTaskInstanceIdentity |
Gets the Guid for the workflow instance the user task belongs to.
| |
GetSmartTaskMetadata |
Gets the metadata for a user task.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateFileAndRecordAccess |
Validation of user persmissions before calling report engine.
Since reports are executed as system user it must be validated that the user has access before
generating a report.
|
Fields
Name | Description | |
---|---|---|
ActionNameSeparator |
The action name separator
| |
BookmarkNameTemplate |
The bookmark name template
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also