Click or drag to resize

UserTaskRepository Class

User task respository.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.Web.Services.RepositoriesUserTaskRepository

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class UserTaskRepository

The UserTaskRepository type exposes the following members.

Constructors
 NameDescription
Public methodUserTaskRepository The constructor.
Top
Methods
 NameDescription
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 methodStatic memberGetActionBookmarkName Constructs the bookmark name for an action on a user task.
Public methodStatic memberGetActionResponse(Stream) Gets the response from an action.
Public methodStatic memberGetActionResponse(String) Gets the response from an action.
Public methodStatic memberGetActionResponseString Gets the response from an action.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSmartTaskActions Get the available actions for a user task.
Public methodGetSmartTaskAttachments Gets the user task attachment record Id's. Be default it gets all documents, by using the flags you can exclude some documents.
Public methodGetSmartTaskInformation Gets information about a user task.
Public methodGetSmartTaskInstanceIdentity Gets the Guid for the workflow instance the user task belongs to.
Public methodGetSmartTaskMetadata Gets the metadata for a user task.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidateFileAndRecordAccess 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.
Top
Fields
 NameDescription
Public fieldStatic memberActionNameSeparator The action name separator
Public fieldStatic memberBookmarkNameTemplate The bookmark name template
Top
Extension Methods
See Also