Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel CreateCurrentRecordView () Creates a new instance of the SmartWorkflowExecutionLogTableModel as a view model for the current record
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel CreateView () Creates a new instance of the SmartWorkflowExecutionLogTableModel as a view model
DATETIME-TZ ExecutionDateTimeWhenAvailable (datetime-tz) Returns the value of the ExecutionDateTime field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel Fill (SmartWorkflowExecutionLogQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel Fill (SmartWorkflowExecutionLogQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER NewWorkflowStatusGuidWhenAvailable (character) Returns the value of the NewWorkflowStatusGuid field when a record is available
CHARACTER PreviousWorkflowStatusGuidWhenAvailable (character) Returns the value of the PreviousWorkflowStatusGuid field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER SessionIDWhenAvailable (character) Returns the value of the SessionID field when a record is available
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel SetBatching (logical) Sets the Batching property
CHARACTER UserGuidWhenAvailable (character) Returns the value of the UserGuid field when a record is available
CHARACTER UserNameWhenAvailable (character) Returns the value of the UserName field when a record is available
CHARACTER WorkflowExecutionLogGuidWhenAvailable (character) Returns the value of the WorkflowExecutionLogGuid 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

Top Constructor Summary
Options Name Purpose
SmartWorkflowExecutionLogTableModel_Generated () Constructor for the SmartWorkflowExecutionLogTableModel_Generated class
SmartWorkflowExecutionLogTableModel_Generated (DatasetModel, handle) Constructor for the SmartWorkflowExecutionLogTableModel_Generated class
SmartWorkflowExecutionLogTableModel_Generated (handle) Constructor for the SmartWorkflowExecutionLogTableModel class
SmartWorkflowExecutionLogTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartWorkflowExecutionLogTableModel class
SmartWorkflowExecutionLogTableModel_Generated (SmartWorkflowExecutionLogTableModel, handle) Constructor for the SmartWorkflowExecutionLogTableModel_Generated class

Top Property Summary
Options Name Purpose
DATETIME-TZ ExecutionDateTime
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelFilter Filter
CHARACTER NewWorkflowStatusGuid
CHARACTER PreviousWorkflowStatusGuid
CHARACTER SessionID
Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelSort SortBy
CHARACTER UserGuid
CHARACTER UserName
CHARACTER WorkflowExecutionLogGuid
CHARACTER WorkflowGuid
CHARACTER WorkflowInstanceGuid
CHARACTER WorkflowName


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel CreateView ()

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

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

DATETIME-TZ ExecutionDateTimeWhenAvailable (datetime-tz)

Purpose: Returns the value of the ExecutionDateTime 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.SmartWorkflowExecutionLogTableModel 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.SmartWorkflowExecutionLogTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel Fill (SmartWorkflowExecutionLogQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogQuery
The reference to the SmartWorkflowExecutionLogTableModelQuery
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModel Fill (SmartWorkflowExecutionLogQuery, OnNotAvailableEnum)

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

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

CHARACTER NewWorkflowStatusGuidWhenAvailable (character)

Purpose: Returns the value of the NewWorkflowStatusGuid 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 PreviousWorkflowStatusGuidWhenAvailable (character)

Purpose: Returns the value of the PreviousWorkflowStatusGuid 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.SmartWorkflowExecutionLogTableModelFilter ResetFilter ()

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

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

CHARACTER SessionIDWhenAvailable (character)

Purpose: Returns the value of the SessionID 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.SmartWorkflowExecutionLogTableModel 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.SmartWorkflowExecutionLogTableModel
The reference to the &1 instance itself
Top

CHARACTER UserGuidWhenAvailable (character)

Purpose: Returns the value of the UserGuid 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 UserNameWhenAvailable (character)

Purpose: Returns the value of the UserName 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 WorkflowExecutionLogGuidWhenAvailable (character)

Purpose: Returns the value of the WorkflowExecutionLogGuid 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


Constructor Detail
Top

SmartWorkflowExecutionLogTableModel_Generated ()

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

Top

SmartWorkflowExecutionLogTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartWorkflowExecutionLogTableModel_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

SmartWorkflowExecutionLogTableModel_Generated (handle)

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

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

SmartWorkflowExecutionLogTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartWorkflowExecutionLogTableModel 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

SmartWorkflowExecutionLogTableModel_Generated (SmartWorkflowExecutionLogTableModel, handle)

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

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


Property Detail
Top

DATETIME-TZ ExecutionDateTime


Returns DATETIME-TZ
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelFilter
Top

CHARACTER NewWorkflowStatusGuid


Returns CHARACTER
Top

CHARACTER PreviousWorkflowStatusGuid


Returns CHARACTER
Top

CHARACTER SessionID


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowExecutionLogTableModelSort
Top

CHARACTER UserGuid


Returns CHARACTER
Top

CHARACTER UserName


Returns CHARACTER
Top

CHARACTER WorkflowExecutionLogGuid


Returns CHARACTER
Top

CHARACTER WorkflowGuid


Returns CHARACTER
Top

CHARACTER WorkflowInstanceGuid


Returns CHARACTER
Top

CHARACTER WorkflowName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:35:52