Functions used in activities.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibraryActivityFunctions
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The ActivityFunctions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ActivityFunctions | Initializes a new instance of the ActivityFunctions class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ADReplicationDone |
Returns the last timestamp when the AD replicator was run
|
![]() ![]() | ClearContactCache |
Clear the contact cache.
|
![]() ![]() | ConvertRecordIds |
Convert record ids from string to OData.Client.Lite.WorkZone.Record
|
![]() ![]() | CurrentUser |
Returns the current user as a Contact.
|
![]() | 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.) |
![]() ![]() | GetAccessCode |
Gets a valid access code for a person or departments authority
|
![]() ![]() | GetContact |
Get contact information.
|
![]() ![]() | GetCurrentContact |
Get current user information.
|
![]() ![]() | GetCurrentWorkflowTitle |
Get the title of the current workflow in the context
|
![]() ![]() | GetDefaultCulture |
Get default culture.
|
![]() ![]() | GetEmployeeOrDepartment |
Get contact information from employee or department name.
|
![]() ![]() | GetErrorManagers |
Gets all error managers based on configuration name
|
![]() ![]() | GetFile |
Method gets a file by case number.
|
![]() ![]() | GetFileClosed |
Gets the information needed to determine whether current user can see and update given file
|
![]() ![]() | GetFullProcessParameter |
Get process parameter.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetHighestClassification |
Gets the highest ranking classification of the provided documents
|
![]() ![]() | GetLastTaskIdForProcess |
Returns the last taskId for a process.
|
![]() ![]() | GetProcessName |
Get Process Name in a context of selected user
|
![]() ![]() | GetProcessParameter(ActivityContext, String) |
Get all process parameters.
|
![]() ![]() | GetProcessParameter(ActivityContext, String, String) |
Get process parameter value.
|
![]() ![]() | GetProcessWorkflow |
Gets process workflow.
|
![]() ![]() | GetRecord |
Method gets record by record id.
|
![]() ![]() | GetRecordDeleted |
Gets the trashedBy_Value for record entity based on the id provided.
|
![]() ![]() | GetRecordOfficer |
Gets employe domain entity based on a record identity.
|
![]() ![]() | GetSetting |
Returns the settting for a key from the wzp_settings register.
|
![]() ![]() | GetSmartpostRecipientsForInstance |
Gets smartpost recipients for an instance.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsActive |
Checks whether the contact with given nameCode is active.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SaveDocument |
Save document in repository.
|
![]() ![]() | TaskOwner |
Returns the task owner as a Contact.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UpdateDocument |
Update document in repository.
|
![]() ![]() | UpdateRecipientHandledManuallyInLog |
Update SmartPost recipient message log with shipment state and sent by for shipments handled manually
|
![]() ![]() | UpdateRecipientInLog |
Update SmartPost recipient message log with current shipment state
|
![]() ![]() | UpdateRecipientShipmentStateInLog |
Update SmartPost recipient message log with current shipment state, based on recipient address key
|
See Also