ActivityFunctions Class

Functions used in activities.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class ActivityFunctions
Inheritance
Object    ActivityFunctions

Constructors

ActivityFunctionsInitializes a new instance of the ActivityFunctions class

Methods

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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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
GetCaseIdentifier Returns informatioin about the case used for replydata in smpartpost
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.
GetHashCodeServes 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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsActive Checks whether the contact with given nameCode is active.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
TaskOwner Returns the task owner as a Contact.
ToStringReturns 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

See Also