Top Method Summary
Options Name Purpose
LONGCHAR ContextObjectWhenAvailable (longchar) Returns the value of the ContextObject field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel CreateCurrentRecordView () Creates a new instance of the SmartWorkflowInstanceTableModel as a view model for the current record
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel CreateView () Creates a new instance of the SmartWorkflowInstanceTableModel as a view model
DATETIME-TZ DueDateTimeWhenAvailable (datetime-tz) Returns the value of the DueDateTime field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (SmartWorkflowInstanceQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (SmartWorkflowInstanceQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
DATETIME-TZ ModifiedDateTimeWhenAvailable (datetime-tz) Returns the value of the ModifiedDateTime field when a record is available
CHARACTER ModifiedUserWhenAvailable (character) Returns the value of the ModifiedUser field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel SetBatching (logical) Sets the Batching property
DATETIME-TZ StartedDateTimeWhenAvailable (datetime-tz) Returns the value of the StartedDateTime field when a record is available
CHARACTER StartedUserWhenAvailable (character) Returns the value of the StartedUser field when a record is available
CHARACTER WorkflowGuidWhenAvailable (character) Returns the value of the WorkflowGuid field when a record is available
CHARACTER WorkflowInstanceGuidWhenAvailable (character) Returns the value of the WorkflowInstanceGuid field when a record is available
CHARACTER WorkflowNameWhenAvailable (character) Returns the value of the WorkflowName field when a record is available
CHARACTER WorkflowStatusGuidWhenAvailable (character) Returns the value of the WorkflowStatusGuid field when a record is available
CHARACTER WorkflowStatusNameWhenAvailable (character) Returns the value of the WorkflowStatusName field when a record is available

Top Constructor Summary
Options Name Purpose
SmartWorkflowInstanceTableModel_Generated () Constructor for the SmartWorkflowInstanceTableModel_Generated class
SmartWorkflowInstanceTableModel_Generated (DatasetModel, handle) Constructor for the SmartWorkflowInstanceTableModel_Generated class
SmartWorkflowInstanceTableModel_Generated (handle) Constructor for the SmartWorkflowInstanceTableModel class
SmartWorkflowInstanceTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartWorkflowInstanceTableModel class
SmartWorkflowInstanceTableModel_Generated (SmartWorkflowInstanceTableModel, handle) Constructor for the SmartWorkflowInstanceTableModel_Generated class

Top Property Summary
Options Name Purpose
LONGCHAR ContextObject
DATETIME-TZ DueDateTime
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter Filter
DATETIME-TZ ModifiedDateTime
CHARACTER ModifiedUser
Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelSort SortBy
DATETIME-TZ StartedDateTime
CHARACTER StartedUser
CHARACTER WorkflowGuid
CHARACTER WorkflowInstanceGuid
CHARACTER WorkflowName
CHARACTER WorkflowStatusGuid
CHARACTER WorkflowStatusName


Method Detail
Top

LONGCHAR ContextObjectWhenAvailable (longchar)

Purpose: Returns the value of the ContextObject field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue LONGCHAR
The default value to return when no record is available
Returns LONGCHAR
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel CreateCurrentRecordView ()

Purpose: Creates a new instance of the SmartWorkflowInstanceTableModel as a view model for the current record
Notes:

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The SmartWorkflowInstanceTableModel as the view model
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel CreateView ()

Purpose: Creates a new instance of the SmartWorkflowInstanceTableModel as a view model
Notes:

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The SmartWorkflowInstanceTableModel as the view model
Top

DATETIME-TZ DueDateTimeWhenAvailable (datetime-tz)

Purpose: Returns the value of the DueDateTime field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue DATETIME-TZ
The default value to return when no record is available
Returns DATETIME-TZ
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (IFetchDataByKeyTableParameter)

Purpose: Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Notes: The Tables property of the IFetchDataByKeyTableParameter should match the
FillChildTables property of the TableModel instance

Parameters:
poFetchDataByKeyTableParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter to populate the DatasetModel with
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (SmartWorkflowInstanceQuery)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceQuery
The reference to the SmartWorkflowInstanceTableModelQuery
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel Fill (SmartWorkflowInstanceQuery, OnNotAvailableEnum)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceQuery
The reference to the SmartWorkflowInstanceTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The reference to this TableModel instance
Top

DATETIME-TZ ModifiedDateTimeWhenAvailable (datetime-tz)

Purpose: Returns the value of the ModifiedDateTime field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue DATETIME-TZ
The default value to return when no record is available
Returns DATETIME-TZ
The field value or the default value when no record is available
Top

CHARACTER ModifiedUserWhenAvailable (character)

Purpose: Returns the value of the ModifiedUser field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter ResetFilter ()

Purpose: Resets the TableModel Filter
Notes: Strong-typed variant of the TableModelFilter:Reset() method

Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter
The SmartWorkflowInstanceTableModelFilter instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

Parameters:
plBatching LOGICAL
Logical value indicating if Batching should be used
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The reference to the &1 instance itself
Top

DATETIME-TZ StartedDateTimeWhenAvailable (datetime-tz)

Purpose: Returns the value of the StartedDateTime field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue DATETIME-TZ
The default value to return when no record is available
Returns DATETIME-TZ
The field value or the default value when no record is available
Top

CHARACTER StartedUserWhenAvailable (character)

Purpose: Returns the value of the StartedUser field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowInstanceGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowInstanceGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowNameWhenAvailable (character)

Purpose: Returns the value of the WorkflowName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowStatusGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowStatusGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER WorkflowStatusNameWhenAvailable (character)

Purpose: Returns the value of the WorkflowStatusName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available


Constructor Detail
Top

SmartWorkflowInstanceTableModel_Generated ()

Purpose: Constructor for the SmartWorkflowInstanceTableModel_Generated class
Notes: Creates a buffer model based on a dynamic internal temp-table in the model class

Top

SmartWorkflowInstanceTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartWorkflowInstanceTableModel_Generated class
Notes:

Parameters:
poDatasetModel Consultingwerk.OERA.DatasetModel
The reference to the owning DatasetModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartWorkflowInstanceTableModel_Generated (handle)

Purpose: Constructor for the SmartWorkflowInstanceTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

SmartWorkflowInstanceTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartWorkflowInstanceTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
poGcMode Consultingwerk.OERA.BufferModelGcModeEnum
The BufferModelGcModeEnum describing if the buffer or table handle should be deleted with the BufferModel instance
Top

SmartWorkflowInstanceTableModel_Generated (SmartWorkflowInstanceTableModel, handle)

Purpose: Constructor for the SmartWorkflowInstanceTableModel_Generated class
Notes: Creates a view model

Parameters:
poTableModel Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModel
The reference to SmartWorkflowInstanceTableModel on which this SmartWorkflowInstanceTableModel servers as a ViewModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents


Property Detail
Top

LONGCHAR ContextObject


Returns LONGCHAR
Top

DATETIME-TZ DueDateTime


Returns DATETIME-TZ
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelFilter
Top

DATETIME-TZ ModifiedDateTime


Returns DATETIME-TZ
Top

CHARACTER ModifiedUser


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowInstanceTableModelSort
Top

DATETIME-TZ StartedDateTime


Returns DATETIME-TZ
Top

CHARACTER StartedUser


Returns CHARACTER
Top

CHARACTER WorkflowGuid


Returns CHARACTER
Top

CHARACTER WorkflowInstanceGuid


Returns CHARACTER
Top

CHARACTER WorkflowName


Returns CHARACTER
Top

CHARACTER WorkflowStatusGuid


Returns CHARACTER
Top

CHARACTER WorkflowStatusName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:06