Functions used in activities.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibraryActivityFunctions
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The ActivityFunctions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActivityFunctions | Initializes a new instance of the ActivityFunctions class |
Methods
Name | Description | |
---|---|---|
CheckDone |
Returns the last timestamp when the AD replicator was run if tableName = EMPLOYEE
| |
ClearContactCache |
Clear the contact cache.
| |
ConvertRecordIds(String) |
Convert record ids from string to OData.Client.Lite.WorkZone.Record
| |
ConvertRecordIds(String, IEnumerableShipmentInformation) |
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 active classification of the provided documents
If no active classifications on any of the the documents returns the first active classification from the fallback classifications
If there is no active fallback classification the default classification for the system is returned.
| |
GetHighestClassificationInternal |
Gets the highest ranking active classification of the provided documents
If no active classifications on any of the the documents returns the first active classification from the fallback classifications
If there is no active fallback classification the default classification for the system is returned.
| |
GetLastTaskIdForProcess(ActivityContext, String) |
Returns the last taskId for a process.
| |
GetLastTaskIdForProcess(ODataService, String) |
Returns the last taskId for a process.
| |
GetProcessName |
Get Process Name in a context of selected user
| |
GetProcessParameter |
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.
| |
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.) | |
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
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also