|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | CreateWorkflowStatusRecord (handle, character, handle, character) |
Creates and populates a ttWorkflowStatus |
|
+ | CHARACTER GetDefaultWorkflowInstanceStatusGuid (character) |
Returns the GUID of the WorkflowStatus of the given WorkflowInstanceGuid |
|
+ | CHARACTER GetDefaultWorkflowInstanceStatusName (character) |
Returns the Name of the WorkflowStatus of the given WorkflowInstanceGuid |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetEndSteps (character) |
Returns the names of the end steps of the given workflow |
|
+ | CHARACTER GetNonDefaultWorkflowRecord (character, character, dataset-handle) |
Returns the Dataset with the workflow record of a non-default workflow |
|
+ | CHARACTER GetNonDefaultWorkflowStatusGuid (character, character) |
Returns the GUID of the workflow status of a non-default workflow |
|
+ | CHARACTER GetNonDefaultWorkflowStatusName (character, character) |
Returns the Name of the workflow status of a non-default workflow |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetStartSteps (character) |
Returns the names of the start steps of the given workflow |
|
+ | GetWorkflowDefinition (character, character, character, dataset) |
Returns the dsWorkflow for the given Business Entity Table and
workflow name |
|
+ | GetWorkflowDefinition (character, dataset) |
Returns the dsWorkflow for the given Workflow GUID |
|
+ | GetWorkflowInstances (dataset) |
Returns the datasets with the status of the current workflow instances |
|
+ | CHARACTER GetWorkflowStatusGuid (character, character) |
Returns the WorkflowStatusGuid |
|
+ | LOGICAL HasDefaultStatus (character) |
Returns if the workflow has a default status |
|
+ | LOGICAL IsDefaultWorkflow (character) |
Determines if the given Workflow is a default Workflow |
|
+ | CHARACTER LaunchWorkflowInstance (character, character, IWorkflowInstanceContext) |
Launches an instance of a default workflow |
|
+ | CHARACTER LaunchWorkflowInstance (character, integer, character, IWorkflowInstanceContext) |
Launches an instance of a default workflow |
|
+ | CHARACTER LaunchWorkflowInstance (character, integer, IWorkflowInstanceContext) |
Launches an instance of a default workflow |
|
+ | CHARACTER LaunchWorkflowInstance (character, IWorkflowInstanceContext) |
Launches an instance of a default workflow |
|
+ | OpenWorkflowInstance (handle) |
Opens the workflow instance |
|
+ | CHARACTER PerformWorkflowActivity (character, character) |
Performs a workflow activity |
|
+ | CHARACTER PerformWorkflowActivity (character, character, character) |
Performs a workflow activity |
|
+ | RaiseUpdateDefaultWorkflowItemEvent (UpdateDefaultWorkflowItemEventArgs) |
Raises the UpdateDefaultWorkflowItem event |
|
+ | SelectWorkflowInstance (handle) |
Raises an event when a workflow instance was selected |
|
+ | UpdateDefaultWorkflowContext (character, IWorkflowInstanceContext) |
Updates the stored Context Object of a default workflow instance |
|
+ | LOGICAL ValidateStatusTransition (handle, character) |
Validation Routine for Status transitions in non-default workflows |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterPerformWorkflowStatusActivity (Object, AfterPerformWorkflowStatusActivityEventArgs) |
Raised after a workflow status activity is performed |
|
+ | BeforePerformWorkflowStatusActivity (Object, BeforePerformWorkflowStatusActivityEventArgs) |
Raised before a workflow status activity is performed |
|
+ | CollectWorkflowInstances (dataset) |
Event raised to collect ttWorkflowStatus records of various providers |
|
+ | OpenWorkflowInstance (Object, OpenWorkflowInstanceEventArgs) |
Event raised to open a workflow instance in the application |
|
+ | PerformWorkflowStatusActivity (Object, PerformWorkflowStatusActivityEventArgs) |
Raised when a workflow status activity is performed |
|
+ | UpdateDefaultWorkflowItem (Object, UpdateDefaultWorkflowItemEventArgs) |
Raised from GetDefaultWorkflowInstances() in the WorkflowInstanceBusinessEntity
to allow updating the description and due date |
|
+ | WorkflowInstanceSelected (Object, WorkflowInstanceSelectedEventArgs) |
Event raised when a workflow instance is selected |
Top
PUBLIC CreateWorkflowStatusRecord (handle, character, handle, character)
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetDefaultWorkflowInstanceStatusGuid (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetDefaultWorkflowInstanceStatusName (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetEndSteps (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetNonDefaultWorkflowRecord (character, character, dataset-handle)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetNonDefaultWorkflowStatusGuid (character, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetNonDefaultWorkflowStatusName (character, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetStartSteps (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC GetWorkflowDefinition (character, character, character, dataset)
|
|||||||||||||||||||||||||||||||||||
PUBLIC GetWorkflowDefinition (character, dataset)
|
|||||||||||||||||||||||||||||||||||
PUBLIC GetWorkflowInstances (dataset)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetWorkflowStatusGuid (character, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasDefaultStatus (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsDefaultWorkflow (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LaunchWorkflowInstance (character, character, IWorkflowInstanceContext)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LaunchWorkflowInstance (character, integer, character, IWorkflowInstanceContext)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LaunchWorkflowInstance (character, integer, IWorkflowInstanceContext)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER LaunchWorkflowInstance (character, IWorkflowInstanceContext)
|
|||||||||||||||||||||||||||||||||||
PUBLIC OpenWorkflowInstance (handle)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PerformWorkflowActivity (character, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PerformWorkflowActivity (character, character, character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC RaiseUpdateDefaultWorkflowItemEvent (UpdateDefaultWorkflowItemEventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC SelectWorkflowInstance (handle)
|
|||||||||||||||||||||||||||||||||||
PUBLIC UpdateDefaultWorkflowContext (character, IWorkflowInstanceContext)
|
|||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL ValidateStatusTransition (handle, character)
|
PUBLIC AfterPerformWorkflowStatusActivity (Object, AfterPerformWorkflowStatusActivityEventArgs)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BeforePerformWorkflowStatusActivity (Object, BeforePerformWorkflowStatusActivityEventArgs)
|
||||||||||||||||||||||
PUBLIC CollectWorkflowInstances (dataset)
|
||||||||||||||||||||||
PUBLIC OpenWorkflowInstance (Object, OpenWorkflowInstanceEventArgs)
|
||||||||||||||||||||||
PUBLIC PerformWorkflowStatusActivity (Object, PerformWorkflowStatusActivityEventArgs)
|
||||||||||||||||||||||
PUBLIC UpdateDefaultWorkflowItem (Object, UpdateDefaultWorkflowItemEventArgs)
|
||||||||||||||||||||||
PUBLIC WorkflowInstanceSelected (Object, WorkflowInstanceSelectedEventArgs)
|
Temp-Table eSmartWorkflowDefined in: |
Temp-Table eSmartWorkflowActivityDefined in: |
Temp-Table eSmartWorkflowStatusDefined in: |
Temp-Table eSmartWorkflowStatusActivityDefined in: |
Temp-Table eSmartWorkflowSwimlaneDefined in: |
Temp-Table ttWorkflowStatusDefined in: |