Ant Organisation Ltd documentation

WorkflowManager Members

WorkflowManager overview

Public Static Methods

Get Gets the singleton WorkflowManager. Init must have been called before the WorkflowManager is obtained
Init Initialises the WorkflowManager

Public Instance Properties

AdministratorEmail Gets the email address of the administrator of the system
EmailServer Gets the email (SMTP) server
ImagesDirectory Gets the directory in which the workflow images are stored
ImagesUrl Gets the URL which references the images
WebServer Gets the webserver that has the task interface

Public Instance Methods

CreateNewWorkflowDefinition Creates a new workflow definition
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetUserSettingsManager Gets the user settings manager
GetWorkflowDefinitionForKeyOverloaded. Gets a workflow definition for a key
GetWorkflowEngine Gets a reference to the workflow engine
GetWorkflowInstanceForKeyOverloaded. Gets a workflow instance from a storage key
GetWorkflowInstancesForCreator Gets all the workflow instances which have the passed in creator
GetWorkflowInstancesForOwner Gets all the workflow instances which have the passed in owner
IsLive Returns true if the workflow definition with this key is live, this method is used to quickly retrieve this information
StartEngine Starts the workflow engine
StartNewWorkflowInstanceOverloaded. Starts a new workflow of the given type
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

WorkflowManager Class | Ant.Workflow Namespace